|
WINDEX
|
A class containing a database of the current gui elements. More...
#include <wex.h>
Public Member Functions | |
| gui * | Add (gui *g) |
| Add new gui element. | |
Static Public Member Functions | |
| static windex & | get () |
| get reference to windex gui framework ( singleton ) More... | |
| static LRESULT CALLBACK | WindowProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Public Attributes | |
| mgui_t | myGui |
| map of existing gui elements | |
A class containing a database of the current gui elements.
This looks after directing messages to their intended gui element.
It should NOT be used by application code.
|
inlinestatic |
get reference to windex gui framework ( singleton )
This creates a singleton instance of the windex class and returns as many references to it as needed.
The windex ctor should never be called by app code - it is private!