#include <GUI.h>
Protected Member Functions | |
CGUIEventHandler (UINT MaxMessages=GUI_MAX_MESSAGES) | |
tGUIMessage * | GetMessage (UINT uiMessageIndex) |
virtual int | PostMessage (CGUIElement *pSender, CGUIElement *pReceiver, eGUIMessage eMessage, DWORD lParam=0, DWORD wParam=0, UINT uiTimeoutMs=0) |
virtual void | Dispatch (bool bOnce=true) |
void | Flush () |
This class represents a GUI Event Handler derived from generic Event Handler. It handles derived tGUIMessage structures for GUI messaging.
Definition at line 189 of file GUI.h.
|
Destructor Definition at line 4 of file GUIEventHandler.cpp. |
|
Method details:
References tGUIMessage::pReceiver, and CGUIElement::ProcessMessage(). |
|
Method details: Flushes all messages (e.g 'erases' them)Definition at line 81 of file GUIEventHandler.cpp. References tGUIMessage::pReceiver, and tGUIMessage::pSender. Referenced by CGUI::Update(). |
|
Method details:
Referenced by CGUI::GetMessage(), and CGUI::ProcessMessages(). |
|
Method details:
References tGUIMessage::pReceiver, and tGUIMessage::pSender. Referenced by CGUI::PostMessage(). |