#include <dataaccount.h>
Inherits DataBasicAccount.

Public Member Functions | |
| QString | description () |
| void | setDescription (QString description) |
| void | hash (unsigned int &startValue) |
| bool | loadDataNode (const QDomNode data) |
| QDomElement | saveDataNode (QDomDocument *xml) |
| DataTableAccount () | |
| ~DataTableAccount () | |
Definition at line 73 of file dataaccount.h.
| DataTableAccount::DataTableAccount | ( | ) |
Definition at line 137 of file dataaccount.cpp.
| DataTableAccount::~DataTableAccount | ( | ) | [inline] |
Definition at line 87 of file dataaccount.h.
| QString DataTableAccount::description | ( | ) | [inline] |
Definition at line 76 of file dataaccount.h.
| void DataTableAccount::hash | ( | unsigned int & | startValue | ) | [virtual] |
Hash value of data
Reimplemented from DataBasicAccount.
Definition at line 111 of file dataaccount.cpp.
| bool DataTableAccount::loadDataNode | ( | const QDomNode | data | ) | [virtual] |
Load the class attributes from the XML tag "account"
Reimplemented from DataBasicAccount.
Definition at line 117 of file dataaccount.cpp.


| QDomElement DataTableAccount::saveDataNode | ( | QDomDocument * | xml | ) |
Returns an XML tag "account" with the class attributes
Definition at line 130 of file dataaccount.cpp.
| void DataTableAccount::setDescription | ( | QString | description | ) | [inline] |
1.5.9