|
TreeFrogFramework 2.10
|
#include <tmodelobject.h>


Public Member Functions | |
| TModelObject () | |
| virtual | ~TModelObject () |
| virtual bool | isNull () const =0 |
| virtual bool | create ()=0 |
| virtual bool | update ()=0 |
| virtual bool | save ()=0 |
| virtual bool | remove ()=0 |
| virtual void | setProperties (const QVariantMap &value) |
| virtual void | clear () |
| virtual QVariantMap | toVariantMap () const |
| virtual QStringList | propertyNames () const |
The TModelObject class provides an abstract base for model objects.
|
inline |
|
inlinevirtual |
|
virtual |
Clears the contents of the object.
Reimplemented in TSqlObject.
|
pure virtual |
Implemented in TSqlObject.
|
pure virtual |
Implemented in TSqlObject.
|
virtual |
Returns a list of the property names.
|
pure virtual |
Implemented in TSqlObject.
|
pure virtual |
Implemented in TSqlObject.
|
virtual |
Set the values to the properties of the object.
|
virtual |
Returns a map object of the properties.
|
pure virtual |
Implemented in TSqlObject.