summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-06-11 01:05:01 +0000
committerCarl Hetherington <carl@carlh.net>2009-06-11 01:05:01 +0000
commitc99ae648f05073f3b1d607cb15b826d2525a38a7 (patch)
treeb9cfa8c2bbaefdd699897a4bc2886e1f25a842ed /gtk2_ardour/editor.h
parent51ef4343827883e9721088f051981c9da2aa6acd (diff)
Add a widget giving an overview of the editor, as (what I think is being) suggested in #2714. Many caveats: most notably that it looks quite ugly and you can't (yet) turn it off.
git-svn-id: svn://localhost/ardour2/branches/3.0@5162 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 5a45e398d0..4d212d581c 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -63,6 +63,7 @@
#include "editor_items.h"
#include "region_selection.h"
#include "canvas.h"
+#include "editor_summary.h"
namespace Gtkmm2ext {
class TearOff;
@@ -2215,6 +2216,9 @@ public:
void located ();
bool _pending_locate_request;
+ EditorSummary* _summary;
+ void region_view_added (RegionView *);
+
friend class Drag;
friend class RegionDrag;
friend class RegionMoveDrag;
@@ -2238,6 +2242,8 @@ public:
friend class RegionCreateDrag;
friend class RegionMotionDrag;
friend class RegionInsertDrag;
+
+ friend class EditorSummary;
};
#endif /* __ardour_editor_h__ */