|
Ardour
9.0-pre0-1952-gc5e0b21049
|
#include <option_editor.h>
Public Member Functions | |
| CheckOption (std::string const &, std::string const &, Glib::RefPtr< Gtk::Action > act) | |
| void | set_state_from_config () |
| void | parameter_changed (std::string const &) |
| void | add_to_page (OptionEditorPage *) |
| void | set_sensitive (bool yn) |
| 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 () |
Public Member Functions inherited from Gtkmm2ext::Activatable | |
| virtual | ~Activatable () |
| virtual void | set_related_action (Glib::RefPtr< Gtk::Action > a) |
| Glib::RefPtr< Gtk::Action > | get_related_action () |
Protected Member Functions | |
| void | action_toggled () |
| void | action_sensitivity_changed () |
| void | action_visibility_changed () |
| virtual void | toggled () |
Protected Member Functions inherited from OptionEditorComponent | |
| void | maybe_add_note (OptionEditorPage *, int) |
Protected Attributes | |
| Gtk::CheckButton * | _button |
| UI button. More... | |
| Gtk::Label * | _label |
| label for button, so we can use markup More... | |
Protected Attributes inherited from OptionEditorComponent | |
| std::string | _note |
| ArdourWidgets::Frame * | _frame |
| PBD::Configuration::Metadata const * | _metadata |
Protected Attributes inherited from Gtkmm2ext::Activatable | |
| Glib::RefPtr< Gtk::Action > | _action |
Just a Gtk Checkbutton, masquerading as an option component
Definition at line 207 of file option_editor.h.
| CheckOption::CheckOption | ( | std::string const & | , |
| std::string const & | , | ||
| Glib::RefPtr< Gtk::Action > | act | ||
| ) |
|
inlineprotected |
Definition at line 223 of file option_editor.h.
|
protected |
|
inlineprotected |
Definition at line 224 of file option_editor.h.
|
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 212 of file option_editor.h.
|
inline |
Definition at line 215 of file option_editor.h.
|
inlinevirtual |
Called to instruct the object to set its UI state from the configuration
Implements OptionEditorComponent.
Definition at line 211 of file option_editor.h.
|
inlinevirtual |
Implements OptionEditorComponent.
Definition at line 219 of file option_editor.h.
|
protectedvirtual |
|
protected |
UI button.
Definition at line 228 of file option_editor.h.
|
protected |
label for button, so we can use markup
Definition at line 229 of file option_editor.h.