#include <propsmap.h>
Inheritance diagram for PropsMap:


Public Member Functions | ||||
| PropsMap (QString classn=QString()) | ||||
| ||||
| PropsMap (const QObject &other) | ||||
| Convenience method for setting String properties. | ||||
| virtual QString | className () const | |||
| ||||
| bool | readFrom (const QObject &source) | |||
| Grabs all the properties in source and sets the properties of this to have the same values. | ||||
| virtual QStringList | propertyNames () const | |||
| ||||
This is a concrete generic DataObject
This class is meant to have convenient means of initializing non-typesafe properties, for the purpose of importing/exporting data to/from QObject-derived classes with proper properties set.
This is for a DataAccessObject (DAO) framework
Definition at line 29 of file propsmap.h.
| bool PropsMap::readFrom | ( | const QObject & | source | ) | [virtual] |
Grabs all the properties in source and sets the properties of this to have the same values.
| source | the object to read properties from |
Reimplemented from DataObject.
Definition at line 21 of file propsmap.cpp.
References DataObject::readFrom().
Referenced by PropsMap().
Here is the call graph for this function:

1.5.1