summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-12-27 14:08:38 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-12-27 14:08:38 +0000
commit4481cca74a6003cdcc982e5677adcbbdbf1e617d (patch)
treef2e605ca9fdbb8416115664114805b4991c64e5a /gtk2_ardour/route_time_axis.h
parent3b8b088bd8ee5864fb12a279b9ed607712db2b0e (diff)
do not start editing track/bus names on a single click in the name entry of the track header - require double click; show name label rather than name entry when rec-enabled, to allow using the name area for track selection (name entry would have been visually still available for editing, which is misleading
git-svn-id: svn://localhost/ardour2/branches/3.0@13738 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_time_axis.h')
-rw-r--r--gtk2_ardour/route_time_axis.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/gtk2_ardour/route_time_axis.h b/gtk2_ardour/route_time_axis.h
index cab1ad940b..541b070558 100644
--- a/gtk2_ardour/route_time_axis.h
+++ b/gtk2_ardour/route_time_axis.h
@@ -232,20 +232,14 @@ protected:
virtual void hide_all_automation (bool apply_to_selection = false);
void timestretch (framepos_t start, framepos_t end);
-
void speed_changed ();
-
void map_frozen ();
-
void color_handler ();
-
void region_view_added (RegionView*);
-
void create_gain_automation_child (const Evoral::Parameter &, bool);
-
void setup_processor_menu_and_curves ();
-
void route_color_changed ();
+ bool can_edit_name() const;
boost::shared_ptr<AutomationTimeAxisView> gain_track;