#include <xmldocumentmanaging.h>

Public Types | |
| typedef std::pair< QString, QString > | TagAttribute |
| typedef QVector< TagAttribute > | TagAttributes |
Public Member Functions | |
| XMLTag (const QString &tagname=QString(), const TagAttributes &attr=TagAttributes()) | |
| virtual | ~XMLTag () |
Public Attributes | |
| TagAttributes | _attributes |
| QString | _tagname |
Definition at line 34 of file xmldocumentmanaging.h.
| typedef std::pair<QString,QString> XMLTag::TagAttribute |
Definition at line 37 of file xmldocumentmanaging.h.
| typedef QVector<TagAttribute> XMLTag::TagAttributes |
Definition at line 38 of file xmldocumentmanaging.h.
| XMLTag::XMLTag | ( | const QString & | tagname = QString(), |
| const TagAttributes & | attr = TagAttributes() |
||
| ) | [inline] |
Definition at line 42 of file xmldocumentmanaging.h.
| virtual XMLTag::~XMLTag | ( | ) | [inline, virtual] |
Definition at line 47 of file xmldocumentmanaging.h.
Definition at line 40 of file xmldocumentmanaging.h.
| QString XMLTag::_tagname |
Definition at line 39 of file xmldocumentmanaging.h.