My Project
|
#include <interface.h>
Public Attributes | |
enum InterfaceCtrlType | type |
Interface Element type. More... | |
int | id |
Unique ID of element. More... | |
BaseInterfaceCtrl * | _BaseInterfaceCtrl |
Pointer to object of Ctrl. More... | |
Definition at line 110 of file interface.h.
BaseInterfaceCtrl* InterfaceCtrl::_BaseInterfaceCtrl |
Pointer to object of Ctrl.
Definition at line 114 of file interface.h.
int InterfaceCtrl::id |
Unique ID of element.
Definition at line 113 of file interface.h.
enum InterfaceCtrlType InterfaceCtrl::type |
Interface Element type.
Definition at line 112 of file interface.h.