|
Ardour
9.0-pre0-1952-gc5e0b21049
|
#include <option_editor.h>
Public Member Functions | |
| OptionEditorComponent () | |
| virtual | ~OptionEditorComponent () |
| virtual void | parameter_changed (std::string const &p)=0 |
| virtual void | set_state_from_config ()=0 |
| virtual void | add_to_page (OptionEditorPage *)=0 |
| 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 Gtk::Widget & | tip_widget ()=0 |
| virtual PBD::Configuration::Metadata const * | get_metadata () const |
| void | set_metadata (PBD::Configuration::Metadata const &) |
| void | highlight () |
| void | end_highlight () |
Protected Member Functions | |
| void | maybe_add_note (OptionEditorPage *, int) |
Protected Attributes | |
| std::string | _note |
| ArdourWidgets::Frame * | _frame |
| PBD::Configuration::Metadata const * | _metadata |
Base class for components of an OptionEditor dialog
Definition at line 70 of file option_editor.h.
|
inline |
Definition at line 73 of file option_editor.h.
|
inlinevirtual |
Definition at line 74 of file option_editor.h.
|
pure virtual |
Called to instruct the object to add itself to an OptionEditorPage
Implemented in SpinOption< T >, ComboStringOption, HSliderOption, ComboOption< T >, ComboOption< float >, ComboOption< ARDOUR::ListenPosition >, ComboOption< ARDOUR::SampleFormat >, FooOption, Option, SearchPathOption, OptionEditorMiniPage, DirectoryOption, ClockOption, WidgetOption, FaderOption, BoolComboOption, EntryOption, BoolOption, CheckOption, RcActionButton, RcConfigDisplay, OptionEditorBlank, OptionEditorHeading, and ColorThemeManager.
| void OptionEditorComponent::add_widget_to_page | ( | OptionEditorPage * | , |
| Gtk::Widget * | |||
| ) |
| void OptionEditorComponent::add_widgets_to_page | ( | OptionEditorPage * | , |
| Gtk::Widget * | , | ||
| Gtk::Widget * | , | ||
| bool | expand = true |
||
| ) |
| void OptionEditorComponent::end_highlight | ( | ) |
|
virtual |
| void OptionEditorComponent::highlight | ( | ) |
|
protected |
|
pure virtual |
Called when a configuration parameter's value has changed.
| p | parameter name |
Implemented in Option, RcActionButton, RcConfigDisplay, ColorThemeManager, OptionEditorMiniPage, WidgetOption, FooOption, CheckOption, OptionEditorBlank, and OptionEditorHeading.
| void OptionEditorComponent::set_metadata | ( | PBD::Configuration::Metadata const & | ) |
| void OptionEditorComponent::set_note | ( | std::string const & | ) |
|
pure virtual |
Called to instruct the object to set its UI state from the configuration
Implemented in OptionEditorMiniPage, Option, SearchPathOption, DirectoryOption, ClockOption, WidgetOption, FaderOption, SpinOption< T >, BoolComboOption, ComboStringOption, HSliderOption, ComboOption< T >, ComboOption< float >, ComboOption< ARDOUR::ListenPosition >, ComboOption< ARDOUR::SampleFormat >, EntryOption, FooOption, BoolOption, CheckOption, RcActionButton, RcConfigDisplay, OptionEditorBlank, OptionEditorHeading, and ColorThemeManager.
|
pure virtual |
Implemented in SearchPathOption, OptionEditorMiniPage, DirectoryOption, ClockOption, WidgetOption, FaderOption, SpinOption< T >, BoolComboOption, ComboStringOption, HSliderOption, ComboOption< T >, ComboOption< float >, ComboOption< ARDOUR::ListenPosition >, ComboOption< ARDOUR::SampleFormat >, EntryOption, FooOption, BoolOption, CheckOption, RcActionButton, RcConfigDisplay, OptionEditorBlank, OptionEditorHeading, and ColorThemeManager.
|
protected |
Definition at line 104 of file option_editor.h.
|
protected |
Definition at line 105 of file option_editor.h.
|
protected |
Definition at line 103 of file option_editor.h.