qic::PropertyParser Class Reference
#include <PropertyParser.h>
Inheritance diagram for qic::PropertyParser:
[legend]List of all members.
|
Public Member Functions |
virtual | ~PropertyParser () |
virtual QVariant | parseProperty (const QDomNode &prop, QHash< QString, QObject * > &parser_map)=0 |
Detailed Description
PropertyParser defines the Interface for property parser objects.
Property parser objects convert XML representation of properties to QVariant objects. Custom parsers must implement this interface.
- Author:
- Zhihong "John" Wang
Definition at line 20 of file PropertyParser.h.
Constructor & Destructor Documentation
virtual qic::PropertyParser::~PropertyParser |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
virtual QVariant qic::PropertyParser::parseProperty |
( |
const QDomNode & |
prop, |
|
|
QHash< QString, QObject * > & |
parser_map |
|
) |
[pure virtual] |
|
The documentation for this class was generated from the following file: