Project Alice
|
#include <gui_deserialize.hpp>
Public Attributes | |
std::vector< table_display_column > | table_columns |
std::string_view | name |
std::string_view | texture |
std::string_view | alt_texture |
std::string_view | tooltip_text_key |
std::string_view | text_key |
std::string_view | ascending_sort_icon |
std::string_view | descending_sort_icon |
std::string_view | row_background_a |
std::string_view | row_background_b |
ogl::color4f | table_highlight_color { 0.0f, 0.0f, 0.0f, 0.0f } |
ogl::color3f | table_divider_color { 0.0f, 0.0f, 0.0f } |
float | text_scale = 1.0f |
float | row_height = 2.0f |
int16_t | x_pos = 0 |
int16_t | y_pos = 0 |
int16_t | x_size = 0 |
int16_t | y_size = 0 |
int16_t | border_size = 0 |
text::text_color | text_color = text::text_color::black |
aui_text_type | text_type = aui_text_type::body |
text::alignment | text_alignment = text::alignment::left |
Definition at line 127 of file gui_deserialize.hpp.
std::string_view aui_element_data::alt_texture |
Definition at line 131 of file gui_deserialize.hpp.
std::string_view aui_element_data::ascending_sort_icon |
Definition at line 134 of file gui_deserialize.hpp.
int16_t aui_element_data::border_size = 0 |
Definition at line 146 of file gui_deserialize.hpp.
std::string_view aui_element_data::descending_sort_icon |
Definition at line 135 of file gui_deserialize.hpp.
std::string_view aui_element_data::name |
Definition at line 129 of file gui_deserialize.hpp.
std::string_view aui_element_data::row_background_a |
Definition at line 136 of file gui_deserialize.hpp.
std::string_view aui_element_data::row_background_b |
Definition at line 137 of file gui_deserialize.hpp.
float aui_element_data::row_height = 2.0f |
Definition at line 141 of file gui_deserialize.hpp.
std::vector<table_display_column> aui_element_data::table_columns |
Definition at line 128 of file gui_deserialize.hpp.
ogl::color3f aui_element_data::table_divider_color { 0.0f, 0.0f, 0.0f } |
Definition at line 139 of file gui_deserialize.hpp.
ogl::color4f aui_element_data::table_highlight_color { 0.0f, 0.0f, 0.0f, 0.0f } |
Definition at line 138 of file gui_deserialize.hpp.
text::alignment aui_element_data::text_alignment = text::alignment::left |
Definition at line 149 of file gui_deserialize.hpp.
text::text_color aui_element_data::text_color = text::text_color::black |
Definition at line 147 of file gui_deserialize.hpp.
std::string_view aui_element_data::text_key |
Definition at line 133 of file gui_deserialize.hpp.
float aui_element_data::text_scale = 1.0f |
Definition at line 140 of file gui_deserialize.hpp.
aui_text_type aui_element_data::text_type = aui_text_type::body |
Definition at line 148 of file gui_deserialize.hpp.
std::string_view aui_element_data::texture |
Definition at line 130 of file gui_deserialize.hpp.
std::string_view aui_element_data::tooltip_text_key |
Definition at line 132 of file gui_deserialize.hpp.
int16_t aui_element_data::x_pos = 0 |
Definition at line 142 of file gui_deserialize.hpp.
int16_t aui_element_data::x_size = 0 |
Definition at line 144 of file gui_deserialize.hpp.
int16_t aui_element_data::y_pos = 0 |
Definition at line 143 of file gui_deserialize.hpp.
int16_t aui_element_data::y_size = 0 |
Definition at line 145 of file gui_deserialize.hpp.