Template Class ComponentHandle¶
Defined in File sixtyfps.h
Class Documentation¶
-
template<typename T>
class sixtyfps::ComponentHandle¶ The component handle is like a shared pointer to a component in the generated code. In order to get a component, use
T::create()
where T is the name of the component in the .60 file. This give you aComponentHandle<T>