Project Alice
Loading...
Searching...
No Matches
ui::budget_scaled_monetary_value_text Class Reference

#include <gui_budget_window.hpp>

Inheritance diagram for ui::budget_scaled_monetary_value_text:
Collaboration diagram for ui::budget_scaled_monetary_value_text:

Public Member Functions

virtual void put_values (sys::state &state, std::array< float, size_t(budget_slider_target::target_count)> &vals) noexcept
 
void on_create (sys::state &state) noexcept override
 
void apply_multipliers (sys::state &state) noexcept
 
void on_update (sys::state &state) noexcept override
 
tooltip_behavior has_tooltip (sys::state &state) noexcept override
 
void update_tooltip (sys::state &state, int32_t x, int32_t y, text::columnar_layout &contents) noexcept override
 
message_result set (sys::state &state, Cyto::Any &payload) noexcept override
 
- Public Member Functions inherited from ui::color_text_element
void render (sys::state &state, int32_t x, int32_t y) noexcept override
 
- Public Member Functions inherited from ui::simple_text_element_base
void set_text (sys::state &state, std::string const &new_text)
 
void on_reset_text (sys::state &state) noexcept override
 
void on_create (sys::state &state) noexcept override
 
void render (sys::state &state, int32_t x, int32_t y) noexcept override
 
void format_text (sys::state &state)
 
std::string_view get_text (sys::state &state) const
 
message_result test_mouse (sys::state &state, int32_t x, int32_t y, mouse_probe_type type) noexcept override
 
- Public Member Functions inherited from ui::element_base
bool is_visible () const
 
void set_visible (sys::state &state, bool vis)
 
 element_base ()
 
virtual mouse_probe impl_probe_mouse (sys::state &state, int32_t x, int32_t y, mouse_probe_type type) noexcept
 
virtual message_result impl_on_lbutton_down (sys::state &state, int32_t x, int32_t y, sys::key_modifiers mods) noexcept
 
virtual message_result impl_on_lbutton_up (sys::state &state, int32_t x, int32_t y, sys::key_modifiers mods, bool under_mouse) noexcept
 
virtual message_result impl_on_rbutton_down (sys::state &state, int32_t x, int32_t y, sys::key_modifiers mods) noexcept
 
virtual message_result impl_on_key_down (sys::state &state, sys::virtual_key key, sys::key_modifiers mods) noexcept
 
virtual message_result impl_on_scroll (sys::state &state, int32_t x, int32_t y, float amount, sys::key_modifiers mods) noexcept
 
virtual message_result impl_on_mouse_move (sys::state &state, int32_t x, int32_t y, sys::key_modifiers mods) noexcept
 
virtual void impl_on_update (sys::state &state) noexcept
 
message_result impl_get (sys::state &state, Cyto::Any &payload) noexcept
 
virtual message_result impl_set (sys::state &state, Cyto::Any &payload) noexcept
 
virtual void impl_render (sys::state &state, int32_t x, int32_t y) noexcept
 
virtual void impl_on_reset_text (sys::state &state) noexcept
 
virtual void impl_on_drag_finish (sys::state &state) noexcept
 
virtual tooltip_behavior has_tooltip (sys::state &state) noexcept
 
virtual void update_tooltip (sys::state &state, int32_t x, int32_t y, text::columnar_layout &contents) noexcept
 
virtual std::unique_ptr< element_baseremove_child (element_base *child) noexcept
 
virtual void move_child_to_front (element_base *child) noexcept
 
virtual void move_child_to_back (element_base *child) noexcept
 
virtual void add_child_to_front (std::unique_ptr< element_base > child) noexcept
 
virtual void add_child_to_back (std::unique_ptr< element_base > child) noexcept
 
virtual element_baseget_child_by_name (sys::state const &state, std::string_view name) noexcept
 
virtual element_baseget_child_by_index (sys::state const &state, int32_t index) noexcept
 
virtual ~element_base ()
 

Public Attributes

bool expense = false
 
- Public Attributes inherited from ui::color_text_element
text::text_color color = text::text_color::black
 
- Public Attributes inherited from ui::simple_text_element_base
bool black_text = true
 
int32_t data = 0
 
int32_t casualties = 0
 
- Public Attributes inherited from ui::element_base
element_data base_data
 
element_baseparent = 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::simple_text_element_base
std::string cached_text
 
text::layout internal_layout
 

Detailed Description

Definition at line 1077 of file gui_budget_window.hpp.

Member Function Documentation

◆ apply_multipliers()

void ui::budget_scaled_monetary_value_text::apply_multipliers ( sys::state state)
inlinenoexcept

Definition at line 1096 of file gui_budget_window.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ has_tooltip()

tooltip_behavior ui::budget_scaled_monetary_value_text::has_tooltip ( sys::state state)
inlineoverridevirtualnoexcept

Reimplemented from ui::element_base.

Definition at line 1121 of file gui_budget_window.hpp.

◆ on_create()

void ui::budget_scaled_monetary_value_text::on_create ( sys::state state)
inlineoverridevirtualnoexcept

Reimplemented from ui::simple_text_element_base.

Definition at line 1087 of file gui_budget_window.hpp.

Here is the call graph for this function:

◆ on_update()

void ui::budget_scaled_monetary_value_text::on_update ( sys::state state)
inlineoverridevirtualnoexcept

Reimplemented from ui::element_base.

Definition at line 1116 of file gui_budget_window.hpp.

Here is the call graph for this function:

◆ put_values()

◆ set()

message_result ui::budget_scaled_monetary_value_text::set ( sys::state state,
Cyto::Any payload 
)
inlineoverridevirtualnoexcept

Reimplemented from ui::element_base.

Definition at line 1231 of file gui_budget_window.hpp.

Here is the call graph for this function:

◆ update_tooltip()

void ui::budget_scaled_monetary_value_text::update_tooltip ( sys::state state,
int32_t  x,
int32_t  y,
text::columnar_layout contents 
)
inlineoverridevirtualnoexcept

Reimplemented from ui::element_base.

Definition at line 1124 of file gui_budget_window.hpp.

Here is the call graph for this function:

Member Data Documentation

◆ expense

bool ui::budget_scaled_monetary_value_text::expense = false

Definition at line 1083 of file gui_budget_window.hpp.


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