diff document/SVFileReader.h @ 154:f6ce5febc07f

* save/reload measurements in session
author Chris Cannam
date Tue, 26 Jun 2007 12:27:47 +0000
parents 006c90387f40
children 102317ae3970
line wrap: on
line diff
--- a/document/SVFileReader.h	Thu Jun 14 15:20:49 2007 +0000
+++ b/document/SVFileReader.h	Tue Jun 26 12:27:47 2007 +0000
@@ -196,6 +196,7 @@
     bool readPlayParameters(const QXmlAttributes &);
     bool readPlugin(const QXmlAttributes &);
     bool readSelection(const QXmlAttributes &);
+    bool readMeasurement(const QXmlAttributes &);
     void addUnaddedModels();
 
     Document *m_document;
@@ -206,6 +207,7 @@
     std::map<int, Model *> m_models;
     std::set<Model *> m_addedModels;
     std::map<int, int> m_awaitingDatasets; // map dataset id -> model id
+    Layer *m_currentLayer;
     Model *m_currentDataset;
     Model *m_currentDerivedModel;
     int m_currentDerivedModelId;
@@ -216,6 +218,7 @@
     QString m_currentTransformConfiguration;
     QString m_datasetSeparator;
     bool m_inRow;
+    bool m_inLayer;
     bool m_inView;
     bool m_inData;
     bool m_inSelections;