mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Split TimeFXDialog from Editor.
git-svn-id: svn://localhost/ardour2/branches/3.0@4698 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9f77cd9e19
commit
eeae6aec34
7 changed files with 341 additions and 241 deletions
|
|
@ -28,11 +28,10 @@ using std::list;
|
|||
using std::set;
|
||||
|
||||
class RegionView;
|
||||
class TimeAxisView;
|
||||
|
||||
/**
|
||||
* Class to represent list of selected regions.
|
||||
/** Class to represent list of selected regions.
|
||||
*/
|
||||
|
||||
class RegionSelection : public std::list<RegionView*>, public sigc::trackable
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue