| add_text_line(const std::u32string &text, const color_t &color=font::NORMAL_COLOR) | gui::textbox | private |
| adjust_position(unsigned pos) | gui::scrollarea | protected |
| alpha_ | gui::textbox | private |
| alpha_focus_ | gui::textbox | private |
| append_text(const std::string &text, bool auto_scroll=false, const color_t &color=font::NORMAL_COLOR) | gui::textbox | |
| aquire_mouse_lock() | gui::widget | protected |
| char_x_ | gui::textbox | private |
| char_y_ | gui::textbox | private |
| clear() | gui::textbox | |
| clip_ | gui::widget | private |
| clip_rect_ | gui::widget | private |
| cursor_ | gui::textbox | private |
| cursor_pos_ | gui::textbox | private |
| dirty() const | gui::widget | |
| DIRTY enum value | gui::widget | private |
| draw() | gui::widget | private |
| draw_contents() override | gui::textbox | protectedvirtual |
| draw_cursor(int pos) const | gui::textbox | private |
| DRAWN enum value | gui::widget | private |
| edit_target_ | gui::textbox | private |
| editable() const | gui::textbox | |
| editable_ | gui::textbox | private |
| enable(bool new_val=true) | gui::widget | virtual |
| enabled() const | gui::widget | |
| enabled_ | gui::widget | private |
| erase_selection() | gui::textbox | private |
| expose(const rect ®ion) override | gui::widget | virtual |
| focus(const SDL_Event *event) | gui::widget | |
| focus_ | gui::widget | protected |
| font_size() const | gui::textbox | |
| font_size_ | gui::textbox | private |
| free_mouse_lock() | gui::widget | protected |
| full_size_ | gui::scrollarea | private |
| get_max_position() const | gui::scrollarea | protected |
| get_position() const | gui::scrollarea | protected |
| grabmouse_ | gui::textbox | private |
| handle_event(const SDL_Event &event, bool was_forwarded) | gui::textbox | private |
| handle_event(const SDL_Event &event) override | gui::textbox | privatevirtual |
| handle_key_down(const SDL_Event &event) | gui::textbox | private |
| handle_text_changed(const std::u32string &) | gui::textbox | inlineprivatevirtual |
| handle_text_input(const SDL_Event &event) | gui::textbox | private |
| handle_window_event(const SDL_Event &) | events::sdl_handler | inlinevirtual |
| handler_members() | gui::scrollarea | protectedvirtual |
| has_joined() | events::sdl_handler | inlinevirtual |
| has_joined_ | events::sdl_handler | private |
| has_joined_global() | events::sdl_handler | inlinevirtual |
| has_joined_global_ | events::sdl_handler | private |
| has_scrollbar() const | gui::scrollarea | protected |
| height() const | gui::widget | |
| hidden() const | gui::widget | |
| HIDDEN enum value | gui::widget | private |
| hide(bool value=true) | gui::scrollarea | virtual |
| id() const | gui::widget | |
| id_ | gui::widget | private |
| inner_location() const | gui::scrollarea | protected |
| is_selection() | gui::textbox | private |
| join() | events::sdl_handler | virtual |
| join(context &c) | events::sdl_handler | virtual |
| join_global() | events::sdl_handler | virtual |
| join_same(sdl_handler *parent) | events::sdl_handler | virtual |
| layout() override | gui::textbox | virtual |
| leave() | events::sdl_handler | virtual |
| leave_global() | events::sdl_handler | virtual |
| line_height_ | gui::textbox | private |
| listening_ | gui::textbox | private |
| location() const | gui::widget | |
| max_size_ | gui::textbox | private |
| mouse_lock_ | gui::widget | privatestatic |
| mouse_lock_local_ | gui::widget | private |
| mouse_locked() const | gui::widget | protected |
| move_position(int dep) | gui::scrollarea | protected |
| old_position_ | gui::scrollarea | private |
| events::operator=(sdl_handler &&)=delete | events::sdl_handler | |
| events::operator=(const sdl_handler &) | events::sdl_handler | protected |
| gui2::top_level_drawable::operator=(const top_level_drawable &) | gui2::top_level_drawable | protected |
| gui2::top_level_drawable::operator=(top_level_drawable &&) noexcept | gui2::top_level_drawable | protected |
| pass_event_to_target(const SDL_Event &event) | gui::textbox | private |
| process_event() | gui::scrollarea | protectedvirtual |
| process_tooltip_string(int mousex, int mousey) override | gui::widget | virtual |
| queue_redraw() | gui::widget | |
| queue_redraw(const rect &) | gui::widget | |
| rect_ | gui::widget | private |
| recursive_ | gui::scrollarea | private |
| render() | gui2::top_level_drawable | inlinevirtual |
| requires_event_focus(const SDL_Event *event=nullptr) const override | gui::textbox | privatevirtual |
| screen_location() override | gui::widget | inlinevirtual |
| scroll(unsigned int pos) override | gui::textbox | protectedvirtual |
| scroll_to_bottom() | gui::textbox | |
| scrollarea(bool auto_join=true) | gui::scrollarea | |
| scrollbar_ | gui::scrollarea | private |
| scrollbar_width() const | gui::scrollarea | protected |
| sdl_handler(sdl_handler &&)=delete | events::sdl_handler | |
| sdl_handler(const bool auto_join=true) | events::sdl_handler | protected |
| sdl_handler(const sdl_handler &) | events::sdl_handler | protected |
| selend_ | gui::textbox | private |
| selstart_ | gui::textbox | private |
| set_clip_rect(const rect &rect) | gui::widget | |
| set_cursor_pos(const int cursor_pos) | gui::textbox | |
| set_dirty(bool dirty=true) | gui::widget | |
| set_edit_target(textbox *target) | gui::textbox | |
| set_editable(bool value) | gui::textbox | |
| set_focus(bool focus) | gui::widget | |
| set_font_size(int fs) | gui::textbox | |
| set_full_size(unsigned h) | gui::scrollarea | protected |
| set_height(int h) | gui::widget | |
| set_id(const std::string &id) | gui::widget | |
| set_inner_location(const rect &) override | gui::textbox | protectedvirtual |
| set_location(const rect &rect) | gui::widget | virtual |
| set_location(int x, int y) | gui::widget | |
| set_measurements(int w, int h) | gui::widget | |
| set_position(unsigned pos) | gui::scrollarea | protected |
| set_scroll_rate(unsigned r) | gui::scrollarea | protected |
| set_selection(const int selstart, const int selend) | gui::textbox | |
| set_shown_size(unsigned h) | gui::scrollarea | protected |
| set_text(const std::string &text, const color_t &color=font::NORMAL_COLOR) | gui::textbox | |
| set_tooltip_string(const std::string &str) | gui::widget | |
| set_width(int w) | gui::widget | |
| set_wrap(bool val) | gui::textbox | |
| show_cursor_ | gui::textbox | private |
| show_cursor_at_ | gui::textbox | private |
| show_scrollbar() const | gui::textbox | private |
| shown_scrollbar_ | gui::scrollarea | private |
| shown_size_ | gui::scrollarea | private |
| state_ | gui::widget | private |
| swipe_dy_ | gui::scrollarea | private |
| swipe_origin_ | gui::scrollarea | private |
| test_scrollbar() | gui::scrollarea | private |
| text() const | gui::textbox | |
| text_ | gui::textbox | private |
| text_image_ | gui::textbox | private |
| text_pos_ | gui::textbox | private |
| textbox(int width, const std::string &text="", bool editable=true, std::size_t max_size=256, int font_size=font::SIZE_PLUS, double alpha=0.4, double alpha_focus=0.2, const bool auto_join=true) | gui::textbox | |
| tooltip_text_ | gui::widget | private |
| top_level_drawable() | gui2::top_level_drawable | protected |
| top_level_drawable(const top_level_drawable &) | gui2::top_level_drawable | protected |
| top_level_drawable(top_level_drawable &&) noexcept | gui2::top_level_drawable | protected |
| UNINIT enum value | gui::widget | private |
| update() | gui2::top_level_drawable | inlinevirtual |
| update_location(const rect &rect) override | gui::textbox | protectedvirtual |
| update_text_cache(bool reset=false, const color_t &color=font::NORMAL_COLOR) | gui::textbox | private |
| widget(const bool auto_join=true) | gui::widget | protected |
| width() const | gui::widget | |
| wrap_ | gui::textbox | private |
| x | gui::scrollarea | |
| y | gui::scrollarea | |
| yscroll_ | gui::textbox | private |
| ~sdl_handler() | events::sdl_handler | protectedvirtual |
| ~textbox() | gui::textbox | virtual |
| ~top_level_drawable() | gui2::top_level_drawable | protectedvirtual |
| ~widget() | gui::widget | protectedvirtual |