From 013ec977324d98d7c4b243ddad86d84b94abdc62 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 18 Jan 2007 04:34:00 +0000 Subject: make ctrl-rubber-band-select do something closer to the right thing git-svn-id: svn://localhost/ardour2/trunk@1354 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/selection.h | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'gtk2_ardour/selection.h') diff --git a/gtk2_ardour/selection.h b/gtk2_ardour/selection.h index a2997cd7b5..5422888536 100644 --- a/gtk2_ardour/selection.h +++ b/gtk2_ardour/selection.h @@ -92,49 +92,52 @@ class Selection : public sigc::trackable bool selected (TimeAxisView*); bool selected (RegionView*); - void set (list&); - void add (list&); + void set (std::list&); + void add (std::list&); + void toggle (std::list&); void set (TimeAxisView*); - void set (const list&); + void set (const std::list&); void set (RegionView*); void set (std::vector&); long set (TimeAxisView*, nframes_t, nframes_t); void set (ARDOUR::AutomationList*); void set (boost::shared_ptr); - void set (const list >&); + void set (const std::list >&); void set (boost::shared_ptr); void set (AutomationSelectable*); void toggle (TimeAxisView*); - void toggle (const list&); + void toggle (const std::list&); void toggle (RegionView*); void toggle (std::vector&); long toggle (nframes_t, nframes_t); void toggle (ARDOUR::AutomationList*); void toggle (boost::shared_ptr); - void toggle (const list >&); + void toggle (const std::list >&); void toggle (boost::shared_ptr); + void toggle (const std::vector&); void add (TimeAxisView*); - void add (const list&); + void add (const std::list&); void add (RegionView*); void add (std::vector&); long add (nframes_t, nframes_t); void add (ARDOUR::AutomationList*); void add (boost::shared_ptr); - void add (const list >&); + void add (const std::list >&); void add (boost::shared_ptr); void remove (TimeAxisView*); - void remove (const list&); + void remove (const std::list&); void remove (RegionView*); void remove (uint32_t selection_id); void remove (nframes_t, nframes_t); void remove (ARDOUR::AutomationList*); void remove (boost::shared_ptr); - void remove (const list >&); + void remove (const std::list >&); void remove (boost::shared_ptr); + void remove (const list&); void replace (uint32_t time_index, nframes_t start, nframes_t end); -- cgit v1.2.3