|
Ardour
9.0-pre0-1952-gc5e0b21049
|
#include <option_editor.h>
Public Member Functions | |
| OptionEditorHeading (std::string const &) | |
| void | parameter_changed (std::string const &) |
| void | set_state_from_config () |
| void | add_to_page (OptionEditorPage *) |
| 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 () |
Private Attributes | |
| Gtk::Label * | _label |
| the label used for the heading More... | |
Additional Inherited Members | |
Protected Member Functions inherited from OptionEditorComponent | |
| void | maybe_add_note (OptionEditorPage *, int) |
Protected Attributes inherited from OptionEditorComponent | |
| std::string | _note |
| ArdourWidgets::Frame * | _frame |
| PBD::Configuration::Metadata const * | _metadata |
A component which provides a subheading within the dialog
Definition at line 109 of file option_editor.h.
| OptionEditorHeading::OptionEditorHeading | ( | std::string const & | ) |
|
virtual |
Called to instruct the object to add itself to an OptionEditorPage
Implements OptionEditorComponent.
|
inlinevirtual |
Called when a configuration parameter's value has changed.
| p | parameter name |
Implements OptionEditorComponent.
Definition at line 114 of file option_editor.h.
|
inlinevirtual |
Called to instruct the object to set its UI state from the configuration
Implements OptionEditorComponent.
Definition at line 115 of file option_editor.h.
|
inlinevirtual |
Implements OptionEditorComponent.
Definition at line 118 of file option_editor.h.
|
private |
the label used for the heading
Definition at line 121 of file option_editor.h.