summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-03-07 13:04:36 +0000
committerCarl Hetherington <carl@carlh.net>2011-03-07 13:04:36 +0000
commit92a5e4da48b85017647fb2c55d2d76fff47243e1 (patch)
tree0062d9d85e0d50e7c1adde227482253069cddd20 /gtk2_ardour/route_time_axis.h
parent965a9740835a77cc2bf9e6cea237e56ae41150d8 (diff)
Make stuff in the automation menu apply to the track selection.
git-svn-id: svn://localhost/ardour2/branches/3.0@9088 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_time_axis.h')
-rw-r--r--gtk2_ardour/route_time_axis.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/gtk2_ardour/route_time_axis.h b/gtk2_ardour/route_time_axis.h
index 9a4f321301..91bc1ff5c6 100644
--- a/gtk2_ardour/route_time_axis.h
+++ b/gtk2_ardour/route_time_axis.h
@@ -212,7 +212,7 @@ protected:
void set_color (Gdk::Color const &);
- virtual void build_automation_action_menu ();
+ virtual void build_automation_action_menu (bool);
virtual void append_extra_display_menu_items () {}
void build_display_menu ();
@@ -225,9 +225,10 @@ protected:
void rename_current_playlist ();
void automation_click ();
- virtual void show_all_automation ();
- virtual void show_existing_automation ();
- virtual void hide_all_automation ();
+
+ virtual void show_all_automation (bool apply_to_selection = false);
+ virtual void show_existing_automation (bool apply_to_selection = false);
+ virtual void hide_all_automation (bool apply_to_selection = false);
void timestretch (framepos_t start, framepos_t end);