comparison base/XmlExportable.h @ 277:3b8008d09541

* Add a colour database, and Add New Colour function to the colour combo in property box. The colour property is only correctly handled in the waveform layer so far. * Add en_GB translation, to translate those annoying Color texts in the Qt colour picker dialog.
author Chris Cannam
date Wed, 11 Jul 2007 17:21:37 +0000
parents 0f37e92e1782
children 70a232b1f12a
comparison
equal deleted inserted replaced
276:657825878970 277:3b8008d09541
46 virtual QString toXmlString(QString indent = "", 46 virtual QString toXmlString(QString indent = "",
47 QString extraAttributes = "") const = 0; 47 QString extraAttributes = "") const = 0;
48 48
49 static QString encodeEntities(QString); 49 static QString encodeEntities(QString);
50 50
51 static QString encodeColour(QColor); 51 static QString encodeColour(QColor);
52 52
53 static int getObjectExportId(const void *); // thread-safe 53 static int getObjectExportId(const void *); // thread-safe
54 }; 54 };
55 55
56 #endif 56 #endif