comparison base/Model.h @ 76:af2725b5d6fe

* Implement harmonic cursor in spectrogram * Implement layer export. This doesn't quite do the right thing for the SV XML layer export yet -- it doesn't include layer display information, so when imported, it only creates an invisible model. Could also do with fixing CSV file import so as to work correctly for note and text layers.
author Chris Cannam
date Mon, 10 Apr 2006 17:22:59 +0000
parents d397ea0a79f5
children f90fad823cea
comparison
equal deleted inserted replaced
75:163f3428bbe0 76:af2725b5d6fe
94 static const int COMPLETION_UNKNOWN; 94 static const int COMPLETION_UNKNOWN;
95 95
96 virtual QString toXmlString(QString indent = "", 96 virtual QString toXmlString(QString indent = "",
97 QString extraAttributes = "") const; 97 QString extraAttributes = "") const;
98 98
99 virtual QString toDelimitedDataString(QString) const { return ""; }
100
99 signals: 101 signals:
100 /** 102 /**
101 * Emitted when a model has been edited (or more data retrieved 103 * Emitted when a model has been edited (or more data retrieved
102 * from cache, in the case of a cached model that generates slowly) 104 * from cache, in the case of a cached model that generates slowly)
103 */ 105 */