![]() |
• Interface Manager | ||||||||||||||||||
|
API Links
Developer Links
|
class WidgetRegistrationDefined in:
The C4Widgets.hWidgetRegistration class manages internal registration information for a custom widget type.
Definition
Member Functions
Constructor
Parameters
Description
The WidgetRegistration class is abstract and serves as the common base class for the template class WidgetReg. A custom widget is registered with the engine by instantiating an object of type WidgetReg<classType>, where classType is the type of the widget subclass being registered.
Base Classes
See Also
|