#include <mymoneystorageanon.h>
Inheritance diagram for MyMoneyStorageANON:


Public Member Functions | |
| MyMoneyStorageANON () | |
| virtual | ~MyMoneyStorageANON () |
Protected Member Functions | |
| void | writeUserInformation (QDomElement &userInfo) |
| void | writeInstitution (QDomElement &institutions, const MyMoneyInstitution &i) |
| void | writePayee (QDomElement &payees, const MyMoneyPayee &p) |
| void | writeAccount (QDomElement &accounts, const MyMoneyAccount &p) |
| void | writeTransaction (QDomElement &transactions, const MyMoneyTransaction &tx) |
| void | writeSchedule (QDomElement &scheduledTx, const MyMoneySchedule &tx) |
| void | readFile (QIODevice *s, IMyMoneySerialize *storage) |
| void | writeSecurity (QDomElement &securityElement, const MyMoneySecurity &security) |
| QDomElement | findChildElement (const QString &name, const QDomElement &root) |
Private Member Functions | |
| QString | hideString (const QString &) const |
| MyMoneyMoney | hideNumber (const MyMoneyMoney &) const |
| void | fakeTransaction (MyMoneyTransaction &tn) |
| void | fakeKeyValuePair (MyMoneyKeyValueContainer &_kvp) |
Private Attributes | |
| MyMoneyMoney | m_factor |
Static Private Attributes | |
| static QStringList | zKvpNoModify |
| static QStringList | zKvpXNumber |
The purpose of this class is to give users a way to send a developer their file without comprimising their financial data. If a user encounters an error, they should try saving the anonymous version of the file and see if the error is still there. If so, they should notify the list of the problem, and then when requested, send the anonymous file privately to the developer who takes the problem. I still don't think it's wise to post the file to the public list...maybe I'm just paranoid.
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from MyMoneyStorageXML. |
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from MyMoneyStorageXML. |
|
||||||||||||
|
Reimplemented from MyMoneyStorageXML. |
|
||||||||||||
|
Reimplemented from MyMoneyStorageXML. |
|
||||||||||||
|
Reimplemented from MyMoneyStorageXML. |
|
||||||||||||
|
Reimplemented from MyMoneyStorageXML. |
|
||||||||||||
|
Reimplemented from MyMoneyStorageXML. |
|
||||||||||||
|
Reimplemented from MyMoneyStorageXML. |
|
|
Reimplemented from MyMoneyStorageXML. |
|
|
|
|
|
The list of key-value pairs to not modify |
|
|
The list of key-value pairs which are numbers to be hidden |
1.4.1