diff main/MainWindow.h @ 177:5bde373ad5ca

* Layer tree view updating when visibility / audibility changed (and layers updating when they are changed in view) -- still some problems when a model is loaded while the tree is visible * FFTW_MEASURE throughout -- it does turn out to make an appreciable difference sometimes
author Chris Cannam
date Thu, 16 Aug 2007 16:47:07 +0000
parents cd58be60e5f2
children 98ba77e0d897
line wrap: on
line diff
--- a/main/MainWindow.h	Tue Aug 14 19:37:10 2007 +0000
+++ b/main/MainWindow.h	Thu Aug 16 16:47:07 2007 +0000
@@ -49,6 +49,7 @@
 class QLabel;
 class QCheckBox;
 class PreferencesDialog;
+class QTreeView;
 class QPushButton;
 class OSCQueue;
 class OSCMessage;
@@ -299,6 +300,7 @@
     mutable QString          m_myStatusMessage;
 
     QPointer<PreferencesDialog> m_preferencesDialog;
+    QPointer<QTreeView>      m_layerTreeView;
 
     KeyReference            *m_keyReference;