qic::PropertyNullParser Class Reference
#include <PropertyNullParser.h>
Inheritance diagram for qic::PropertyNullParser:
[legend]Collaboration diagram for qic::PropertyNullParser:
[legend]List of all members.
Detailed Description
PropertyNullParser parses <null/> element of the properties and convert it to a NULL QString as a QVariant object.
- Author:
- Zhihong "John" Wang
Definition at line 20 of file PropertyNullParser.h.
Constructor & Destructor Documentation
virtual qic::PropertyNullParser::~PropertyNullParser |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
QVariant PropertyNullParser::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 PropertyNullParser.cpp. |
The documentation for this class was generated from the following files: