Ardour
9.0-pre0-350-gf17a656217
|
Public Member Functions | |
Control (std::shared_ptr< ARDOUR::AutomationControl >, std::string const &) | |
~Control () | |
Public Attributes | |
Gtk::Alignment | box |
Private Member Functions | |
void | slider_adjusted () |
void | control_changed () |
void | set_tooltip () |
Private Attributes | |
std::weak_ptr< ARDOUR::AutomationControl > | _control |
Gtk::Adjustment | _adjustment |
ArdourWidgets::HSliderController | _slider |
Gtkmm2ext::PersistentTooltip | _slider_persistant_tooltip |
bool | _ignore_ui_adjustment |
sigc::connection | timer_connection |
std::string | _name |
Definition at line 219 of file plugin_pin_dialog.h.
PluginPinWidget::Control::Control | ( | std::shared_ptr< ARDOUR::AutomationControl > | , |
std::string const & | |||
) |
PluginPinWidget::Control::~Control | ( | ) |
|
private |
|
private |
|
private |
|
private |
Definition at line 230 of file plugin_pin_dialog.h.
|
private |
Definition at line 229 of file plugin_pin_dialog.h.
|
private |
Definition at line 234 of file plugin_pin_dialog.h.
|
private |
Definition at line 236 of file plugin_pin_dialog.h.
|
private |
Definition at line 231 of file plugin_pin_dialog.h.
|
private |
Definition at line 232 of file plugin_pin_dialog.h.
Gtk::Alignment PluginPinWidget::Control::box |
Definition at line 223 of file plugin_pin_dialog.h.
|
private |
Definition at line 235 of file plugin_pin_dialog.h.