Project Alice
Loading...
Searching...
No Matches
alice_ui::macrobuilder2_main_apply_button_t Struct Reference
Inheritance diagram for alice_ui::macrobuilder2_main_apply_button_t:
Collaboration diagram for alice_ui::macrobuilder2_main_apply_button_t:

Public Member Functions

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
 
ui::tooltip_behavior has_tooltip (sys::state &state) noexcept override
 
ui::message_result test_mouse (sys::state &state, int32_t x, int32_t y, ui::mouse_probe_type type) noexcept override
 
ui::message_result on_lbutton_down (sys::state &state, int32_t x, int32_t y, sys::key_modifiers mods) noexcept override
 
ui::message_result on_rbutton_down (sys::state &state, int32_t x, int32_t y, sys::key_modifiers mods) noexcept override
 
void on_update (sys::state &state) 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 void * get_by_name (sys::state &state, std::string_view name) 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 tooltip_position (sys::state &state, int32_t x, int32_t y, int32_t &ident, urect &subrect) noexcept
 
virtual void update_tooltip (sys::state &state, int32_t x, int32_t y, text::columnar_layout &contents) noexcept
 
virtual void on_hover (sys::state &state) noexcept
 
virtual void on_hover_end (sys::state &state) 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

std::string_view texture_key
 
dcon::texture_id background_texture
 
bool disabled = false
 
text::layout internal_layout
 
text::text_color text_color = text::text_color::black
 
float text_scale = 1.000000f
 
bool text_is_header = false
 
text::alignment text_alignment = text::alignment::center
 
std::string cached_text
 
dcon::text_key text_key
 
- 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
 
static constexpr uint8_t wants_update_when_hidden_mask = 0x02
 
- 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 274 of file macrobuilder2.cpp.

Member Function Documentation

◆ has_tooltip()

ui::tooltip_behavior alice_ui::macrobuilder2_main_apply_button_t::has_tooltip ( sys::state state)
inlineoverridevirtualnoexcept

Reimplemented from ui::element_base.

Definition at line 289 of file macrobuilder2.cpp.

◆ on_create()

void alice_ui::macrobuilder2_main_apply_button_t::on_create ( sys::state state)
overridevirtualnoexcept

Reimplemented from ui::element_base.

Definition at line 1077 of file macrobuilder2.cpp.

◆ on_lbutton_down()

ui::message_result alice_ui::macrobuilder2_main_apply_button_t::on_lbutton_down ( sys::state state,
int32_t  x,
int32_t  y,
sys::key_modifiers  mods 
)
overridevirtualnoexcept

Reimplemented from ui::element_base.

Definition at line 961 of file macrobuilder2.cpp.

Here is the call graph for this function:

◆ on_rbutton_down()

ui::message_result alice_ui::macrobuilder2_main_apply_button_t::on_rbutton_down ( sys::state state,
int32_t  x,
int32_t  y,
sys::key_modifiers  mods 
)
overridevirtualnoexcept

Reimplemented from ui::element_base.

Definition at line 1040 of file macrobuilder2.cpp.

◆ on_reset_text()

void alice_ui::macrobuilder2_main_apply_button_t::on_reset_text ( sys::state state)
overridevirtualnoexcept

Reimplemented from ui::element_base.

Definition at line 1052 of file macrobuilder2.cpp.

Here is the call graph for this function:

◆ on_update()

void alice_ui::macrobuilder2_main_apply_button_t::on_update ( sys::state state)
overridevirtualnoexcept

Reimplemented from ui::element_base.

Definition at line 1071 of file macrobuilder2.cpp.

Here is the call graph for this function:

◆ render()

void alice_ui::macrobuilder2_main_apply_button_t::render ( sys::state state,
int32_t  x,
int32_t  y 
)
overridevirtualnoexcept

Reimplemented from ui::element_base.

Definition at line 1059 of file macrobuilder2.cpp.

Here is the call graph for this function:

◆ set_text()

void alice_ui::macrobuilder2_main_apply_button_t::set_text ( sys::state state,
std::string const &  new_text 
)

Definition at line 1043 of file macrobuilder2.cpp.

Here is the call graph for this function:

◆ test_mouse()

ui::message_result alice_ui::macrobuilder2_main_apply_button_t::test_mouse ( sys::state state,
int32_t  x,
int32_t  y,
ui::mouse_probe_type  type 
)
inlineoverridevirtualnoexcept

Reimplemented from ui::element_base.

Definition at line 292 of file macrobuilder2.cpp.

Member Data Documentation

◆ background_texture

dcon::texture_id alice_ui::macrobuilder2_main_apply_button_t::background_texture

Definition at line 276 of file macrobuilder2.cpp.

◆ cached_text

std::string alice_ui::macrobuilder2_main_apply_button_t::cached_text

Definition at line 283 of file macrobuilder2.cpp.

◆ disabled

bool alice_ui::macrobuilder2_main_apply_button_t::disabled = false

Definition at line 277 of file macrobuilder2.cpp.

◆ internal_layout

text::layout alice_ui::macrobuilder2_main_apply_button_t::internal_layout

Definition at line 278 of file macrobuilder2.cpp.

◆ text_alignment

text::alignment alice_ui::macrobuilder2_main_apply_button_t::text_alignment = text::alignment::center

Definition at line 282 of file macrobuilder2.cpp.

◆ text_color

text::text_color alice_ui::macrobuilder2_main_apply_button_t::text_color = text::text_color::black

Definition at line 279 of file macrobuilder2.cpp.

◆ text_is_header

bool alice_ui::macrobuilder2_main_apply_button_t::text_is_header = false

Definition at line 281 of file macrobuilder2.cpp.

◆ text_key

dcon::text_key alice_ui::macrobuilder2_main_apply_button_t::text_key

Definition at line 284 of file macrobuilder2.cpp.

◆ text_scale

float alice_ui::macrobuilder2_main_apply_button_t::text_scale = 1.000000f

Definition at line 280 of file macrobuilder2.cpp.

◆ texture_key

std::string_view alice_ui::macrobuilder2_main_apply_button_t::texture_key

Definition at line 275 of file macrobuilder2.cpp.


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