clan::GUIMessage_FocusChange Class Reference

GUI focus change notification message. More...

#include <gui_message_focus_change.h>

+ Inheritance diagram for clan::GUIMessage_FocusChange:

Public Attributes

Attributes
FocusType focus_type
 The focus type of this message. More...
 
- Public Attributes inherited from clan::GUIMessage
GUIComponenttarget
 The target destination of the message. More...
 
bool consumed
 Indicates whether the message has been consumed yet. More...
 

Construction

enum  FocusType { losing_focus, gained_focus }
 
 GUIMessage_FocusChange ()
 Constructs an focus change GUI message. More...
 
 GUIMessage_FocusChange (FocusType type)
 

Additional Inherited Members

- Public Member Functions inherited from clan::GUIMessage
 GUIMessage ()
 Constructs a GUI message. More...
 
virtual ~GUIMessage ()
 

Detailed Description

GUI focus change notification message.


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