#include <gui_message_focus_change.h>
Inheritance diagram for CL_GUIMessage_FocusChange:

Attributes | |
| enum | FocusType { losing_focus, gained_focus } |
| FocusType | get_focus_type () const |
| Retrieves the focus type of this message. | |
| static CL_StringRef | get_type_name () |
| Get Type name. | |
Public Member Functions | |
Construction | |
| CL_GUIMessage_FocusChange () | |
| Constructs an input GUI message. | |
| CL_GUIMessage_FocusChange (const CL_GUIMessage &message) | |
| Constructs a GUIMessage FocusChange. | |
| ~CL_GUIMessage_FocusChange () | |
Operations | |
| void | set_focus_type (FocusType focus_type) |
| Sets the focus type for this Message. | |
|
|
|
|
|
Constructs an input GUI message.
|
|
|
Constructs a GUIMessage FocusChange.
|
|
|
|
|
|
Returns the stored data object for a given data name.
|
|
|
Retrieves the focus type of this message.
|
|
|
Returns the target destination of the message.
|
|
|
Returns the message type name.
|
|
|
Get Type name.
|
|
|
Returns true if the message has been consumed by a component.
|
|
|
Returns true if this is a null message.
|
|
|
Returns true if the message matches the type.
|
|
|
Sets this message as consumed.
|
|
||||||||||||
|
Stores an object in the given data name slot.
|
|
|
Sets the focus type for this Message.
|
|
|
Sets this message to be a null message.
|
|
|
Sets the target destination.
|
|
|
Sets the message type name.
|
1.4.6