#include <dataaccount.h>
Inherited by DataAccount, and DataTableAccount.
Public Member Functions | |
| int | accountNumber () |
| QString | name () |
| void | setAccountNumber (int number) |
| void | setName (QString name) |
| virtual void | hash (unsigned int &startValue) |
| virtual bool | loadDataNode (const QDomNode data) |
| virtual QDomElement | saveDataNode (QDomDocument *xml, bool displayName=true) |
| DataBasicAccount () | |
| virtual | ~DataBasicAccount () |
Represents the content of the XML tag <account>
Definition at line 14 of file dataaccount.h.
| DataBasicAccount::DataBasicAccount | ( | ) |
Definition at line 6 of file dataaccount.cpp.
| virtual DataBasicAccount::~DataBasicAccount | ( | ) | [inline, virtual] |
Definition at line 31 of file dataaccount.h.
| int DataBasicAccount::accountNumber | ( | ) | [inline] |
Definition at line 17 of file dataaccount.h.
| void DataBasicAccount::hash | ( | unsigned int & | startValue | ) | [virtual] |
Hash value of data
Reimplemented in DataAccount, and DataTableAccount.
Definition at line 48 of file dataaccount.cpp.
| bool DataBasicAccount::loadDataNode | ( | const QDomNode | data | ) | [virtual] |
Load the class attributes from the XML tag "account"
Reimplemented in DataAccount, and DataTableAccount.
Definition at line 10 of file dataaccount.cpp.

| QString DataBasicAccount::name | ( | ) | [inline] |
Definition at line 18 of file dataaccount.h.
| QDomElement DataBasicAccount::saveDataNode | ( | QDomDocument * | xml, | |
| bool | displayName = true | |||
| ) | [virtual] |
Returns an XML tag "account" with the class attributes
Definition at line 33 of file dataaccount.cpp.
| void DataBasicAccount::setAccountNumber | ( | int | number | ) | [inline] |
| void DataBasicAccount::setName | ( | QString | name | ) | [inline] |
1.5.9