qic::PropertyMapParser Class Reference
#include <PropertyMapParser.h>
Inheritance diagram for qic::PropertyMapParser:
[legend]Collaboration diagram for qic::PropertyMapParser:
[legend]List of all members.
Detailed Description
PropertyMapParser parses <map></map> element of the properties and convert it to a QVariant object.
- Author:
- Zhihong "John" Wang
Definition at line 20 of file PropertyMapParser.h.
Constructor & Destructor Documentation
virtual qic::PropertyMapParser::~PropertyMapParser |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
QVariant PropertyMapParser::parseProperty |
( |
const QDomNode & |
prop, |
|
|
QHash< QString, QObject * > & |
parser_map |
|
) |
[virtual] |
|
|
Construct QVariant objects from property in XML format.
parser_map is provided for recursive parsing of the XML fragement.
- Parameters:
-
| prop | property value as DOM sub-tree. |
| parser_map | all the parsers registered in the system. |
Implements qic::PropertyParser.
Definition at line 14 of file PropertyMapParser.cpp. |
The documentation for this class was generated from the following files: