|
Ardour
9.0-pre0-1952-gc5e0b21049
|
#include <option_editor.h>
Public Member Functions | |
| SpinOption (std::string const &i, std::string const &n, sigc::slot< T > g, sigc::slot< bool, T > s, T min, T max, T step, T page, std::string const &unit="", float scale=1, unsigned digits=0) | |
| void | set_state_from_config () |
| void | add_to_page (OptionEditorPage *p) |
| void | changed () |
| 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 Attributes | |
| sigc::slot< T > | _get |
| sigc::slot< bool, T > | _set |
| float | _scale |
| Gtk::Label * | _label |
| Gtk::HBox * | _box |
| Gtk::SpinButton * | _spin |
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 |
Component which provides the UI to handle an numeric option using a GTK SpinButton
Definition at line 516 of file option_editor.h.
|
inline |
Construct an SpinOption.
| i | id |
| n | User-visible name. |
| g | Slot to get the variable's value. |
| s | Slot to set the variable's value. |
| min | Variable minimum value. |
| max | Variable maximum value. |
| step | Step for the spin button. |
| page | Page step for the spin button. |
| unit | Unit name. |
| scale | Scaling factor (such that for a value x in the spinbutton, x * scale is written to the config) |
| digits | Number of decimal digits to show. |
Definition at line 532 of file option_editor.h.
|
inlinevirtual |
Called to instruct the object to add itself to an OptionEditorPage
Implements Option.
Definition at line 573 of file option_editor.h.
|
inline |
Definition at line 578 of file option_editor.h.
|
inlinevirtual |
Called to instruct the object to set its UI state from the configuration
Implements Option.
Definition at line 568 of file option_editor.h.
|
inlinevirtual |
Implements OptionEditorComponent.
Definition at line 583 of file option_editor.h.
|
private |
Definition at line 590 of file option_editor.h.
|
private |
Definition at line 586 of file option_editor.h.
|
private |
Definition at line 589 of file option_editor.h.
|
private |
Definition at line 588 of file option_editor.h.
|
private |
Definition at line 587 of file option_editor.h.
|
private |
Definition at line 591 of file option_editor.h.