Inheritance diagram for CP_Environment::CP_InterfaceStyle:
Public Types | |
enum | CP_E_InterfaceStyle { CP_E_InterfaceStyle_MDI = (1 << 0), CP_E_InterfaceStyle_MenuBar = (1 << 1), CP_E_InterfaceStyle_SDI = (1 << 2) } |
Public Member Functions | |
CP_E_InterfaceStyle | GetStyle () |
void | SetStyle (CP_E_InterfaceStyle inMenuBarStyle) |
void | CreateMenuBar (CP_MenuBar *inMenuBar) |
Constructor / Destructor | |
CP_InterfaceStyle () | |
Constructor. | |
virtual | ~CP_InterfaceStyle () throw () |
Destructor. | |
Static Public Member Functions | |
Instance | |
static CP_InterfaceStyle * | Instance () |
Protected Attributes | |
CP_E_InterfaceStyle | fInterfaceStyle |
Static Protected Attributes | |
static CP_InterfaceStyle * | fsInstance = NULL |
|
|
|
Constructor.
|
|
Desstructor.
|
|
Returns the single instance of this object.
|
|
|
|
|
|
Type of interface used in CPLAT application. |
|
|
|
Single instance of this class. |