#include <mp_options.hpp>
Public Member Functions | |
title_display (CVideo &video, const std::string &label) | |
~title_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 |
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::label * | title_ |
Definition at line 115 of file mp_options.hpp.
mp::options::title_display::title_display | ( | CVideo & | video, |
const std::string & | label | ||
) |
Definition at line 499 of file mp_options.cpp.
mp::options::title_display::~title_display | ( | ) |
Definition at line 503 of file mp_options.cpp.
References title_.
|
inlinevirtual |
Implements mp::options::option_display.
Definition at line 123 of file mp_options.hpp.
|
virtual |
Implements mp::options::option_display.
Definition at line 515 of file mp_options.cpp.
References gui::widget::hide(), and title_.
|
virtual |
Implements mp::options::option_display.
Definition at line 508 of file mp_options.cpp.
References gui::scrollpane::add_widget(), gui::widget::height(), and title_.
|
inlinevirtual |
Implements mp::options::option_display.
Definition at line 122 of file mp_options.hpp.
|
private |
Definition at line 127 of file mp_options.hpp.
Referenced by hide_children(), layout(), and ~title_display().