#include <mp_options.hpp>
Public Member Functions | |
entry_display (CVideo &video, const config &cfg) | |
~entry_display () | |
void | layout (int &xpos, int &ypos, int w, int border_size, gui::scrollpane *pane) |
void | set_value (const config::attribute_value &val) |
config::attribute_value | get_value () const |
virtual void | hide_children (bool hide) |
Public Member Functions inherited from mp::options::option_display | |
virtual | ~option_display () |
virtual void | process_event () |
Private Attributes | |
gui::textbox * | entry_ |
gui::label * | label_ |
Definition at line 46 of file mp_options.hpp.
Definition at line 362 of file mp_options.cpp.
References entry_, and gui::widget::set_help_string().
mp::options::entry_display::~entry_display | ( | ) |
Definition at line 369 of file mp_options.cpp.
|
virtual |
Implements mp::options::option_display.
Definition at line 387 of file mp_options.cpp.
References entry_, and gui::textbox::text().
|
virtual |
Implements mp::options::option_display.
Definition at line 394 of file mp_options.cpp.
References entry_, gui::scrollarea::hide(), gui::widget::hide(), and label_.
|
virtual |
Implements mp::options::option_display.
Definition at line 375 of file mp_options.cpp.
References gui::scrollpane::add_widget(), entry_, gui::widget::height(), label_, and gui::widget::width().
|
virtual |
Implements mp::options::option_display.
Definition at line 382 of file mp_options.cpp.
References entry_, and gui::textbox::set_text().
|
private |
Definition at line 58 of file mp_options.hpp.
Referenced by entry_display(), get_value(), hide_children(), layout(), set_value(), and ~entry_display().
|
private |
Definition at line 59 of file mp_options.hpp.
Referenced by hide_children(), layout(), and ~entry_display().