#include <mymoneyqifprofile.h>
Inheritance diagram for MyMoneyQifProfile:


Public Slots | |
| void | setProfileDescription (const QString &desc) |
| void | setProfileType (const QString &type) |
| void | setDateFormat (const QString &dateFormat) |
| void | setApostropheFormat (const QString &apostropheFormat) |
| void | setAmountDecimal (const QChar &def, const QChar &chr) |
| void | setAmountThousands (const QChar &def, const QChar &chr) |
| void | setAccountDelimiter (const QString &delim) |
| void | setOpeningBalanceText (const QString &text) |
| void | setVoidMark (const QString &txt) |
| void | setFilterScriptImport (const QString &txt) |
| void | setFilterScriptExport (const QString &txt) |
| void | setFilterFileType (const QString &txt) |
| void | setAttemptMatchDuplicates (bool) |
Public Member Functions | |
| MyMoneyQifProfile () | |
| MyMoneyQifProfile (const QString &name) | |
| ~MyMoneyQifProfile () | |
| const QString & | profileName (void) const |
| void | setProfileName (const QString &name) |
| void | loadProfile (const QString &name) |
| void | saveProfile (void) |
| const QDate | date (const QString &datein) const |
| const QString | date (const QDate &datein) const |
| const MyMoneyMoney | value (const QChar &def, const QString &valuein) const |
| const QString | value (const QChar &def, const MyMoneyMoney &valuein) const |
| const QString & | dateFormat (void) const |
| const QString & | apostropheFormat (void) const |
| const QChar | amountDecimal (const QChar &def) const |
| const QChar | amountThousands (const QChar &def) const |
| const QString & | profileDescription (void) const |
| const QString & | profileType (void) const |
| const QString & | openingBalanceText (void) const |
| const QString | accountDelimiter (void) const |
| const QString & | voidMark (void) const |
| const QString & | filterScriptImport (void) const |
| const QString & | filterScriptExport (void) const |
| const QString & | filterFileType (void) const |
| bool | attemptMatchDuplicates (void) const |
| void | clear (void) |
| bool | isDirty (void) const |
Private Member Functions | |
| const QString | twoDigitYear (const QChar delim, int yr) const |
Private Attributes | |
| bool | m_isDirty |
| QString | m_profileName |
| QString | m_profileDescription |
| QString | m_dateFormat |
| QString | m_apostropheFormat |
| QString | m_valueMode |
| QString | m_profileType |
| QString | m_openingBalanceText |
| QString | m_voidMark |
| QString | m_accountDelimiter |
| QString | m_filterScriptImport |
| QString | m_filterScriptExport |
| QString | m_filterFileType |
| QMap< QChar, QChar > | m_decimal |
| QMap< QChar, QChar > | m_thousands |
| bool | m_attemptMatchDuplicates |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This method presets the member variables with the default values. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This method is used to determine, if a profile has been changed or not |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1