FDOSTUI
FreeDOS Text User Interface
|
This is the complete list of members for label, including all inherited members.
CAN_CLOSE enum value | widget | protected |
CAN_FOCUS enum value | widget | protected |
close(bool const i_shutting_down) | widget | virtual |
contains(int const i_pos_x, int const i_pos_y) const | widget | inline |
contains(struct box const &i_box) const | widget | inline |
damage enum name | widget | |
DAMAGE_ALL enum value | widget | |
DAMAGE_LABEL enum value | widget | |
DAMAGE_MOVED enum value | widget | |
DAMAGE_NONE enum value | widget | |
DAMAGE_RESERVED1 enum value | widget | |
DAMAGE_RESERVED2 enum value | widget | |
DAMAGE_RESERVED3 enum value | widget | |
DAMAGE_SCROLL enum value | widget | |
DAMAGE_VALUE enum value | widget | |
draw() const | label | virtual |
ENABLED enum value | widget | protected |
event_key(struct event_key const &i_event) | widget | inlinevirtual |
event_key_default(enum scancodes const i_scan) | widget | inlinevirtual |
event_mouse(struct event_mouse const &i_event) | widget | inlinevirtual |
flags enum name | widget | protected |
focus_enter() | widget | inlinevirtual |
focus_leave() | widget | inlinevirtual |
get_box(struct box &o_box) const | widget | inline |
get_can_focus() const | widget | inline |
get_enabled() const | widget | inline |
get_has_focus() const | widget | inline |
get_len_x() const | widget | inline |
get_len_y() const | widget | inline |
get_parent() const | widget | inline |
get_pos_x() const | widget | inline |
get_pos_y() const | widget | inline |
get_text() const | label | inline |
get_user_data() const | widget | inline |
get_visible() const | widget | inline |
HAS_FOCUS enum value | widget | protected |
label(int const i_pos_x, int const i_pos_y, unsigned int const i_len_x, unsigned int const i_len_y) | label | |
label() (defined in label) | label | private |
label(const label &) (defined in label) | label | private |
m_box | widget | protected |
m_damage | widget | protected |
m_flags | widget | protected |
m_label | label | protected |
m_parent | widget | protected |
m_user_data | widget | protected |
move(int const i_pos_x, int const i_pos_y) | widget | inlinevirtual |
operator=(label const &) (defined in label) | label | private |
resize(unsigned int const i_len_x, unsigned int const i_len_y) | widget | inlinevirtual |
set_can_close(bool const i_can_close) | widget | inline |
set_damage(unsigned int const i_damage=DAMAGE_NONE) | widget | inlinevirtual |
set_disabled() | widget | inline |
set_enabled() | widget | inline |
set_hidden() | widget | inline |
set_parent(group *const i_parent) | widget | inlinevirtual |
set_text(unsigned char const *i_str) | label | inline |
set_user_data(void *io_user_data) | widget | inline |
set_visible() | widget | inline |
translate_screen(int *const o_pos_x, int *const o_pos_y) const | widget | |
VISIBLE enum value | widget | protected |
widget(int const i_pos_x, int const i_pos_y, unsigned int const i_len_x, unsigned int const i_len_y) | widget | |
~label() | label | virtual |
~widget() | widget | virtual |