i6engine  1.0
i6e::api::gui::GUIUpdateMessageStruct Class Reference

Used to partially unwrap GUI messages. More...

#include <D:/Projekte/i6engine/libs/i6engine-modules/include/i6engine/api/configs/GUIConfig.h>

Public Member Functions

 GUIUpdateMessageStruct ()
 
 GUIUpdateMessageStruct (const std::string &name)
 
 ~GUIUpdateMessageStruct ()
 
GUIUpdateMessageStructcopy ()
 Copy method returning an exact copy of itself. More...
 
- Public Member Functions inherited from i6e::core::MessageStruct
template<class Archive >
void serialize (Archive &ar, const unsigned int)
 
 MessageStruct ()
 Default constructor for MessageStruct. More...
 
 MessageStruct (const MessageStruct &other)
 Copy constructor for MessageStruct. More...
 
 MessageStruct (const int64_t id, const IPKey &send, const int64_t waitID)
 Constructor for MessageStruct. More...
 
 MessageStruct (int64_t id, int64_t waitID)
 
virtual ~MessageStruct ()
 Virtual destructor. More...
 
int64_t getID () const
 returns the id More...
 
int64_t getWaitID () const
 returns the waitForId More...
 

Public Attributes

std::string _name
 
- Public Attributes inherited from i6e::core::MessageStruct
int64_t _id
 
IPKey _sender
 
int64_t _waitForId
 

Detailed Description

Used to partially unwrap GUI messages.

Definition at line 108 of file GUIConfig.h.

Constructor & Destructor Documentation

i6e::api::gui::GUIUpdateMessageStruct::GUIUpdateMessageStruct ( )
inline

Definition at line 111 of file GUIConfig.h.

i6e::api::gui::GUIUpdateMessageStruct::GUIUpdateMessageStruct ( const std::string &  name)
inline

Definition at line 112 of file GUIConfig.h.

i6e::api::gui::GUIUpdateMessageStruct::~GUIUpdateMessageStruct ( )
inline

Definition at line 114 of file GUIConfig.h.

Member Function Documentation

GUIUpdateMessageStruct* i6e::api::gui::GUIUpdateMessageStruct::copy ( )
inlinevirtual

Copy method returning an exact copy of itself.

Returns
Copy of itself.

Reimplemented from i6e::core::MessageStruct.

Reimplemented in i6e::api::gui::GUI_SetParent, i6e::api::gui::GUI_SetDefaultFont, i6e::api::gui::GUI_SetAutoLineBreak, i6e::api::gui::GUI_UnpauseAnimation, i6e::api::gui::GUI_PauseAnimation, i6e::api::gui::GUI_StopAnimation, i6e::api::gui::GUI_PlayAnimation, i6e::api::gui::GUI_SetAcceptTextCallback, i6e::api::gui::GUI_SetSelectedStringCallback, i6e::api::gui::GUI_AddColumn, i6e::api::gui::GUI_SetTooltip, i6e::api::gui::GUI_SetSelectedCallback, i6e::api::gui::GUI_SetSelected, i6e::api::gui::GUI_SetProperty, i6e::api::gui::GUI_SetEnterTextCallback, i6e::api::gui::GUI_SetDropCallback, i6e::api::gui::GUI_SetDragable, i6e::api::gui::GUI_SetDropTarget, i6e::api::gui::GUI_Alignment, i6e::api::gui::GUI_LoadCanvas_Create, i6e::api::gui::GUI_AddImageset_Create, i6e::api::gui::GUI_Resolution_Update, i6e::api::gui::GUI_MouseCursorImage_Update, i6e::api::gui::GUI_Window_Create, i6e::api::gui::GUI_WidgetTemplate_Create, i6e::api::gui::GUI_Event_Update, i6e::api::gui::GUI_SubscribeEvent_Update, i6e::api::gui::GUI_CleanUp_Delete, i6e::api::gui::GUI_Child_Update, i6e::api::gui::GUI_MouseVisible_Update, i6e::api::gui::GUI_AddToRoot_Update, i6e::api::gui::GUI_Add_Create, i6e::api::gui::GUI_Size, i6e::api::gui::GUI_Add_Row_Entry, i6e::api::gui::GUI_Amount, i6e::api::gui::GUI_Progress, i6e::api::gui::GUI_Visibility, i6e::api::gui::GUI_Lifetime, i6e::api::gui::GUI_Position, i6e::api::gui::GUI_Colour, i6e::api::gui::GUI_Image, i6e::api::gui::GUI_Text, and i6e::api::gui::GUI_Widget_Create.

Definition at line 116 of file GUIConfig.h.

Member Data Documentation

std::string i6e::api::gui::GUIUpdateMessageStruct::_name

Definition at line 109 of file GUIConfig.h.


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