comparison base/XmlExportable.h @ 4:149bb02a41ba

* Session file save, and the skeleton of session file load.
author Chris Cannam
date Fri, 13 Jan 2006 18:05:07 +0000
parents 581f67f370f3
children 070e9e1e40ea
comparison
equal deleted inserted replaced
3:581f67f370f3 4:149bb02a41ba
20 QString extraAttributes = "") const = 0; 20 QString extraAttributes = "") const = 0;
21 21
22 static QString encodeEntities(QString); 22 static QString encodeEntities(QString);
23 23
24 static QString encodeColour(QColor); 24 static QString encodeColour(QColor);
25
26 static int getObjectExportId(const void *); // not thread-safe
25 }; 27 };
26 28
27 #endif 29 #endif