summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vca_master_strip.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-03-08 14:57:26 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:40 -0400
commit567fb50aad1d31a622b5bcceb457438e05ef4f73 (patch)
tree745fde227480d4093e326a781c3e7e787de0084f /gtk2_ardour/vca_master_strip.h
parentb34f949518c1339ae164b0b23318f91f8667841b (diff)
GUI tweaks for VCAMasterStrip, including renaming
Diffstat (limited to 'gtk2_ardour/vca_master_strip.h')
-rw-r--r--gtk2_ardour/vca_master_strip.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk2_ardour/vca_master_strip.h b/gtk2_ardour/vca_master_strip.h
index fa7bcb7d01..2df0d5bfab 100644
--- a/gtk2_ardour/vca_master_strip.h
+++ b/gtk2_ardour/vca_master_strip.h
@@ -33,6 +33,8 @@ namespace ARDOUR {
class VCA;
}
+class FloatingTextEntry;
+
class VCAMasterStrip : public AxisView, public Gtk::EventBox
{
public:
@@ -77,6 +79,10 @@ class VCAMasterStrip : public AxisView, public Gtk::EventBox
void vca_unassign ();
bool vca_button_release (GdkEventButton*);
void update_vca_display ();
+ void finish_name_edit (std::string);
+ bool name_button_press (GdkEventButton*);
+ void vca_property_changed (PBD::PropertyChange const & what_changed);
+ void update_vca_name ();
};