TGUI  0.8.9
tgui::Signals::ColorPicker Struct Reference
Inheritance diagram for tgui::Signals::ColorPicker:
tgui::Signals::ChildWindow tgui::Signals::Widget

Static Public Attributes

static constexpr const char *const ColorChange = "ColorChanged"
 The color was changed. Optional parameter: color chosen.
 
static constexpr const char *const OkPressed = "OkPressed"
 The ok key was pressed. Optional parameter: color chosen.
 
- Static Public Attributes inherited from tgui::Signals::ChildWindow
static constexpr const char *const MousePressed = "MousePressed"
 The mouse went down on the widget.
 
static constexpr const char *const Closed = "Closed"
 The window was closed. Optional parameter: pointer to the window.
 
static constexpr const char *const Minimized = "Minimized"
 The window was minimized. Optional parameter: pointer to the window.
 
static constexpr const char *const Maximized = "Maximized"
 The window was maximized. Optional parameter: pointer to the window.
 
static constexpr const char *const EscapeKeyPressed = "EscapeKeyPressed"
 The escape key was pressed while the child window was focused. Optional parameter: pointer to the window.
 
- Static Public Attributes inherited from tgui::Signals::Widget
static constexpr const char *const PositionChanged = "PositionChanged"
 The position of the widget changed. Optional parameter: new position.
 
static constexpr const char *const SizeChanged = "SizeChanged"
 The size of the widget changed. Optional parameter: new size.
 
static constexpr const char *const Focused = "Focused"
 The widget was focused.
 
static constexpr const char *const Unfocused = "Unfocused"
 The widget was unfocused.
 
static constexpr const char *const MouseEntered = "MouseEntered"
 The mouse entered the widget.
 
static constexpr const char *const MouseLeft = "MouseLeft"
 The mouse left the widget.
 
static constexpr const char *const AnimationFinished = "AnimationFinished"
 A show or hide animation finished. Optional parameters: animation type, new widget visibility or both.
 

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