FDOSTUI
FreeDOS Text User Interface
|
This is the complete list of members for spinner, including all inherited members.
CAN_CLOSE enum value | widget | protected |
CAN_FOCUS enum value | widget | protected |
caret_set_position() const | entry | protected |
clamp(double const i_value) const | valuator | |
clamp_soft(double const i_value) const | valuator | |
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 | |
del() | entry | protected |
draw() const | spinner | virtual |
emit_changed() | entry | inlineprotected |
ENABLED enum value | widget | protected |
entry(int const i_pos_x, int const i_pos_y, unsigned int const i_len_x, unsigned int const i_len_y) | entry | |
event_key(struct event_key const &i_event) | spinner | virtual |
event_key_default(enum scancodes const i_scan) | widget | inlinevirtual |
event_mouse(struct event_mouse const &i_event) | spinner | virtual |
flags enum name | widget | protected |
focus_enter() | entry | virtual |
focus_leave() | entry | virtual |
format(char *o_buffer, unsigned int const i_size) | valuator | virtual |
get_bbox(struct box &o_bbox) const | spinner | inlineprotectedvirtual |
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_maximum() const | valuator | inline |
get_minimum() const | valuator | inline |
get_parent() const | widget | inline |
get_pos_x() const | widget | inline |
get_pos_y() const | widget | inline |
get_purpose() const | entry | inline |
get_step() const | valuator | inline |
get_text() const | entry | inline |
get_text_length() const | entry | inline |
get_user_data() const | widget | inline |
get_value() const | spinner | inlinevirtual |
get_visible() const | widget | inline |
grow(size_t const i_needed) | entry | protected |
handle_drag(widget *const io_widget, double const i_value) | valuator | protected |
handle_push() | valuator | inlineprotected |
handle_release(widget *const io_widget) | valuator | protected |
HAS_FOCUS enum value | widget | protected |
increment(double const i_value, int const i_amount) const | valuator | |
ins(unsigned char const i_char) | entry | protected |
m_block | entry | protected |
m_block_size | entry | protected |
m_box | widget | protected |
m_caret | entry | protected |
m_damage | widget | protected |
m_debounce | valuator | protected |
m_editable | entry | protected |
m_flags | widget | protected |
m_length | entry | protected |
m_maximum | valuator | protected |
m_minimum | valuator | protected |
m_offset | entry | protected |
m_parent | widget | protected |
m_precision | valuator | protected |
m_previous_value | valuator | protected |
m_purpose | entry | protected |
m_signal_changed | entry | protected |
m_signal_value | valuator | protected |
m_slot | entry | protected |
m_step | valuator | protected |
m_user_data | widget | protected |
m_value | valuator | protected |
move(int const i_pos_x, int const i_pos_y) | widget | inlinevirtual |
operator=(spinner const &) (defined in spinner) | spinner | private |
ovw(unsigned char const i_char) | entry | protected |
pos_dec() | entry | protected |
pos_inc() | entry | protected |
purpose enum name | entry | |
PURPOSE_ALPHA enum value | entry | |
PURPOSE_ANY enum value | entry | |
PURPOSE_DIGIT enum value | entry | |
PURPOSE_FLOAT enum value | entry | |
PURPOSE_INTEGER enum value | entry | |
resize(unsigned int const i_len_x, unsigned int const i_len_y) | widget | inlinevirtual |
round(double const i_value) const | valuator | |
set_can_close(bool const i_can_close) | widget | inline |
set_damage(unsigned int const i_damage=DAMAGE_NONE) | widget | inlinevirtual |
set_debounce(bool const i_debounce) | valuator | inline |
set_disabled() | widget | inline |
set_editable(bool const i_editable=true) | entry | inline |
set_enabled() | widget | inline |
set_hidden() | widget | inline |
set_parent(group *const i_parent) | widget | inlinevirtual |
set_precision(int const i_digits) | valuator | |
set_purpose(enum purpose const i_purpose) | entry | inline |
set_range(double const i_minimum, double const i_maximum) | valuator | inline |
set_signal_changed(signal_changed_t i_signal) | entry | inline |
set_signal_value(signal_value_t i_signal) | valuator | inline |
set_step(double const i_step) | valuator | inline |
set_step(double const i_step, int const i_precision) | valuator | inline |
set_text(unsigned char const *i_str) | entry | |
set_user_data(void *io_user_data) | widget | inline |
set_value(double const i_value) | spinner | virtual |
set_visible() | widget | inline |
show_cursor() | entry | inlineprotected |
signal_changed_t typedef | entry | |
signal_value_t typedef | valuator | |
spinner(int const i_pos_x, int const i_pos_y, unsigned int const i_len_x, unsigned int const i_len_y) | spinner | |
spinner() (defined in spinner) | spinner | private |
spinner(const spinner &) (defined in spinner) | spinner | private |
translate_screen(int *const o_pos_x, int *const o_pos_y) const | widget | |
validate(unsigned char const i_char) | entry | protected |
valuator() | valuator | |
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 | |
~entry() | entry | virtual |
~spinner() | spinner | virtual |
~valuator() | valuator | virtual |
~widget() | widget | virtual |