mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
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
This commit is contained in:
parent
51ef434382
commit
c99ae648f0
10 changed files with 295 additions and 29 deletions
|
|
@ -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__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue