Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007 #ifndef WOLF_HELPER_H
00008 #define WOLF_HELPER_H
00009
00010 #include <QList>
00011 #include <QObject>
00012
00013 class QDomElement;
00014 class QDomNode;
00015
00016 class WHelper:public QObject
00017 {
00018 protected:
00020 static QList<QDomElement>elementsByTagName(const QDomElement&,QString);
00021
00023 bool str2bool(QString s);
00024 };
00025
00026 #endif