add a "Pin Management" button to the plugin UI-header

This commit is contained in:
Robin Gareus 2016-08-05 02:35:51 +02:00
parent 65c2e089ab
commit 836f48457d
6 changed files with 25 additions and 0 deletions

View file

@ -129,6 +129,8 @@ class PlugUIBase : public virtual sigc::trackable, public PBD::ScopedConnectionL
ArdourButton reset_button;
/** a button to bypass the plugin */
ArdourButton bypass_button;
/** and self-explaining button :) */
ArdourButton pin_management_button;
/** a button to acquire keyboard focus */
Gtk::EventBox focus_button;
/** an expander containing the plugin description */
@ -162,6 +164,7 @@ class PlugUIBase : public virtual sigc::trackable, public PBD::ScopedConnectionL
void save_plugin_setting ();
void delete_plugin_setting ();
void reset_plugin_parameters ();
void manage_pins ();
bool focus_toggled(GdkEventButton*);
bool bypass_button_release(GdkEventButton*);
void toggle_description ();