Mercurial > hg > svgui
diff view/View.h @ 315:c30a7cd29f4a
* Make drop behave more sensibly (replace current pane)
author | Chris Cannam |
---|---|
date | Wed, 17 Oct 2007 12:58:45 +0000 |
parents | 1517c76cd678 |
children | c0b9eec70639 |
line wrap: on
line diff
--- a/view/View.h Tue Oct 16 18:42:51 2007 +0000 +++ b/view/View.h Wed Oct 17 12:58:45 2007 +0000 @@ -30,6 +30,7 @@ class ViewPropertyContainer; #include <map> +#include <set> /** * View is the base class of widgets that display one or more @@ -252,6 +253,9 @@ size_t getModelsStartFrame() const; size_t getModelsEndFrame() const; + typedef std::set<Model *> ModelSet; + ModelSet getModels(); + //!!! int getAlignedPlaybackFrame() const;