Project Alice
|
#include <gui_budget_window.hpp>
Protected Member Functions | |
void | on_update (sys::state &state) noexcept override |
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 |
Additional Inherited Members | |
Public Attributes inherited from ui::piechart< dcon::pop_satisfaction_wrapper_id > | |
ogl::data_texture | data_texture |
std::vector< entry > | distribution |
float | radius |
Public Attributes inherited from ui::element_base | |
element_data | base_data |
element_base * | parent = nullptr |
uint8_t | flags = 0 |
Static Public Attributes inherited from ui::piechart< dcon::pop_satisfaction_wrapper_id > | |
static constexpr int32_t | resolution |
static constexpr size_t | channels |
Static Public Attributes inherited from ui::element_base | |
static constexpr uint8_t | is_invisible_mask = 0x01 |
Definition at line 263 of file gui_budget_window.hpp.
|
inlineoverridevirtualnoexcept |
Reimplemented from ui::element_base.
Definition at line 299 of file gui_budget_window.hpp.
|
inlineoverrideprotectedvirtualnoexcept |
Reimplemented from ui::element_base.
Definition at line 265 of file gui_budget_window.hpp.
|
inlineoverridevirtualnoexcept |
Reimplemented from ui::piechart< dcon::pop_satisfaction_wrapper_id >.
Definition at line 318 of file gui_budget_window.hpp.