Ardour
9.0-pre0-582-g084a23a80d
|
#include <option_editor.h>
Public Member Functions | |
HSliderOption (std::string const &i, std::string const &n, sigc::slot< float > g, sigc::slot< bool, float > s, double lower, double upper, double step_increment=1, double page_increment=10, double mult=1.0, bool logarithmic=false) | |
void | set_state_from_config () |
virtual void | changed () |
void | add_to_page (OptionEditorPage *p) |
void | set_sensitive (bool yn) |
Gtk::Widget & | tip_widget () |
Gtk::HScale & | scale () |
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 () |
Protected Attributes | |
sigc::slot< float > | _get |
sigc::slot< bool, float > | _set |
Gtk::Adjustment | _adj |
Gtk::HScale | _hscale |
Gtk::Label * | _label |
double | _mult |
bool | _log |
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 |
Additional Inherited Members | |
Protected Member Functions inherited from OptionEditorComponent | |
void | maybe_add_note (OptionEditorPage *, int) |
Component which provides the UI for a GTK HScale.
Definition at line 409 of file option_editor.h.
HSliderOption::HSliderOption | ( | std::string const & | i, |
std::string const & | n, | ||
sigc::slot< float > | g, | ||
sigc::slot< bool, float > | s, | ||
double | lower, | ||
double | upper, | ||
double | step_increment = 1 , |
||
double | page_increment = 10 , |
||
double | mult = 1.0 , |
||
bool | logarithmic = false |
||
) |
|
virtual |
Called to instruct the object to add itself to an OptionEditorPage
Implements Option.
|
virtual |
|
inline |
Definition at line 430 of file option_editor.h.
void HSliderOption::set_sensitive | ( | bool | yn | ) |
|
virtual |
Called to instruct the object to set its UI state from the configuration
Implements Option.
|
inlinevirtual |
Implements OptionEditorComponent.
Definition at line 429 of file option_editor.h.
|
protected |
Definition at line 435 of file option_editor.h.
|
protected |
Definition at line 433 of file option_editor.h.
|
protected |
Definition at line 436 of file option_editor.h.
|
protected |
Definition at line 437 of file option_editor.h.
|
protected |
Definition at line 439 of file option_editor.h.
|
protected |
Definition at line 438 of file option_editor.h.
|
protected |
Definition at line 434 of file option_editor.h.