i6engine
1.0
|
#include "i6engine/api/GameMessageStruct.h"
#include "i6engine/api/KeyCodes.h"
#include "i6engine/api/configs/GraphicsConfig.h"
#include "boost/function.hpp"
Go to the source code of this file.
Classes | |
class | i6e::api::gui::GUIUpdateMessageStruct |
Used to partially unwrap GUI messages. More... | |
struct | i6e::api::gui::GUI_Widget_Create |
creates given Widget More... | |
struct | i6e::api::gui::GUI_Text |
sets text to Widget More... | |
struct | i6e::api::gui::GUI_Image |
sets image to Widget More... | |
struct | i6e::api::gui::GUI_Colour |
sets color for Widget More... | |
struct | i6e::api::gui::GUI_Position |
sets position for Widget More... | |
struct | i6e::api::gui::GUI_Lifetime |
sets lifetime for Widget (Prints) More... | |
struct | i6e::api::gui::GUI_Visibility |
sets visibility of the Widget More... | |
struct | i6e::api::gui::GUI_Progress |
sets progress of the Widget (for ProgressBar) More... | |
struct | i6e::api::gui::GUI_Amount |
sets amount of rows for MultiColumnList More... | |
struct | i6e::api::gui::GUI_Add_Row_Entry |
adds an entry to a MultiColumnList More... | |
struct | i6e::api::gui::GUI_Size |
sets size of Widget More... | |
struct | i6e::api::gui::GUI_Add_Create |
creates basic GUI More... | |
struct | i6e::api::gui::GUI_AddToRoot_Update |
adds a window to root More... | |
struct | i6e::api::gui::GUI_MouseVisible_Update |
updates mouse visibility More... | |
struct | i6e::api::gui::GUI_Child_Update |
updates a child More... | |
struct | i6e::api::gui::GUI_CleanUp_Delete |
cleans up GUI More... | |
struct | i6e::api::gui::GUI_SubscribeEvent_Update |
subscribes method to be called using button More... | |
struct | i6e::api::gui::GUI_Event_Update |
changes state of the event More... | |
struct | i6e::api::gui::GUI_WidgetTemplate_Create |
registers a template for a Widget More... | |
struct | i6e::api::gui::GUI_Window_Create |
registers a RenderWindow in GUI subsystem More... | |
struct | i6e::api::gui::GUI_MouseCursorImage_Update |
changes the mouse cursor More... | |
struct | i6e::api::gui::GUI_Resolution_Update |
updates resolution of render window More... | |
struct | i6e::api::gui::GUI_AddImageset_Create |
adds a new imageset More... | |
struct | i6e::api::gui::GUI_LoadCanvas_Create |
loads a canvas file More... | |
struct | i6e::api::gui::GUI_Alignment |
sets alignment of Widget More... | |
struct | i6e::api::gui::GUI_SetDropTarget |
enables or disables a GUIWidget as drop target More... | |
struct | i6e::api::gui::GUI_SetDragable |
enables or disables dragging of Widget More... | |
struct | i6e::api::gui::GUI_SetDropCallback |
callback being called when Widget is dropped More... | |
struct | i6e::api::gui::GUI_SetEnterTextCallback |
callback being called when text is changed in Editbox More... | |
struct | i6e::api::gui::GUI_SetProperty |
callback being called when text is changed in Editbox More... | |
struct | i6e::api::gui::GUI_SetSelected |
sets the widget to selected or not More... | |
struct | i6e::api::gui::GUI_SetSelectedCallback |
callback being called when selection in ToggleButton changes More... | |
struct | i6e::api::gui::GUI_SetTooltip |
sets tooltip to a widget More... | |
struct | i6e::api::gui::GUI_AddColumn |
adds a column to a GUIMultiColumnHeader More... | |
struct | i6e::api::gui::GUI_SetSelectedStringCallback |
callback being called when selection in ComboBox changes More... | |
struct | i6e::api::gui::GUI_SetAcceptTextCallback |
callback being called when entered text in editbox is submitted More... | |
struct | i6e::api::gui::GUI_PlayAnimation |
plays an animation on Widget More... | |
struct | i6e::api::gui::GUI_StopAnimation |
stops an animation on Widget More... | |
struct | i6e::api::gui::GUI_PauseAnimation |
pauses an animation on Widget More... | |
struct | i6e::api::gui::GUI_UnpauseAnimation |
unpauses an animation on Widget More... | |
struct | i6e::api::gui::GUI_SetAutoLineBreak |
sets auto line break to Widget More... | |
struct | i6e::api::gui::GUI_SetDefaultFont |
sets default font More... | |
struct | i6e::api::gui::GUI_SetParent |
sets widget as child of another one More... | |
Namespaces | |
i6e | |
i6e::api | |
i6e::api::gui | |