Mercurial > hg > sonic-visualiser
comparison main/MainWindow.h @ 219:0f635e16881d
* Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename.
It's still rather unstable though.
author | Chris Cannam |
---|---|
date | Wed, 28 Nov 2007 17:45:37 +0000 |
parents | e6b581c7c246 |
children | 474ddd0f4bb4 |
comparison
equal
deleted
inserted
replaced
218:e6b581c7c246 | 219:0f635e16881d |
---|---|
29 #include "layer/LayerFactory.h" | 29 #include "layer/LayerFactory.h" |
30 #include "plugin/transform/Transform.h" | 30 #include "plugin/transform/Transform.h" |
31 #include "framework/SVFileReader.h" | 31 #include "framework/SVFileReader.h" |
32 #include "data/fileio/FileFinder.h" | 32 #include "data/fileio/FileFinder.h" |
33 #include "data/fileio/FileSource.h" | 33 #include "data/fileio/FileSource.h" |
34 #include "widgets/LayerTreeDialog.h" | |
34 #include <map> | 35 #include <map> |
35 | 36 |
36 class Document; | 37 class Document; |
37 class PaneStack; | 38 class PaneStack; |
38 class Pane; | 39 class Pane; |
193 | 194 |
194 bool m_soloModified; | 195 bool m_soloModified; |
195 bool m_prevSolo; | 196 bool m_prevSolo; |
196 | 197 |
197 QPointer<PreferencesDialog> m_preferencesDialog; | 198 QPointer<PreferencesDialog> m_preferencesDialog; |
198 QPointer<QTreeView> m_layerTreeView; | 199 QPointer<LayerTreeDialog> m_layerTreeDialog; |
199 | 200 |
200 KeyReference *m_keyReference; | 201 KeyReference *m_keyReference; |
201 | 202 |
202 struct PaneConfiguration { | 203 struct PaneConfiguration { |
203 PaneConfiguration(LayerFactory::LayerType _layer | 204 PaneConfiguration(LayerFactory::LayerType _layer |