My Project
|
#include <drawinterface.h>
Public Attributes | |
enum InterfaceDrawType | type |
Interface Element type. More... | |
int | id |
Unique ID of element. More... | |
BaseDrawInterfaceElement * | _BaseInterfaceDraw |
Pointer to object of element. More... | |
Definition at line 106 of file drawinterface.h.
BaseDrawInterfaceElement* InterfaceDraw::_BaseInterfaceDraw |
Pointer to object of element.
Definition at line 110 of file drawinterface.h.
int InterfaceDraw::id |
Unique ID of element.
Definition at line 109 of file drawinterface.h.
enum InterfaceDrawType InterfaceDraw::type |
Interface Element type.
Definition at line 108 of file drawinterface.h.