diff 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
line wrap: on
line diff
--- a/base/Model.h	Mon Apr 10 13:52:32 2006 +0000
+++ b/base/Model.h	Mon Apr 10 17:22:59 2006 +0000
@@ -96,6 +96,8 @@
     virtual QString toXmlString(QString indent = "",
 				QString extraAttributes = "") const;
 
+    virtual QString toDelimitedDataString(QString) const { return ""; }
+
 signals:
     /**
      * Emitted when a model has been edited (or more data retrieved