Ardour
9.0-pre0-582-g084a23a80d
|
#include <option_editor.h>
Public Member Functions | |
RcConfigDisplay (std::string const &, std::string const &, sigc::slot< std::string >, char s='\0') | |
void | add_to_page (OptionEditorPage *) |
void | parameter_changed (std::string const &p) |
void | set_state_from_config () |
Gtk::Widget & | tip_widget () |
Public Member Functions inherited from OptionEditorComponent | |
OptionEditorComponent () | |
virtual | ~OptionEditorComponent () |
void | add_widget_to_page (OptionEditorPage *, Gtk::Widget *) |
void | add_widgets_to_page (OptionEditorPage *, Gtk::Widget *, Gtk::Widget *, bool expand=true) |
void | set_note (std::string const &) |
virtual PBD::Configuration::Metadata const * | get_metadata () const |
void | set_metadata (PBD::Configuration::Metadata const &) |
void | highlight () |
void | end_highlight () |
Protected Attributes | |
sigc::slot< std::string > | _get |
Gtk::Label * | _label |
Gtk::Label * | _info |
std::string | _id |
char | _sep |
Protected Attributes inherited from OptionEditorComponent | |
std::string | _note |
ArdourWidgets::Frame * | _frame |
PBD::Configuration::Metadata const * | _metadata |
Additional Inherited Members | |
Protected Member Functions inherited from OptionEditorComponent | |
void | maybe_add_note (OptionEditorPage *, int) |
Definition at line 140 of file option_editor.h.
RcConfigDisplay::RcConfigDisplay | ( | std::string const & | , |
std::string const & | , | ||
sigc::slot< std::string > | , | ||
char | s = '\0' |
||
) |
|
virtual |
Called to instruct the object to add itself to an OptionEditorPage
Implements OptionEditorComponent.
|
virtual |
Called when a configuration parameter's value has changed.
p | parameter name |
Implements OptionEditorComponent.
|
virtual |
Called to instruct the object to set its UI state from the configuration
Implements OptionEditorComponent.
|
inlinevirtual |
Implements OptionEditorComponent.
Definition at line 147 of file option_editor.h.
|
protected |
Definition at line 149 of file option_editor.h.
|
protected |
Definition at line 152 of file option_editor.h.
|
protected |
Definition at line 151 of file option_editor.h.
|
protected |
Definition at line 150 of file option_editor.h.
|
protected |
Definition at line 153 of file option_editor.h.