add_row(const unsigned count=1) | gui2::grid | |
back_child enum value | gui2::event::dispatcher | |
back_post_child enum value | gui2::event::dispatcher | |
back_pre_child enum value | gui2::event::dispatcher | |
begin() | gui2::grid | inline |
BORDER_ALL | gui2::grid | static |
BORDER_BOTTOM | gui2::grid | static |
BORDER_LEFT | gui2::grid | static |
BORDER_RIGHT | gui2::grid | static |
BORDER_TOP | gui2::grid | static |
calculate_best_size() const override | gui2::grid | privatevirtual |
calculate_blitting_rectangle() const | gui2::widget | |
calculate_clipping_rectangle() const | gui2::widget | |
can_mouse_focus() const override | gui2::grid | inlinevirtual |
can_wrap() const override | gui2::grid | virtual |
capture_mouse() | gui2::event::dispatcher | inline |
child enum value | gui2::event::dispatcher | |
children_ | gui2::grid | private |
clear_layout_size() | gui2::widget | inlineprotected |
clipping_rectangle_ | gui2::widget | private |
col_grow_factor_ | gui2::grid | private |
col_width_ | gui2::grid | mutableprivate |
cols_ | gui2::grid | private |
connect() | gui2::event::dispatcher | |
connect_signal(const F &func, const queue_position position=back_child) | gui2::event::dispatcher | inline |
connected_ | gui2::event::dispatcher | private |
create_walker() override | gui2::grid | virtual |
debug_border enum name | gui2::widget | |
debug_border_color_ | gui2::widget | private |
debug_border_mode_ | gui2::widget | private |
debug_layout_graph class | gui2::grid | friend |
demand_reduce_height(const unsigned maximum_height) override | gui2::grid | virtual |
demand_reduce_width(const unsigned maximum_width) override | gui2::grid | virtual |
disable_click_dismiss() const override | gui2::grid | virtual |
disconnect() | gui2::event::dispatcher | |
disconnect_signal(const F &func, const queue_position position=back_child) | gui2::event::dispatcher | inline |
dispatcher() | gui2::event::dispatcher | |
draw_background() | gui2::widget | |
draw_children() | gui2::widget | |
draw_debug_border() | gui2::widget | private |
draw_foreground() | gui2::widget | |
enable_lua_ptr(widget *tp) | enable_lua_ptr< widget > | inline |
end() | gui2::grid | inline |
event_executor() | gui2::event_executor | inline |
event_queue_type enum name | gui2::event::dispatcher | |
execute_hotkey(const hotkey::HOTKEY_COMMAND id) | gui2::event::dispatcher | |
find(const std::string &id, const bool must_be_active) override | gui2::grid | virtual |
find(const std::string &id, const bool must_be_active) const override | gui2::grid | virtual |
find_at(const point &coordinate, const bool must_be_active) override | gui2::grid | virtual |
find_at(const point &coordinate, const bool must_be_active) const override | gui2::grid | virtual |
find_widget(const std::string &id, const bool must_be_active, const bool must_exist) | gui2::widget | inline |
find_widget(const std::string &id, const bool must_be_active, const bool must_exist) const | gui2::widget | inline |
find_widget(const std::string &id, const bool must_be_active=false) | gui2::widget | inline |
find_widget(const std::string &id, const bool must_be_active=false) const | gui2::widget | inline |
fire(const ui_event event, widget &target) | gui2::event::dispatcher | |
fire(const ui_event event, widget &target, const point &coordinate) | gui2::event::dispatcher | |
fire(const ui_event event, widget &target, const SDL_Keycode key, const SDL_Keymod modifier, const std::string &unicode) | gui2::event::dispatcher | |
fire(const ui_event event, widget &target, const point &pos, const point &distance) | gui2::event::dispatcher | |
fire(const ui_event event, widget &target, const point ¢er, float dTheta, float dDist, uint8_t numFingers) | gui2::event::dispatcher | |
fire(const ui_event event, widget &target, void *) | gui2::event::dispatcher | |
fire(const ui_event event, widget &target, const message &msg) | gui2::event::dispatcher | |
fire(const ui_event event, widget &target, const SDL_Event &sdlevent) | gui2::event::dispatcher | |
fire(const ui_event event, widget &target, const std::string &text, int32_t start, int32_t len) | gui2::event::dispatcher | |
front_child enum value | gui2::event::dispatcher | |
front_post_child enum value | gui2::event::dispatcher | |
front_pre_child enum value | gui2::event::dispatcher | |
get_best_size() const | gui2::widget | |
get_child(const unsigned row, const unsigned col) const | gui2::grid | inlineprivate |
get_child(const unsigned row, const unsigned col) | gui2::grid | inlineprivate |
get_child(widget *w) | gui2::grid | private |
get_cols() const | gui2::grid | inline |
get_dirty_rectangle() const | gui2::widget | |
get_drawing_action() const | gui2::widget | |
get_height() const | gui2::widget | |
get_linked_group() const | gui2::widget | inline |
get_mouse_behavior() const | gui2::event::dispatcher | inline |
get_origin() const | gui2::widget | |
get_parent_grid() | gui2::widget | |
get_parent_grid() const | gui2::widget | |
get_rectangle() const | gui2::widget | |
get_rows() const | gui2::grid | inline |
get_signal_queue() | gui2::event::dispatcher | inlineprivate |
get_size() const | gui2::widget | |
get_visible() const | gui2::widget | |
get_want_keyboard_input() const | gui2::event::dispatcher | inline |
get_widget(const unsigned row, const unsigned col) const | gui2::grid | inline |
get_widget(const unsigned row, const unsigned col) | gui2::grid | inline |
get_width() const | gui2::widget | |
get_window() | gui2::widget | |
get_window() const | gui2::widget | |
get_x() const | gui2::widget | |
get_y() const | gui2::widget | |
grid(const unsigned rows=0, const unsigned cols=0) | gui2::grid | explicit |
grid(const grid &)=delete | gui2::grid | |
grid_implementation | gui2::grid | friend |
has_event(const ui_event event, const event_queue_type event_type) | gui2::event::dispatcher | |
has_widget(const widget &widget) const override | gui2::grid | virtual |
height_ | gui2::widget | private |
HORIZONTAL_ALIGN_CENTER | gui2::grid | static |
HORIZONTAL_ALIGN_LEFT | gui2::grid | static |
HORIZONTAL_ALIGN_RIGHT | gui2::grid | static |
HORIZONTAL_GROW_SEND_TO_CLIENT | gui2::grid | static |
HORIZONTAL_MASK | gui2::grid | static |
HORIZONTAL_SHIFT | gui2::grid | static |
hotkeys_ | gui2::event::dispatcher | private |
id() const | gui2::widget | |
id_ | gui2::widget | private |
impl_draw_background() | gui2::widget | inlineprivatevirtual |
impl_draw_children() override | gui2::grid | privatevirtual |
impl_draw_foreground() | gui2::widget | inlineprivatevirtual |
is_at(const point &coordinate) const override | gui2::widget | privatevirtual |
is_at(const point &coordinate, const bool must_be_active) const | gui2::widget | private |
is_connected() const | gui2::event::dispatcher | inline |
layout(const point &origin) | gui2::grid | private |
layout_children() override | gui2::grid | virtual |
layout_initialize(const bool full_initialization) override | gui2::grid | virtual |
layout_size() const | gui2::widget | protected |
layout_size_ | gui2::widget | private |
linked_group_ | gui2::widget | private |
mouse_behavior enum name | gui2::event::dispatcher | |
mouse_behavior_ | gui2::event::dispatcher | private |
move(const int x_offset, const int y_offset) | gui2::widget | virtual |
operator=(const grid &)=delete | gui2::grid | |
gui2::widget::operator=(const widget &)=delete | gui2::widget | |
parent() | gui2::widget | |
parent_ | gui2::widget | private |
place(const point &origin, const point &size) override | gui2::grid | virtual |
post enum value | gui2::event::dispatcher | |
pre enum value | gui2::event::dispatcher | |
queue_position enum name | gui2::event::dispatcher | |
queue_redraw() | gui2::widget | |
queue_redraw(const rect ®ion) | gui2::widget | |
recalculate_best_size() | gui2::grid | |
recursive_is_visible(const widget *widget, const bool must_be_active) const | gui2::widget | private |
redraw_action enum name | gui2::widget | |
redraw_action_ | gui2::widget | private |
reduce_height(const unsigned maximum_height) | gui2::grid | |
reduce_width(const unsigned maximum_width) | gui2::grid | |
register_hotkey(const hotkey::HOTKEY_COMMAND id, const hotkey_function &function) | gui2::event::dispatcher | |
release_mouse() | gui2::event::dispatcher | inline |
remove_child(const unsigned row, const unsigned col) | gui2::grid | |
remove_child(const std::string &id, const bool find_all=false) | gui2::grid | |
request_placement(dispatcher &dispatcher, const event::ui_event event, bool &handled, bool &halt) | gui2::grid | private |
request_reduce_height(const unsigned maximum_height) override | gui2::grid | virtual |
request_reduce_width(const unsigned maximum_width) override | gui2::grid | virtual |
row_grow_factor_ | gui2::grid | private |
row_height_ | gui2::grid | mutableprivate |
rows_ | gui2::grid | private |
self_ | enable_lua_ptr< widget > | private |
set_active(const bool active) | gui2::grid | |
set_child(std::unique_ptr< widget > widget, const unsigned row, const unsigned col, const unsigned flags, const unsigned border_size) | gui2::grid | |
set_child_alignment(widget *widget, unsigned set_flag, unsigned mode_mask) | gui2::grid | |
set_cols(const unsigned cols) | gui2::grid | |
set_column_grow_factor(const unsigned column, const unsigned factor) | gui2::grid | inline |
set_debug_border_color(const color_t debug_border_color) | gui2::widget | |
set_debug_border_mode(const debug_border debug_border_mode) | gui2::widget | |
set_horizontal_alignment(const std::string &alignment) | gui2::widget | virtual |
set_id(const std::string &id) | gui2::widget | |
set_layout_size(const point &size) | gui2::widget | protected |
set_linked_group(const std::string &linked_group) | gui2::widget | |
set_mouse_behavior(const mouse_behavior mouse_behavior) | gui2::event::dispatcher | inline |
set_origin(const point &origin) override | gui2::grid | virtual |
set_parent(widget *parent) | gui2::widget | |
set_row_grow_factor(const unsigned row, const unsigned factor) | gui2::grid | inline |
set_rows(const unsigned rows) | gui2::grid | |
set_rows_cols(const unsigned rows, const unsigned cols) | gui2::grid | |
set_size(const point &size) | gui2::widget | virtual |
set_vertical_alignment(const std::string &alignment) | gui2::widget | virtual |
set_visible(const visibility visible) | gui2::widget | |
set_visible_rectangle(const SDL_Rect &rectangle) override | gui2::grid | virtual |
set_want_keyboard_input(const bool want_keyboard_input) | gui2::event::dispatcher | inline |
set_wants_mouse_hover(const bool hover=true) | gui2::event_executor | inline |
set_wants_mouse_left_double_click(const bool click=true) | gui2::event_executor | inline |
set_wants_mouse_middle_double_click(const bool click=true) | gui2::event_executor | inline |
set_wants_mouse_right_double_click(const bool click=true) | gui2::event_executor | inline |
signal_keyboard_queue_ | gui2::event::dispatcher | private |
signal_message_queue_ | gui2::event::dispatcher | private |
signal_mouse_queue_ | gui2::event::dispatcher | private |
signal_notification_queue_ | gui2::event::dispatcher | private |
signal_queue_ | gui2::event::dispatcher | private |
signal_raw_event_queue_ | gui2::event::dispatcher | private |
signal_text_input_queue_ | gui2::event::dispatcher | private |
signal_touch_gesture_queue_ | gui2::event::dispatcher | private |
signal_touch_motion_queue_ | gui2::event::dispatcher | private |
swap_child(const std::string &id, std::unique_ptr< widget > w, const bool recurse, widget *new_parent=nullptr) | gui2::grid | |
VERTICAL_ALIGN_BOTTOM | gui2::grid | static |
VERTICAL_ALIGN_CENTER | gui2::grid | static |
VERTICAL_ALIGN_TOP | gui2::grid | static |
VERTICAL_GROW_SEND_TO_CLIENT | gui2::grid | static |
VERTICAL_MASK | gui2::grid | static |
VERTICAL_SHIFT | gui2::grid | static |
visibility enum name | gui2::widget | |
visible_ | gui2::widget | private |
want_keyboard_input_ | gui2::event::dispatcher | private |
wants_mouse_hover() const | gui2::event_executor | inline |
wants_mouse_hover_ | gui2::event_executor | private |
wants_mouse_left_double_click() const | gui2::event_executor | inline |
wants_mouse_left_double_click_ | gui2::event_executor | private |
wants_mouse_middle_double_click() const | gui2::event_executor | inline |
wants_mouse_middle_double_click_ | gui2::event_executor | private |
wants_mouse_right_double_click() const | gui2::event_executor | inline |
wants_mouse_right_double_click_ | gui2::event_executor | private |
widget(const widget &)=delete | gui2::widget | |
widget() | gui2::widget | |
widget(const builder_widget &builder) | gui2::widget | explicit |
width_ | gui2::widget | private |
x_ | gui2::widget | private |
y_ | gui2::widget | private |
~dispatcher() | gui2::event::dispatcher | virtual |
~event_executor() | gui2::event_executor | inlinevirtual |
~grid() | gui2::grid | virtual |
~widget() override | gui2::widget | virtual |