Mercurial > hg > svapp
comparison framework/MainWindowBase.h @ 712:8e9702c0b9c7
Support updated PaneStack options API
author | Chris Cannam |
---|---|
date | Fri, 04 Oct 2019 13:52:48 +0100 |
parents | 11336010561e |
children | fe268c16ae28 |
comparison
equal
deleted
inserted
replaced
711:aee03ad6d3f6 | 712:8e9702c0b9c7 |
---|---|
23 #include <QPointer> | 23 #include <QPointer> |
24 #include <QThread> | 24 #include <QThread> |
25 | 25 |
26 #include "base/Command.h" | 26 #include "base/Command.h" |
27 #include "view/ViewManager.h" | 27 #include "view/ViewManager.h" |
28 #include "view/PaneStack.h" | |
28 #include "base/PropertyContainer.h" | 29 #include "base/PropertyContainer.h" |
29 #include "base/RecentFiles.h" | 30 #include "base/RecentFiles.h" |
30 #include "base/FrameTimer.h" | 31 #include "base/FrameTimer.h" |
31 #include "layer/LayerFactory.h" | 32 #include "layer/LayerFactory.h" |
32 #include "transform/Transform.h" | 33 #include "transform/Transform.h" |
99 WithEverything = 0xff, | 100 WithEverything = 0xff, |
100 WithNothing = 0x00 | 101 WithNothing = 0x00 |
101 }; | 102 }; |
102 typedef int SoundOptions; | 103 typedef int SoundOptions; |
103 | 104 |
104 MainWindowBase(SoundOptions options = WithEverything); | 105 MainWindowBase(SoundOptions soundOptions = WithEverything, |
106 PaneStack::Options paneStackOptions = 0x0); | |
105 virtual ~MainWindowBase(); | 107 virtual ~MainWindowBase(); |
106 | 108 |
107 enum AudioFileOpenMode { | 109 enum AudioFileOpenMode { |
108 ReplaceSession, | 110 ReplaceSession, |
109 ReplaceMainModel, | 111 ReplaceMainModel, |