Split TimeFXDialog from Editor.

git-svn-id: svn://localhost/ardour2/branches/3.0@4698 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2009-02-27 01:20:25 +00:00
parent 9f77cd9e19
commit eeae6aec34
7 changed files with 341 additions and 241 deletions

View file

@ -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: