GUI message. More...
#include <gui_message.h>
Public Member Functions | |
Construction | |
GUIMessage () | |
Constructs a GUI message. More... | |
virtual | ~GUIMessage () |
Public Attributes | |
Attributes | |
GUIComponent * | target |
The target destination of the message. More... | |
bool | consumed |
Indicates whether the message has been consumed yet. More... | |
GUI message.