|
Ardour
9.0-pre0-1952-gc5e0b21049
|
#include <option_editor.h>
Public Member Functions | |
| FaderOption (std::string const &, std::string const &, sigc::slot< ARDOUR::gain_t > g, sigc::slot< bool, ARDOUR::gain_t > s) | |
| void | set_state_from_config () |
| void | add_to_page (OptionEditorPage *) |
| Gtk::Widget & | tip_widget () |
Public Member Functions inherited from Option | |
| Option (std::string const &i, std::string const &n) | |
| void | parameter_changed (std::string const &p) |
| std::string | id () const |
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 Member Functions | |
| void | db_changed () |
| void | on_activate () |
| bool | on_key_press (GdkEventKey *ev) |
Private Attributes | |
| Gtk::Adjustment | _db_adjustment |
| ArdourWidgets::HSliderController * | _db_slider |
| Gtk::Entry | _db_display |
| Gtk::Label * | _label |
| Gtk::HBox | _box |
| Gtk::VBox | _fader_centering_box |
| sigc::slot< ARDOUR::gain_t > | _get |
| sigc::slot< bool, ARDOUR::gain_t > | _set |
Additional Inherited Members | |
Protected Member Functions inherited from OptionEditorComponent | |
| void | maybe_add_note (OptionEditorPage *, int) |
Protected Attributes inherited from Option | |
| std::string | _id |
| std::string | _name |
Protected Attributes inherited from OptionEditorComponent | |
| std::string | _note |
| ArdourWidgets::Frame * | _frame |
| PBD::Configuration::Metadata const * | _metadata |
Definition at line 594 of file option_editor.h.
| FaderOption::FaderOption | ( | std::string const & | , |
| std::string const & | , | ||
| sigc::slot< ARDOUR::gain_t > | g, | ||
| sigc::slot< bool, ARDOUR::gain_t > | s | ||
| ) |
|
virtual |
Called to instruct the object to add itself to an OptionEditorPage
Implements Option.
|
private |
|
private |
|
private |
|
virtual |
Called to instruct the object to set its UI state from the configuration
Implements Option.
|
virtual |
Implements OptionEditorComponent.
|
private |
Definition at line 613 of file option_editor.h.
|
private |
Definition at line 609 of file option_editor.h.
|
private |
Definition at line 611 of file option_editor.h.
|
private |
Definition at line 610 of file option_editor.h.
|
private |
Definition at line 614 of file option_editor.h.
|
private |
Definition at line 615 of file option_editor.h.
|
private |
Definition at line 612 of file option_editor.h.
|
private |
Definition at line 616 of file option_editor.h.