JugiMap Framework
|
Classes | |
struct | GuiWidgetCallback |
The GuiWidgetCallback class is the base callback class for widgets. More... | |
class | GuiWidget |
The GuiWidget class is the base widget class. More... | |
class | GuiCursorDeviceInput |
The GuiCursorDeviceInput class provides the mouse and touch input information for widget interactions. More... | |
class | GuiKeyboardAndJoystickInput |
The GuiKeyboardAndJoystickInput class provides the keyboard and joystick input information for widgets. More... | |
class | TextSegment |
The TextSegment class defines a segment of text which can be accessed and displayed separatelly from other texts. More... | |
class | TextSequence |
The TextSequence class defines a storage for text segments. More... | |
class | TextBook |
The TextBook class defines a storage for text segments and text sequences. More... | |
class | TextLibrary |
The TextLibrary class defines a storage for text books. More... | |
class | GuiTextField |
The GuiTextField class provides a widget for displaying text. More... | |
class | GuiTextInput |
The GuiTextField class provides a widget for text input. More... | |
class | GuiButton |
The GuiButton class provides a widget for buttons. More... | |
class | GuiSlider |
The GuiSlider class provides a widget for sliders. More... | |
class | GuiBar |
The GuiBar class provides a widget for bars. More... | |
Variables | |
GuiCursorDeviceInput | guiCursorDeviceInput |
Global GuiCursorDeviceInput object used by widgets. More... | |
GuiKeyboardAndJoystickInput | guiKeyboardAndJoystickInput |
Global GuiKeyboardAndJoystickInput object used by widgets. More... | |
GuiCursorDeviceInput guiCursorDeviceInput |
Global GuiCursorDeviceInput object used by widgets.
GuiKeyboardAndJoystickInput guiKeyboardAndJoystickInput |
Global GuiKeyboardAndJoystickInput object used by widgets.