GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
gui_framework::custom_window_messages Namespace Reference

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.
 

Variable Documentation

◆ deinitTopLevelWindowPointer

uint32_t gui_framework::custom_window_messages::deinitTopLevelWindowPointer = initTopLevelWindowPointer + 1
inlineconstexpr

Set to nullptr topLevelWindow for recreating window with same window class name.

Definition at line 11 of file WindowMessages.h.

◆ initTopLevelWindowPointer

uint32_t gui_framework::custom_window_messages::initTopLevelWindowPointer = 52430
inlineconstexpr

WPARAM contains BaseComposite*.

Definition at line 8 of file WindowMessages.h.

◆ runOnUIThreadFunctions

uint32_t gui_framework::custom_window_messages::runOnUIThreadFunctions = deinitTopLevelWindowPointer + 1
inlineconstexpr

WRAPAM contains std::function<void()>*.

Definition at line 16 of file WindowMessages.h.

◆ startTrayId

uint32_t gui_framework::custom_window_messages::startTrayId = runOnUIThreadFunctions + 1
inlineconstexpr

Used by GUIFramework and BaseMainWindow internally.

Definition at line 21 of file WindowMessages.h.