#include <mp_options.hpp>
Public Member Functions | |
reset_display (CVideo &video, const std::string &comp, manager &m) | |
~reset_display () | |
void | layout (int &xpos, int &ypos, int w, int border_size, gui::scrollpane *pane) |
void | set_value (const config::attribute_value &) |
config::attribute_value | get_value () const |
void | hide_children (bool hide) |
void | process_event () |
Public Member Functions inherited from mp::options::option_display | |
virtual | ~option_display () |
Private Attributes | |
manager & | manager_ |
std::string | component_ |
gui::button * | button_ |
Definition at line 132 of file mp_options.hpp.
mp::options::reset_display::reset_display | ( | CVideo & | video, |
const std::string & | comp, | ||
manager & | m | ||
) |
Definition at line 573 of file mp_options.cpp.
mp::options::reset_display::~reset_display | ( | ) |
Definition at line 579 of file mp_options.cpp.
References button_.
|
inlinevirtual |
Implements mp::options::option_display.
Definition at line 140 of file mp_options.hpp.
|
virtual |
Implements mp::options::option_display.
Definition at line 590 of file mp_options.cpp.
References button_, and gui::widget::hide().
|
virtual |
Implements mp::options::option_display.
Definition at line 584 of file mp_options.cpp.
References gui::scrollpane::add_widget(), button_, gui::widget::height(), and gui::widget::width().
|
virtual |
Reimplemented from mp::options::option_display.
Definition at line 595 of file mp_options.cpp.
References button_, component_, manager_, gui::button::pressed(), and mp::options::manager::restore_defaults().
|
inlinevirtual |
Implements mp::options::option_display.
Definition at line 139 of file mp_options.hpp.
|
private |
Definition at line 147 of file mp_options.hpp.
Referenced by hide_children(), layout(), process_event(), and ~reset_display().
|
private |
Definition at line 146 of file mp_options.hpp.
Referenced by process_event().
|
private |
Definition at line 145 of file mp_options.hpp.
Referenced by process_event().