From 04c7158a415e9daa76a60a296891217eb0fb6c0c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 13 Dec 2009 21:27:19 +0000 Subject: Remove confusing track / group members in TimeSelection struct; time selection applies to the selected tracks. Some tinkering with how tracks are selected during time selections. git-svn-id: svn://localhost/ardour2/branches/3.0@6360 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/time_selection.h | 34 ++++++++++------------------------ 1 file changed, 10 insertions(+), 24 deletions(-) (limited to 'gtk2_ardour/time_selection.h') diff --git a/gtk2_ardour/time_selection.h b/gtk2_ardour/time_selection.h index 819a85e809..f93f40c21e 100644 --- a/gtk2_ardour/time_selection.h +++ b/gtk2_ardour/time_selection.h @@ -27,30 +27,16 @@ namespace ARDOUR { class RouteGroup; } -class TimeAxisView; - -struct TimeSelection : public std::list { - - /* if (track == 0 && group == 0) then it applies to all - tracks. - - if (track != 0 && group == 0) then it applies just to - that track. - - if (group != 0) then it applies to all tracks in - the group. - */ - - TimeAxisView* track; - ARDOUR::RouteGroup* group; - - ARDOUR::AudioRange& operator[](uint32_t); - - nframes_t start(); - nframes_t end_frame(); - nframes_t length(); - - bool consolidate (); +class TimeSelection : public std::list +{ +public: + ARDOUR::AudioRange& operator[](uint32_t); + + nframes_t start(); + nframes_t end_frame(); + nframes_t length(); + + bool consolidate (); }; -- cgit v1.2.3