Protected Member Functions | Static Protected Member Functions

WHelper Class Reference

#include <helper.h>

Inheritance diagram for WHelper:
WObject WTransaction

List of all members.

Protected Member Functions

bool str2bool (QString s)

Static Protected Member Functions

static QList< QDomElement > elementsByTagName (const QDomElement &, QString)

Member Function Documentation

QList< QDomElement > WHelper::elementsByTagName ( const QDomElement &  root,
QString  tag 
) [static, protected]

helper for de-serializers: returns direct child elements with given tag name (necessary because QDomElement::elementsByTagName traverses all children)

bool WHelper::str2bool ( QString  s  )  [protected]

helper for XML decoding: transforms string to boolean


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Friends Defines