add_text_line(const ucs4::string &text, const SDL_Color &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 SDL_Color &color=font::NORMAL_COLOR) | gui::textbox | |
aquire_mouse_lock() | gui::widget | protected |
bg_cancel() | gui::widget | protected |
bg_register(SDL_Rect const &rect) | gui::widget | protected |
bg_restore() const | gui::widget | protected |
bg_restore(SDL_Rect const &rect) const | gui::widget | protected |
bg_update() | gui::widget | protected |
char_x_ | gui::textbox | private |
char_y_ | gui::textbox | private |
clear() | gui::textbox | |
clip_rect() const | gui::widget | protected |
cursor_ | gui::textbox | private |
cursor_pos_ | gui::textbox | private |
dirty() const | gui::widget | |
draw() | gui::widget | protectedvirtual |
draw_contents() | gui::textbox | protectedvirtual |
draw_cursor(int pos, CVideo &video) const | gui::textbox | 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 | |
erase_selection() | gui::textbox | private |
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 |
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) | gui::textbox | privatevirtual |
handle_key_down(const SDL_Event &event) | gui::textbox | private |
handle_text_changed(const ucs4::string &) | gui::textbox | inlineprivatevirtual |
handle_text_input(const SDL_Event &event) | gui::textbox | private |
handle_window_event(SDL_Event const &event) | gui::widget | protectedvirtual |
handler_members() | gui::scrollarea | protectedvirtual |
has_scrollbar() const | gui::scrollarea | protected |
height() const | gui::widget | |
hidden() const | gui::widget | |
hide(bool value=true) | gui::scrollarea | virtual |
id() const | gui::widget | |
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 |
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 |
member_handlers() | gui::widget | inlineprotectedvirtual |
mouse_locked() const | gui::widget | protected |
move_position(int dep) | gui::scrollarea | protected |
pass_event_to_target(const SDL_Event &event) | gui::textbox | private |
process_event() | gui::scrollarea | protectedvirtual |
process_help_string(int mousex, int mousey) | gui::widget | virtual |
process_tooltip_string(int mousex, int mousey) | gui::widget | virtual |
requires_event_focus(const SDL_Event *event=nullptr) const | gui::textbox | privatevirtual |
scroll(unsigned int pos) | gui::textbox | protectedvirtual |
scroll_to_bottom() | gui::textbox | |
scrollarea(CVideo &video, bool auto_join=true) | gui::scrollarea | |
scrollbar_width() const | gui::scrollarea | protected |
sdl_handler(const bool auto_join=true) | events::sdl_handler | protected |
selend_ | gui::textbox | private |
selstart_ | gui::textbox | private |
set_clip_rect(const SDL_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_help_string(const std::string &str) | gui::widget | |
set_id(const std::string &id) | gui::widget | |
set_inner_location(SDL_Rect const &) | gui::textbox | protectedvirtual |
set_location(SDL_Rect const &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 SDL_Color &color=font::NORMAL_COLOR) | gui::textbox | |
set_tooltip_string(const std::string &str) | gui::widget | |
set_volatile(bool val=true) | 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 |
text() const | gui::textbox | |
text_ | gui::textbox | private |
text_image_ | gui::textbox | private |
text_pos_ | gui::textbox | private |
textbox(CVideo &video, int width, const std::string &text="", bool editable=true, 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 | |
update_location(SDL_Rect const &rect) | gui::textbox | protectedvirtual |
update_text_cache(bool reset=false, const SDL_Color &color=font::NORMAL_COLOR) | gui::textbox | private |
video() const | gui::widget | inlineprotected |
widget(widget const &o) | gui::widget | protected |
widget(CVideo &video, const bool auto_join=true) | gui::widget | protected |
width() const | gui::widget | |
wrap_ | gui::textbox | private |
yscroll_ | gui::textbox | private |
~sdl_handler() | events::sdl_handler | protectedvirtual |
~textbox() | gui::textbox | virtual |
~widget() | gui::widget | protectedvirtual |