#include <mymoneyinstitution.h>
Inheritance diagram for MyMoneyInstitution:


Public Member Functions | |
| MyMoneyInstitution () | |
| MyMoneyInstitution (const QString &name, const QString &city, const QString &street, const QString &postcode, const QString &telephone, const QString &manager, const QString &sortCode) | |
| ~MyMoneyInstitution () | |
| MyMoneyInstitution (const QCString ID, const MyMoneyInstitution &right) | |
| MyMoneyInstitution (const QDomElement &el) | |
| const QString & | manager (void) const |
| const QString & | name (void) const |
| const QString & | postcode (void) const |
| const QString & | street (void) const |
| const QString & | telephone (void) const |
| const QString & | town (void) const |
| const QString & | city (void) const |
| const QString & | sortcode (void) const |
| void | setManager (QString manager) |
| void | setName (QString name) |
| void | setPostcode (QString code) |
| void | setStreet (QString street) |
| void | setTelephone (QString tel) |
| void | setTown (QString town) |
| void | setCity (QString town) |
| void | setSortcode (QString code) |
| void | addAccountId (const QCString &account) |
| QCString | removeAccountId (const QCString &account) |
| const QCStringList & | accountList (void) const |
| unsigned int | accountCount (void) const |
| bool | operator== (const MyMoneyInstitution &) const |
| bool | operator< (const MyMoneyInstitution &right) const |
| void | writeXML (QDomDocument &document, QDomElement &parent) const |
| virtual bool | hasReferenceTo (const QCString &id) const |
| QPixmap | pixmap () const |
Private Attributes | |
| QString | m_name |
| QString | m_town |
| QString | m_street |
| QString | m_postcode |
| QString | m_telephone |
| QString | m_manager |
| QString | m_sortcode |
| QCStringList | m_accountList |
|
|
This is the constructor for a new empty institution description |
|
||||||||||||||||||||||||||||||||
|
This is the constructor used by an application to fill the values required for a new institution. This object should then be passed to
|
|
|
This is the destructor for any MyMoneyInstitution object |
|
||||||||||||
|
This is the constructor for a new institution known to the current file
|
|
|
This is the constructor for an institution that is described by a QDomElement (e.g. from a file).
|
|
|
This method returns the number of accounts known to this institution
|
|
|
This method is used to return the set of accounts known to this institution return QStringList of account ids |
|
|
This method adds the id of an account to the account list of this institution It is verified, that the account is only mentioned once.
|
|
|
|
|
|
This method checks if a reference to the given object exists. It returns, a
Implements MyMoneyObject. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This method deletes the id of an account from the account list of this institution
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
This method creates a QDomElement for the
Reimplemented from MyMoneyKeyValueContainer. |
|
|
This member variable keeps the sorted list of the account ids available at this institution |
|
|
This member variable keeps the name of the representative of the institution |
|
|
This member variable keeps the name of the institution |
|
|
This member variable keeps the zip-code of the institution |
|
|
This member variable keeps the sort code of the institution. FIXME: I have no idea what it is good for. I keep it because it was in the old engine. |
|
|
This member variable keeps the street of the institution |
|
|
This member variable keeps the telephone number of the institution |
|
|
This member variable keeps the city of the institution |
1.4.1