Mercurial > hg > svcore
comparison base/XmlExportable.h @ 1527:710e6250a401 zoom
Merge from default branch
author | Chris Cannam |
---|---|
date | Mon, 17 Sep 2018 13:51:14 +0100 |
parents | 48e9f538e6e9 |
children | ad5f892c0c4d |
comparison
equal
deleted
inserted
replaced
1324:d4a28d1479a8 | 1527:710e6250a401 |
---|---|
38 * Convert this exportable object to XML in a string. The default | 38 * Convert this exportable object to XML in a string. The default |
39 * implementation calls toXml and returns the result as a string. | 39 * implementation calls toXml and returns the result as a string. |
40 * Do not override this unless you really know what you're doing. | 40 * Do not override this unless you really know what you're doing. |
41 */ | 41 */ |
42 virtual QString toXmlString(QString indent = "", | 42 virtual QString toXmlString(QString indent = "", |
43 QString extraAttributes = "") const; | 43 QString extraAttributes = "") const; |
44 | 44 |
45 static QString encodeEntities(QString); | 45 static QString encodeEntities(QString); |
46 | 46 |
47 static QString encodeColour(int r, int g, int b); | 47 static QString encodeColour(int r, int g, int b); |
48 | 48 |