#include <domUtils.h>
|
static bool | boolFromDom (const QDomElement &e, const QString &attribute, bool 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 qreal | qrealFromDom (const QDomElement &e, const QString &attribute, qreal defValue) |
|
static void | setBoolAttribute (QDomElement &element, const QString &attribute, bool value) |
|
static unsigned int | uintFromDom (const QDomElement &e, const QString &attribute, unsigned int defValue) |
|
|
static void | warning (const QString &message) |
|
Definition at line 35 of file domUtils.h.
static bool DomUtils::boolFromDom |
( |
const QDomElement & |
e, |
|
|
const QString & |
attribute, |
|
|
bool |
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 qreal DomUtils::qrealFromDom |
( |
const QDomElement & |
e, |
|
|
const QString & |
attribute, |
|
|
qreal |
defValue |
|
) |
| |
|
inlinestatic |
static void DomUtils::setBoolAttribute |
( |
QDomElement & |
element, |
|
|
const QString & |
attribute, |
|
|
bool |
value |
|
) |
| |
|
inlinestatic |
static unsigned int DomUtils::uintFromDom |
( |
const QDomElement & |
e, |
|
|
const QString & |
attribute, |
|
|
unsigned int |
defValue |
|
) |
| |
|
inlinestatic |
static void DomUtils::warning |
( |
const QString & |
message | ) |
|
|
inlinestaticprivate |
The documentation for this class was generated from the following file: