My Project
|
Common draw interface class. More...
Go to the source code of this file.
Classes | |
struct | BaseInterfaceCtrl |
Each element (button, editfield etc) has own structure. More... | |
class | InterfaceCtrlInit |
struct | InterfaceCtrl |
class | BaseInterface |
Main interface class. Provides access to create/remove/update elements. More... | |
Enumerations | |
enum | InterfaceCtrlType { EBUTTON, EEDITFIELD, ECOMBO } |
List of interface elements types. More... | |
Functions | |
COLORREF | colorDialog () |
Common draw interface class.
Common interface class.
"interface/interface.h"
Provide interface for drawing common interface
"interface/interface.h"
Provide interface for creating/removing/updating common interface items
Definition in file interface.h.
enum InterfaceCtrlType |
List of interface elements types.
Enumerator | |
---|---|
EBUTTON | |
EEDITFIELD | Edit field. |
ECOMBO |
Definition at line 100 of file interface.h.
COLORREF colorDialog | ( | ) |