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

#include <gui_population_window.hpp>

Inheritance diagram for ui::pop_everyday_needs_progress_bar:
Collaboration diagram for ui::pop_everyday_needs_progress_bar:

Public Member Functions

float get_progress (sys::state &state, dcon::pop_id content) 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
 
- Public Member Functions inherited from ui::standard_pop_needs_progress_bar
virtual float get_progress (sys::state &state, dcon::pop_id content) noexcept
 
void on_update (sys::state &state) noexcept override
 
void on_create (sys::state &state) noexcept override
 
- Public Member Functions inherited from ui::progress_bar
void render (sys::state &state, int32_t x, int32_t y) noexcept override
 
message_result test_mouse (sys::state &state, int32_t x, int32_t y, mouse_probe_type type) noexcept override
 
message_result on_lbutton_down (sys::state &state, int32_t x, int32_t y, sys::key_modifiers mods) noexcept override
 
message_result on_rbutton_down (sys::state &state, int32_t x, int32_t y, sys::key_modifiers mods) noexcept override
 
message_result test_mouse (sys::state &state, int32_t x, int32_t y, mouse_probe_type type) noexcept override
 
message_result on_lbutton_down (sys::state &state, int32_t x, int32_t y, sys::key_modifiers mods) noexcept override
 
message_result on_rbutton_down (sys::state &state, int32_t x, int32_t y, sys::key_modifiers mods) noexcept override
 
tooltip_behavior has_tooltip (sys::state &state) noexcept override
 
- Public Member Functions inherited from ui::image_element_base
void render (sys::state &state, int32_t x, int32_t y) noexcept override
 
void on_create (sys::state &state) noexcept override
 
virtual bool get_horizontal_flip (sys::state &state) noexcept
 
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 ()
 

Additional Inherited Members

- Public Attributes inherited from ui::progress_bar
float progress = 0.f
 
- 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_baseparent = nullptr
 
uint8_t flags = 0
 
- 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
 

Detailed Description

Definition at line 703 of file gui_population_window.hpp.

Member Function Documentation

◆ get_progress()

float ui::pop_everyday_needs_progress_bar::get_progress ( sys::state state,
dcon::pop_id  content 
)
inlineoverridevirtualnoexcept

Reimplemented from ui::standard_pop_needs_progress_bar.

Definition at line 705 of file gui_population_window.hpp.

Here is the call graph for this function:

◆ has_tooltip()

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

Reimplemented from ui::opaque_element_base.

Definition at line 710 of file gui_population_window.hpp.

◆ update_tooltip()

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

Reimplemented from ui::element_base.

Definition at line 714 of file gui_population_window.hpp.

Here is the call graph for this function:

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