Mercurial > hg > svcore
comparison data/model/NoteModel.h @ 345:700cd3350391
* 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 | 516819f2b97b |
children | 5858cc462d0a |
comparison
equal
deleted
inserted
replaced
344:277006c62fea | 345:700cd3350391 |
---|---|
125 * given frame. Consequently this can be very slow (optimised | 125 * given frame. Consequently this can be very slow (optimised |
126 * data structures still to be done!). | 126 * data structures still to be done!). |
127 */ | 127 */ |
128 virtual PointList getPoints(long frame) const; | 128 virtual PointList getPoints(long frame) const; |
129 | 129 |
130 QString getTypeName() const { return tr("Note"); } | |
131 | |
130 virtual void toXml(QTextStream &out, | 132 virtual void toXml(QTextStream &out, |
131 QString indent = "", | 133 QString indent = "", |
132 QString extraAttributes = "") const | 134 QString extraAttributes = "") const |
133 { | 135 { |
134 std::cerr << "NoteModel::toXml: extraAttributes = \"" | 136 std::cerr << "NoteModel::toXml: extraAttributes = \"" |