#include <gui_message_input.h>
Inheritance diagram for CL_GUIMessage_Input:

Attributes | |
| CL_InputEvent | get_event () const |
| Retrieves the input event for this message. | |
| static CL_StringRef | get_type_name () |
| Get Type name. | |
Public Member Functions | |
Construction | |
| CL_GUIMessage_Input () | |
| Constructs an input GUI message. | |
| CL_GUIMessage_Input (const CL_GUIMessage &message) | |
| Constructs a GUIMessage Input. | |
| ~CL_GUIMessage_Input () | |
Operations | |
| void | set_event (const CL_InputEvent &event) |
| Sets the input event. | |
Attributes | |
| CL_StringRef | get_type () const |
| Returns the message type name. | |
| bool | is_type (const CL_StringRef &type) const |
| Returns true if the message matches the type. | |
| CL_UnknownSharedPtr | get_data (const CL_StringRef &data_name) const |
| Returns the stored data object for a given data name. | |
| CL_GUIComponent * | get_target () const |
| Returns the target destination of the message. | |
| bool | is_null () const |
| Returns true if this is a null message. | |
| bool | is_consumed () const |
| Returns true if the message has been consumed by a component. | |
Operations | |
| void | set_type (const CL_StringRef &type) |
| Sets the message type name. | |
| void | set_data (const CL_StringRef &data_name, const CL_UnknownSharedPtr &ptr) |
| Stores an object in the given data name slot. | |
| void | set_target (CL_GUIComponent *target) |
| Sets the target destination. | |
| void | set_null () |
| Sets this message to be a null message. | |
| void | set_consumed () |
| Sets this message as consumed. | |
|
|
Constructs an input GUI message.
|
|
|
Constructs a GUIMessage Input.
|
|
|
|
|
|
Returns the stored data object for a given data name.
|
|
|
Retrieves the input event for 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 input event.
|
|
|
Sets this message to be a null message.
|
|
|
Sets the target destination.
|
|
|
Sets the message type name.
|
1.4.6