Qt IOC Container 3.5


qic::PropertyNullParser Class Reference

#include <PropertyNullParser.h>

Inheritance diagram for qic::PropertyNullParser:

Inheritance graph
[legend]
Collaboration diagram for qic::PropertyNullParser:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual ~PropertyNullParser ()
virtual QVariant parseProperty (const QDomNode &prop, QHash< QString, QObject * > &parser_map)

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]
 

Definition at line 26 of file PropertyNullParser.h.


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: