mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.
git-svn-id: svn://localhost/ardour2/trunk@2883 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
73dd9d37e7
commit
bb457bb960
168 changed files with 11821 additions and 5338 deletions
|
|
@ -102,7 +102,7 @@ class Selection : public sigc::trackable
|
|||
|
||||
void set (TimeAxisView*);
|
||||
void set (const std::list<TimeAxisView*>&);
|
||||
void set (RegionView*);
|
||||
void set (RegionView*, bool also_clear_tracks = true);
|
||||
void set (std::vector<RegionView*>&);
|
||||
long set (TimeAxisView*, nframes_t, nframes_t);
|
||||
void set (ARDOUR::AutomationList*);
|
||||
|
|
@ -110,6 +110,7 @@ class Selection : public sigc::trackable
|
|||
void set (const std::list<boost::shared_ptr<ARDOUR::Playlist> >&);
|
||||
void set (AutomationSelectable*);
|
||||
void set (Marker*);
|
||||
void set (const RegionSelection&);
|
||||
|
||||
void toggle (TimeAxisView*);
|
||||
void toggle (const std::list<TimeAxisView*>&);
|
||||
|
|
@ -131,6 +132,7 @@ class Selection : public sigc::trackable
|
|||
void add (boost::shared_ptr<ARDOUR::Playlist>);
|
||||
void add (const std::list<boost::shared_ptr<ARDOUR::Playlist> >&);
|
||||
void add (Marker*);
|
||||
void add (const RegionSelection&);
|
||||
|
||||
void remove (TimeAxisView*);
|
||||
void remove (const std::list<TimeAxisView*>&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue