#include <domUtils.h>
|
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 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 |
|
) |
| |
|
inlinestatic |
static double DomUtils::doubleFromDom |
( |
const QDomElement & |
e, |
|
|
const QString & |
attribute, |
|
|
double |
defValue |
|
) |
| |
|
inlinestatic |
static float DomUtils::floatFromDom |
( |
const QDomElement & |
e, |
|
|
const QString & |
attribute, |
|
|
float |
defValue |
|
) |
| |
|
inlinestatic |
static int DomUtils::intFromDom |
( |
const QDomElement & |
e, |
|
|
const QString & |
attribute, |
|
|
int |
defValue |
|
) |
| |
|
inlinestatic |
static QDomElement DomUtils::QColorDomElement |
( |
const QColor & |
color, |
|
|
const QString & |
name, |
|
|
QDomDocument & |
doc |
|
) |
| |
|
inlinestatic |
static QColor DomUtils::QColorFromDom |
( |
const QDomElement & |
e | ) |
|
|
inlinestatic |
static void DomUtils::warning |
( |
const QString & |
message | ) |
|
|
inlinestaticprivate |
The documentation for this class was generated from the following file: