PACK Qt Binding
$VERSION$
|
#include <object.h>
Protected Member Functions | |
WObject () | |
WObject (const WObject &) | |
WObject (WObject &&) | |
WObject (const QDomElement &) | |
virtual | ~WObject () |
virtual QDomElement | toXml (QDomDocument &, QString name="Object") |
virtual WObject & | operator= (const WObject &) |
virtual WObject & | operator= (WObject &&) |
virtual void | toXml (QDomDocument &, QDomElement &) |
bool | str2bool (QString s) |
Static Protected Member Functions | |
static QList< QDomElement > | elementsByTagName (const QDomElement &, QString) |
base class of all web based objects
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotectedvirtual |
|
staticprotected |
helper for de-serializers: returns direct child elements with given tag name (necessary because QDomElement::elementsByTagName traverses all children)
|
protected |
helper for XML decoding: transforms string to boolean
|
protectedvirtual |
|
inlineprotectedvirtual |