|
| static void | writeXmlString (QDomNode parent, const QString &name, const QString &text) |
| |
| static void | writeXmlBool (QDomNode parent, const QString &name, bool value) |
| |
| static QString | readXmlString (QDomNode, const QString &nodeName, const QString &defaultValue, bool bCanBeEmpty=false, bool bShouldExists=true, bool tinyXmlCompatMode=false) |
| |
| static float | readXmlFloat (QDomNode, const QString &nodeName, float defaultValue, bool bCanBeEmpty=false, bool bShouldExists=true, bool tinyXmlCompatMode=false) |
| |
| static int | readXmlInt (QDomNode, const QString &nodeName, int defaultValue, bool bCanBeEmpty=false, bool bShouldExists=true, bool tinyXmlCompatMode=false) |
| |
| static bool | readXmlBool (QDomNode, const QString &nodeName, bool defaultValue, bool bShouldExists=true, bool tinyXmlCompatMode=false) |
| |
| static void | convertFromTinyXMLString (QByteArray *str) |
| |
| static bool | checkTinyXMLCompatMode (const QString &filename) |
| |
| static QDomDocument | openXmlDocument (const QString &filename) |
| |
| static void | set_count (bool flag) |
| | enable/disable class instances counting More...
|
| |
| static bool | count_active () |
| | return true if class instances counting is enabled More...
|
| |
| static unsigned | objects_count () |
| | return the number of objects More...
|
| |
| static void | write_objects_map_to (std::ostream &out) |
| | output the full objects map to a given ostream More...
|
| |
| static void | write_objects_map_to_cerr () |
| | output objects map to stderr More...
|
| |
| static int | bootstrap (Logger *logger, bool count=false) |
| | must be called before any Object instantiation ! More...
|
| |
| static Logger * | logger () |
| | return the logger instance More...
|
| |