GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
|
Variables | |
constexpr uint32_t | initTopLevelWindowPointer = 52430 |
WPARAM contains BaseComposite*. | |
constexpr uint32_t | deinitTopLevelWindowPointer = initTopLevelWindowPointer + 1 |
Set to nullptr topLevelWindow for recreating window with same window class name. | |
constexpr uint32_t | runOnUIThreadFunctions = deinitTopLevelWindowPointer + 1 |
WRAPAM contains std::function<void()>*. | |
constexpr uint32_t | startTrayId = runOnUIThreadFunctions + 1 |
Used by GUIFramework and BaseMainWindow internally. | |
|
inlineconstexpr |
Set to nullptr topLevelWindow for recreating window with same window class name.
Definition at line 11 of file WindowMessages.h.
|
inlineconstexpr |
WPARAM contains BaseComposite*.
Definition at line 8 of file WindowMessages.h.
|
inlineconstexpr |
WRAPAM contains std::function<void()>*.
Definition at line 16 of file WindowMessages.h.
|
inlineconstexpr |
Used by GUIFramework and BaseMainWindow internally.
Definition at line 21 of file WindowMessages.h.