Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <automation_controller.h>
Public Member Functions | |
AutomationBarController (std::shared_ptr< ARDOUR::AutomationControl > ac, Gtk::Adjustment *adj) | |
~AutomationBarController () | |
Public Member Functions inherited from ArdourWidgets::BarController | |
BarController (Gtk::Adjustment &adj, std::shared_ptr< PBD::Controllable >) | |
virtual | ~BarController () |
void | set_sensitive (bool yn) |
void | set_digits (guint d) |
ArdourFader::Tweaks | tweaks () const |
void | set_tweaks (ArdourFader::Tweaks t) |
Gtk::Widget & | event_widget () |
Private Member Functions | |
std::string | get_label (double &) |
Private Attributes | |
std::shared_ptr< ARDOUR::AutomationControl > | _controllable |
Additional Inherited Members | |
Public Attributes inherited from ArdourWidgets::BarController | |
sigc::signal< void, int > | StartGesture |
sigc::signal< void, int > | StopGesture |
sigc::signal< void, bool > | SpinnerActive |
Protected Member Functions inherited from ArdourWidgets::BarController | |
bool | on_button_press_event (GdkEventButton *) |
bool | on_button_release_event (GdkEventButton *) |
void | on_style_changed (const Glib::RefPtr< Gtk::Style > &) |
Definition at line 51 of file automation_controller.h.
AutomationBarController::AutomationBarController | ( | std::shared_ptr< ARDOUR::AutomationControl > | ac, |
Gtk::Adjustment * | adj | ||
) |
AutomationBarController::~AutomationBarController | ( | ) |
|
privatevirtual |
Reimplemented from ArdourWidgets::BarController.
|
private |
Definition at line 58 of file automation_controller.h.