#include <domUtils.h>
| Static Public Member Functions | |
| static bool | boolFromDom (const QDomElement &e, const QString &attribute, bool defValue) | 
| static double | doubleFromDom (const QDomElement &e, const QString &attribute, double defValue) | 
| static float | floatFromDom (const QDomElement &e, const QString &attribute, float defValue) | 
| static int | intFromDom (const QDomElement &e, const QString &attribute, int defValue) | 
| static QDomElement | QColorDomElement (const QColor &color, const QString &name, QDomDocument &doc) | 
| static QColor | QColorFromDom (const QDomElement &e) | 
| Static Private Member Functions | |
| static void | warning (const QString &message) | 
Definition at line 43 of file domUtils.h.
| static bool DomUtils::boolFromDom | ( | const QDomElement & | e, | 
| const QString & | attribute, | ||
| bool | defValue | ||
| ) |  [inline, static] | 
Definition at line 122 of file domUtils.h.
| static double DomUtils::doubleFromDom | ( | const QDomElement & | e, | 
| const QString & | attribute, | ||
| double | defValue | ||
| ) |  [inline, static] | 
Definition at line 80 of file domUtils.h.
| static float DomUtils::floatFromDom | ( | const QDomElement & | e, | 
| const QString & | attribute, | ||
| float | defValue | ||
| ) |  [inline, static] | 
Definition at line 56 of file domUtils.h.
| static int DomUtils::intFromDom | ( | const QDomElement & | e, | 
| const QString & | attribute, | ||
| int | defValue | ||
| ) |  [inline, static] | 
Definition at line 104 of file domUtils.h.
| static QDomElement DomUtils::QColorDomElement | ( | const QColor & | color, | 
| const QString & | name, | ||
| QDomDocument & | doc | ||
| ) |  [inline, static] | 
Definition at line 151 of file domUtils.h.
| static QColor DomUtils::QColorFromDom | ( | const QDomElement & | e | ) |  [inline, static] | 
Definition at line 160 of file domUtils.h.
| static void DomUtils::warning | ( | const QString & | message | ) |  [inline, static, private] | 
Definition at line 46 of file domUtils.h.