| active_window_ | gui2::chatbox | private |
| active_window_changed() | gui2::chatbox | |
| active_window_changed_callback_ | gui2::chatbox | private |
| add_active_window_message(const std::string &sender, const std::string &message, const bool force_scroll=false) | gui2::chatbox | private |
| add_active_window_whisper(const std::string &sender, const std::string &message, const bool force_scroll=false) | gui2::chatbox | private |
| add_chat_message(const std::chrono::system_clock::time_point &time, const std::string &speaker, int side, const std::string &message, events::chat_handler::MESSAGE_TYPE type=events::chat_handler::MESSAGE_PRIVATE) override | gui2::chatbox | protectedvirtual |
| add_chat_room_message_received(const std::string &room, const std::string &speaker, const std::string &message) override | gui2::chatbox | protectedvirtual |
| add_chat_room_message_sent(const std::string &room, const std::string &message) override | gui2::chatbox | protectedvirtual |
| add_room_window_message(const std::string &room, const std::string &sender, const std::string &message) | gui2::chatbox | private |
| add_row(const unsigned count=1) | gui2::container_base | inline |
| add_whisper_received(const std::string &sender, const std::string &message) override | gui2::chatbox | protectedvirtual |
| add_whisper_sent(const std::string &receiver, const std::string &message) override | gui2::chatbox | protectedvirtual |
| add_whisper_window_whisper(const std::string &sender, const std::string &message) | gui2::chatbox | private |
| append_to_chatbox(const std::string &text, const bool force_scroll=false) | gui2::chatbox | private |
| append_to_chatbox(const std::string &text, std::size_t id, const bool force_scroll=false) | gui2::chatbox | private |
| 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::container_base | inline |
| border_space() const | gui2::container_base | privatevirtual |
| cached_text_font_size_ | gui2::styled_widget | mutableprivate |
| calculate_best_size() const override | gui2::container_base | protectedvirtual |
| calculate_blitting_rectangle() const | gui2::widget | |
| calculate_clipping_rectangle() const | gui2::widget | |
| can_mouse_focus() const | gui2::widget | inlinevirtual |
| can_wrap() const override | gui2::container_base | virtual |
| canvases_ | gui2::styled_widget | private |
| capture_mouse() | gui2::event::dispatcher | inline |
| cast_config_to() const | gui2::styled_widget | inlineprotected |
| change_logging(const std::string &data) | events::chat_handler | protected |
| chat_handler() | events::chat_handler | |
| chat_input_ | gui2::chatbox | private |
| chat_input_keypress_callback(const SDL_Keycode key) | gui2::chatbox | private |
| chat_log_container_ | gui2::chatbox | private |
| chatbox(const implementation::builder_chatbox &builder) | gui2::chatbox | explicit |
| child enum value | gui2::event::dispatcher | |
| clear_layout_size() | gui2::widget | inlineprotected |
| clear_messages() override | gui2::chatbox | virtual |
| clipping_rectangle_ | gui2::widget | private |
| close_window(std::size_t idx) | gui2::chatbox | private |
| close_window_button_callback(const std::string &room_name, bool &handled, bool &halt) | gui2::chatbox | |
| config_ | gui2::styled_widget | 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 |
| container_base(const implementation::builder_styled_widget &builder, const std::string &control_type) | gui2::container_base | explicit |
| create_walker() override | gui2::container_base | virtual |
| debug_border enum name | gui2::widget | |
| debug_border_color_ | gui2::widget | private |
| debug_border_mode_ | gui2::widget | private |
| definition_ | gui2::styled_widget | private |
| demand_reduce_height(const unsigned maximum_height) override | gui2::container_base | virtual |
| demand_reduce_width(const unsigned maximum_width) override | gui2::container_base | virtual |
| disable_click_dismiss() const override | gui2::container_base | virtual |
| disconnect() | gui2::event::dispatcher | |
| disconnect_signal(const F &func, const queue_position position=back_child) | gui2::event::dispatcher | inline |
| dispatcher() | gui2::event::dispatcher | |
| do_speak(const std::string &message, bool allies_only=false) | events::chat_handler | protected |
| 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 |
| enable_lua_ptr(enable_lua_ptr &&o) | enable_lua_ptr< widget > | inline |
| enable_lua_ptr(const enable_lua_ptr &o)=delete | enable_lua_ptr< widget > | private |
| end() | gui2::container_base | 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 | |
| finalize_setup() | gui2::chatbox | protected |
| find(const std::string_view id, const bool must_be_active) override | gui2::container_base | virtual |
| find(const std::string_view id, const bool must_be_active) const override | gui2::container_base | virtual |
| find_at(const point &coordinate, const bool must_be_active) override | gui2::container_base | virtual |
| find_at(const point &coordinate, const bool must_be_active) const override | gui2::container_base | virtual |
| find_or_create_window(const std::string &name, const bool whisper, const bool open_new, const bool allow_close, const std::string &initial_text) | gui2::chatbox | |
| find_widget(const std::string_view id, const bool must_be_active, const bool must_exist) | gui2::widget | inline |
| find_widget(const std::string_view id, const bool must_be_active, const bool must_exist) const | gui2::widget | inline |
| find_widget(const std::string_view id, const bool must_be_active=false) | gui2::widget | inline |
| find_widget(const std::string_view 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_active() const override | gui2::chatbox | inlinevirtual |
| get_best_size() const | gui2::widget | |
| get_best_text_size(point minimum_size, point maximum_size={0, 0}) const | gui2::styled_widget | private |
| get_canvas(const unsigned index) | gui2::styled_widget | inline |
| get_canvases() | gui2::styled_widget | inline |
| get_characters_per_line() const | gui2::styled_widget | virtual |
| get_client_rect() const | gui2::container_base | virtual |
| get_cols() const | gui2::container_base | inline |
| get_config() | gui2::styled_widget | inlineprotected |
| get_config() const | gui2::styled_widget | inlineprotected |
| get_config_default_size() const | gui2::styled_widget | |
| get_config_maximum_size() const | gui2::styled_widget | |
| get_config_minimum_size() const | gui2::styled_widget | |
| get_control_type() const override | gui2::chatbox | privatevirtual |
| get_dirty_rectangle() const | gui2::widget | |
| get_drawing_action() const | gui2::widget | |
| get_grid() const | gui2::container_base | inline |
| get_grid() | gui2::container_base | inline |
| get_height() const | gui2::widget | |
| get_label() const | gui2::styled_widget | inline |
| get_label_link(const point &position) const | gui2::styled_widget | protected |
| get_label_token(const point &position, std::string_view delimiters=" \n\r\t") const | gui2::styled_widget | protected |
| get_link_aware() const | gui2::styled_widget | virtual |
| get_link_color() const | gui2::styled_widget | virtual |
| 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::container_base | inline |
| get_signal_queue() | gui2::event::dispatcher | inlineprivate |
| get_size() const | gui2::widget | |
| get_state() const override | gui2::chatbox | inlinevirtual |
| get_text_alignment() const | gui2::styled_widget | inline |
| get_text_ellipse_mode() const | gui2::styled_widget | inline |
| get_text_font_size() const | gui2::styled_widget | protected |
| get_text_maximum_height() const | gui2::styled_widget | protected |
| get_text_maximum_width() const | gui2::styled_widget | protected |
| get_use_markup() const | gui2::styled_widget | inline |
| get_use_tooltip_on_label_overflow() const | gui2::styled_widget | inline |
| get_visible() const | gui2::widget | |
| get_want_keyboard_input() const | gui2::event::dispatcher | 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_ | gui2::container_base | private |
| has_event(const ui_event event, const event_queue_type event_type) | gui2::event::dispatcher | |
| has_widget(const widget &widget) const override | gui2::container_base | virtual |
| height_ | gui2::widget | private |
| help_message() const | gui2::styled_widget | inline |
| help_message_ | gui2::styled_widget | private |
| hotkeys_ | gui2::event::dispatcher | private |
| id() const | gui2::widget | |
| id_ | gui2::widget | private |
| impl_draw_background() override | gui2::styled_widget | protectedvirtual |
| impl_draw_children() override | gui2::container_base | virtual |
| impl_draw_foreground() override | gui2::styled_widget | protectedvirtual |
| implementation::builder_chatbox | gui2::chatbox | friend |
| increment_waiting_messages(const std::string &room) | gui2::chatbox | private |
| increment_waiting_whispers(const std::string &name) | gui2::chatbox | private |
| init_grid(const builder_grid &grid_builder) | gui2::container_base | |
| inject_linked_groups() | gui2::container_base | private |
| 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 |
| label_ | gui2::styled_widget | private |
| layout_children() override | gui2::container_base | protectedvirtual |
| layout_initialize(const bool full_initialization) override | gui2::container_base | virtual |
| layout_size() const | gui2::widget | protected |
| layout_size_ | gui2::widget | private |
| linked_group_ | gui2::widget | private |
| load_log(std::map< std::string, chatroom_log > &log, bool show_lobby) | gui2::chatbox | |
| log_ | gui2::chatbox | private |
| MESSAGE_PRIVATE enum value | events::chat_handler | |
| MESSAGE_PUBLIC enum value | events::chat_handler | |
| MESSAGE_TYPE enum name | events::chat_handler | |
| 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 |
| open_windows_ | gui2::chatbox | private |
| operator=(const widget &)=delete | gui2::widget | |
| enable_lua_ptr< widget >::operator=(enable_lua_ptr &&o) | enable_lua_ptr< widget > | inline |
| parent() | gui2::widget | |
| parent_ | gui2::widget | private |
| place(const point &origin, const point &size) override | gui2::container_base | virtual |
| post enum value | gui2::event::dispatcher | |
| pre enum value | gui2::event::dispatcher | |
| process_message(const ::config &data, bool whisper=false) | gui2::chatbox | |
| process_network_data(const ::config &data) | gui2::chatbox | |
| queue_position enum name | gui2::event::dispatcher | |
| queue_redraw() | gui2::widget | |
| queue_redraw(const rect ®ion) | gui2::widget | |
| 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::container_base | |
| reduce_width(const unsigned maximum_width) | gui2::container_base | |
| register_hotkey(const hotkey::HOTKEY_COMMAND id, Func &&function) | gui2::event::dispatcher | inline |
| release_mouse() | gui2::event::dispatcher | inline |
| renderer_ | gui2::styled_widget | mutableprivate |
| request_reduce_height(const unsigned maximum_height) override | gui2::container_base | virtual |
| request_reduce_width(const unsigned maximum_width) override | gui2::container_base | virtual |
| room_window_active(const std::string &room) | gui2::chatbox | private |
| room_window_open(const std::string &room, const bool open_new, const bool allow_close=true) | gui2::chatbox | |
| roomlistbox_ | gui2::chatbox | private |
| self_ | enable_lua_ptr< widget > | private |
| send_chat_message(const std::string &message, bool allies_only) override | gui2::chatbox | virtual |
| send_chat_room_message(const std::string &room, const std::string &message) | events::chat_handler | protectedvirtual |
| send_command(const std::string &cmd, const std::string &args="") | events::chat_handler | |
| send_to_server(const ::config &cfg) override | gui2::chatbox | |
| events::chat_handler::send_to_server(const config &cfg)=0 | events::chat_handler | pure virtual |
| send_whisper(const std::string &receiver, const std::string &message) | events::chat_handler | protectedvirtual |
| set_active(const bool) override | gui2::chatbox | inlinevirtual |
| set_active_window_changed_callback(const std::function< void(void)> &f) | gui2::chatbox | inline |
| set_child(std::unique_ptr< widget > widget, const unsigned row, const unsigned col, const unsigned flags, const unsigned border_size) | gui2::container_base | inline |
| set_cols(const unsigned cols) | gui2::container_base | inline |
| set_column_grow_factor(const unsigned column, const unsigned factor) | gui2::container_base | 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_help_message(const t_string &help_message) | gui2::styled_widget | inline |
| set_horizontal_alignment(const std::string &alignment) | gui2::widget | virtual |
| set_id(const std::string &id) | gui2::widget | |
| set_label(const t_string &text) | gui2::styled_widget | virtual |
| set_layout_size(const point &size) | gui2::widget | protected |
| set_linked_group(const std::string &linked_group) | gui2::widget | |
| set_members(const widget_item &data) | gui2::styled_widget | virtual |
| set_mouse_behavior(const mouse_behavior mouse_behavior) | gui2::event::dispatcher | inline |
| set_origin(const point &origin) override | gui2::container_base | virtual |
| set_parent(widget *parent) | gui2::widget | |
| set_row_grow_factor(const unsigned row, const unsigned factor) | gui2::container_base | inline |
| set_rows(const unsigned rows) | gui2::container_base | inline |
| set_rows_cols(const unsigned rows, const unsigned cols) | gui2::container_base | inline |
| set_self_active(const bool) override | gui2::chatbox | inlineprivatevirtual |
| set_size(const point &size) | gui2::widget | virtual |
| set_text_alignment(const PangoAlignment text_alignment) | gui2::styled_widget | virtual |
| set_text_ellipse_mode(const PangoEllipsizeMode ellipse_mode) | gui2::styled_widget | |
| set_tooltip(const t_string &tooltip) | gui2::styled_widget | inline |
| set_use_markup(bool use_markup) | gui2::styled_widget | virtual |
| set_use_tooltip_on_label_overflow(const bool use_tooltip=true) | gui2::styled_widget | inline |
| set_vertical_alignment(const std::string &alignment) | gui2::widget | virtual |
| set_visible(const visibility visible) | gui2::widget | |
| set_visible(bool visible) | gui2::widget | inline |
| set_visible_rectangle(const rect &rectangle) override | gui2::container_base | 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 |
| shrunken_ | gui2::styled_widget | private |
| signal_handler_notify_remove_tooltip(const event::ui_event event, bool &handled) | gui2::styled_widget | private |
| signal_handler_receive_keyboard_focus(const event::ui_event event) | gui2::chatbox | private |
| signal_handler_show_helptip(const event::ui_event event, bool &handled, const point &location) | gui2::styled_widget | private |
| signal_handler_show_tooltip(const event::ui_event event, bool &handled, const point &location) | gui2::styled_widget | private |
| 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 |
| styled_widget(const implementation::builder_styled_widget &builder, const std::string &control_type) | gui2::styled_widget | |
| switch_to_window(lobby_chat_window *t) | gui2::chatbox | |
| switch_to_window(std::size_t id) | gui2::chatbox | |
| text_alignment_ | gui2::styled_widget | private |
| text_can_shrink() | gui2::styled_widget | inlineprivatevirtual |
| text_ellipse_mode_ | gui2::styled_widget | private |
| tooltip() const | gui2::styled_widget | inline |
| tooltip_ | gui2::styled_widget | private |
| type() | gui2::chatbox | static |
| update_canvas() | gui2::styled_widget | protectedvirtual |
| use_markup_ | gui2::styled_widget | private |
| use_tooltip_on_label_overflow_ | gui2::styled_widget | private |
| user_relation_changed(const std::string &name) override | gui2::chatbox | protectedvirtual |
| 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 |
| whisper_window_active(const std::string &name) | gui2::chatbox | private |
| whisper_window_open(const std::string &name, bool open_new) | gui2::chatbox | |
| 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 |
| ~chat_handler() | events::chat_handler | virtual |
| ~dispatcher() | gui2::event::dispatcher | virtual |
| ~event_executor() | gui2::event_executor | inlinevirtual |
| ~widget() override | gui2::widget | virtual |