Project Alice
|
#include <gui_unit_panel.hpp>
Public Attributes | |
bool | visible = false |
Public Attributes inherited from ui::image_element_base | |
int32_t | frame = 0 |
bool | disabled = false |
bool | interactable = false |
Public Attributes inherited from ui::element_base | |
element_data | base_data |
element_base * | parent = nullptr |
uint8_t | flags = 0 |
Additional Inherited Members | |
Static Public Attributes inherited from ui::element_base | |
static constexpr uint8_t | is_invisible_mask = 0x01 |
Protected Member Functions inherited from ui::element_base | |
virtual message_result | test_mouse (sys::state &state, int32_t x, int32_t y, mouse_probe_type type) noexcept |
virtual message_result | on_lbutton_down (sys::state &state, int32_t x, int32_t y, sys::key_modifiers mods) noexcept |
virtual message_result | on_lbutton_up (sys::state &state, int32_t x, int32_t y, sys::key_modifiers mods, bool under_mouse) noexcept |
virtual message_result | on_rbutton_down (sys::state &state, int32_t x, int32_t y, sys::key_modifiers mods) noexcept |
virtual message_result | on_key_down (sys::state &state, sys::virtual_key key, sys::key_modifiers mods) noexcept |
virtual message_result | on_scroll (sys::state &state, int32_t x, int32_t y, float amount, sys::key_modifiers mods) noexcept |
virtual message_result | on_mouse_move (sys::state &state, int32_t x, int32_t y, sys::key_modifiers mods) noexcept |
virtual message_result | get (sys::state &state, Cyto::Any &payload) noexcept |
virtual message_result | set (sys::state &state, Cyto::Any &payload) noexcept |
virtual void | render (sys::state &state, int32_t x, int32_t y) noexcept |
virtual void | on_update (sys::state &state) noexcept |
virtual void | on_create (sys::state &state) noexcept |
virtual void | on_drag (sys::state &state, int32_t oldx, int32_t oldy, int32_t x, int32_t y, sys::key_modifiers mods) noexcept |
virtual void | on_text (sys::state &state, char32_t ch) noexcept |
virtual void | on_visible (sys::state &state) noexcept |
virtual void | on_hide (sys::state &state) noexcept |
virtual void | on_reset_text (sys::state &state) noexcept |
virtual focus_result | on_get_focus (sys::state &state) noexcept |
virtual void | on_lose_focus (sys::state &state) noexcept |
virtual void | on_drag_finish (sys::state &state) noexcept |
Protected Attributes inherited from ui::button_element_base | |
text::layout | internal_layout |
std::string | cached_text |
bool | black_text = true |
Definition at line 1125 of file gui_unit_panel.hpp.
|
inlineoverridevirtualnoexcept |
Reimplemented from ui::button_element_base.
Definition at line 1129 of file gui_unit_panel.hpp.
|
inlineoverridevirtualnoexcept |
Reimplemented from ui::opaque_element_base.
Definition at line 1146 of file gui_unit_panel.hpp.
|
inlineoverridevirtualnoexcept |
Reimplemented from ui::element_base.
Definition at line 1133 of file gui_unit_panel.hpp.
|
inlineoverridevirtualnoexcept |
Reimplemented from ui::button_element_base.
Definition at line 1159 of file gui_unit_panel.hpp.
|
inlineoverridevirtualnoexcept |
Reimplemented from ui::opaque_element_base.
Definition at line 1163 of file gui_unit_panel.hpp.
|
inlineoverridevirtualnoexcept |
Reimplemented from ui::element_base.
Definition at line 1150 of file gui_unit_panel.hpp.
bool ui::unit_details_unload_army_button::visible = false |
Definition at line 1127 of file gui_unit_panel.hpp.