Mercurial > hg > svcore
comparison data/model/EditableDenseThreeDimensionalModel.h @ 314:70a232b1f12a
* Make XmlExportable::toXml the function that is universally overridden (and
pure virtual) instead of toXmlString. Tidies up some classes, notably the
model classes, significantly. Closes #1794561.
author | Chris Cannam |
---|---|
date | Thu, 18 Oct 2007 10:15:07 +0000 |
parents | 9c85517ff0f5 |
children | 7a4bd2c8585c |
comparison
equal
deleted
inserted
replaced
313:29485aa03da4 | 314:70a232b1f12a |
---|---|
111 | 111 |
112 virtual void toXml(QTextStream &out, | 112 virtual void toXml(QTextStream &out, |
113 QString indent = "", | 113 QString indent = "", |
114 QString extraAttributes = "") const; | 114 QString extraAttributes = "") const; |
115 | 115 |
116 virtual QString toXmlString(QString indent = "", | |
117 QString extraAttributes = "") const; | |
118 | |
119 protected: | 116 protected: |
120 typedef std::vector<Column> ValueMatrix; | 117 typedef std::vector<Column> ValueMatrix; |
121 ValueMatrix m_data; | 118 ValueMatrix m_data; |
122 | 119 |
123 std::vector<QString> m_binNames; | 120 std::vector<QString> m_binNames; |