WINDEX
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
wex::windex Class Reference

A class containing a database of the current gui elements. More...

#include <wex.h>

Public Member Functions

guiAdd (gui *g)
 Add new gui element.
 

Static Public Member Functions

static windexget ()
 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
 

Detailed Description

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.

Member Function Documentation

◆ get()

static windex& wex::windex::get ( )
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!


The documentation for this class was generated from the following file: