tabbox Member List
This is the complete list of members for
tabbox, including all inherited members.
active_tab_index | tabbox | [private] |
add_child(widget *) | widget | |
add_tab(const gsgl::string &name, widget *tab) | tabbox | |
button_down_here(int button) | widget | |
draw() | tabbox | [virtual] |
draw_box(int x, int y, int w, int h) | widget | |
draw_line(int x0, int y0, int x1, int y1) | widget | |
event_handler typedef | widget | |
get_abs(int &x, int &y) | widget | |
get_background() | widget | [inline] |
get_children() | widget | [inline] |
get_event_handler() | widget | [inline] |
get_flags() | widget | [inline] |
get_foreground() | widget | [inline] |
get_h() | widget | [inline] |
get_local(int &x, int &y) | widget | |
get_next_tab() | widget | [inline] |
get_parent() | widget | [inline] |
get_prev_tab() | widget | [inline] |
get_texture() | widget | [inline] |
get_w() | widget | [inline] |
get_x() | widget | [inline] |
get_y() | widget | [inline] |
handle_event(const SDL_Event &) | tabbox | [virtual] |
NO_FLAGS enum value | widget | |
remove_child(widget *) | widget | |
set_flags(const gsgl::flags_t f, bool flag_on) | widget | |
tab_bar_height | tabbox | [private] |
tab_font | tabbox | [private] |
tabbox(widget *parent, int x, int y, int w, int h, const platform::color &fg, const platform::color &bg, const gsgl::string &tab_font_face, const int tab_font_size, const int tab_bar_height) | tabbox | |
tabs | tabbox | [private] |
widget(widget *parent, const int x, const int y, const int w, const int h, const platform::color &foreground, const platform::color &background) | widget | |
WIDGET_CAN_FOCUS enum value | widget | |
widget_flags enum name | widget | |
WIDGET_INACTIVE enum value | widget | |
WIDGET_INVISIBLE enum value | widget | |
~tabbox() | tabbox | [virtual] |
~widget() | widget | [virtual] |