![]() |
Ardour
9.0-pre0-822-g12e3bc5c20
|
Public Member Functions | |
const Evoral::Parameter | parameter () const |
ControlUI (const Evoral::Parameter ¶m) | |
~ControlUI () | |
Public Attributes | |
Evoral::Parameter | param |
std::shared_ptr< ARDOUR::AutomationControl > | control |
std::shared_ptr< ARDOUR::ScalePoints > | scale_points |
std::shared_ptr< AutomationController > | controller |
ArdourWidgets::ArdourButton | automate_button |
Gtk::Label | label |
ArdourWidgets::ArdourDropdown * | combo |
Gtk::FileChooserButton * | file_button |
ArdourWidgets::ArdourSpinner * | spin_box |
bool | button |
bool | update_pending |
bool | ignore_change |
Gtk::EventBox * | display |
Gtk::Label * | display_label |
Gtk::HBox * | hbox |
Gtk::VBox * | vbox |
MeterInfo * | meterinfo |
bool | short_autostate |
Definition at line 253 of file plugin_ui.h.
GenericPluginUI::ControlUI::ControlUI | ( | const Evoral::Parameter & | param | ) |
GenericPluginUI::ControlUI::~ControlUI | ( | ) |
|
inline |
Definition at line 255 of file plugin_ui.h.
ArdourWidgets::ArdourButton GenericPluginUI::ControlUI::automate_button |
Definition at line 265 of file plugin_ui.h.
bool GenericPluginUI::ControlUI::button |
Definition at line 271 of file plugin_ui.h.
ArdourWidgets::ArdourDropdown* GenericPluginUI::ControlUI::combo |
Definition at line 267 of file plugin_ui.h.
std::shared_ptr<ARDOUR::AutomationControl> GenericPluginUI::ControlUI::control |
Definition at line 258 of file plugin_ui.h.
std::shared_ptr<AutomationController> GenericPluginUI::ControlUI::controller |
Definition at line 263 of file plugin_ui.h.
Gtk::EventBox* GenericPluginUI::ControlUI::display |
Definition at line 278 of file plugin_ui.h.
Gtk::Label* GenericPluginUI::ControlUI::display_label |
Definition at line 279 of file plugin_ui.h.
Gtk::FileChooserButton* GenericPluginUI::ControlUI::file_button |
Definition at line 268 of file plugin_ui.h.
Gtk::HBox* GenericPluginUI::ControlUI::hbox |
Definition at line 281 of file plugin_ui.h.
bool GenericPluginUI::ControlUI::ignore_change |
Definition at line 273 of file plugin_ui.h.
Gtk::Label GenericPluginUI::ControlUI::label |
Definition at line 266 of file plugin_ui.h.
MeterInfo* GenericPluginUI::ControlUI::meterinfo |
Definition at line 283 of file plugin_ui.h.
Evoral::Parameter GenericPluginUI::ControlUI::param |
Definition at line 257 of file plugin_ui.h.
std::shared_ptr<ARDOUR::ScalePoints> GenericPluginUI::ControlUI::scale_points |
Definition at line 262 of file plugin_ui.h.
bool GenericPluginUI::ControlUI::short_autostate |
Definition at line 288 of file plugin_ui.h.
ArdourWidgets::ArdourSpinner* GenericPluginUI::ControlUI::spin_box |
Definition at line 269 of file plugin_ui.h.
bool GenericPluginUI::ControlUI::update_pending |
Definition at line 272 of file plugin_ui.h.
Gtk::VBox* GenericPluginUI::ControlUI::vbox |
Definition at line 282 of file plugin_ui.h.