#include <mymoneystatementreader.h>
Inheritance diagram for MyMoneyStatementReader:


Signals | |
| void | importFinished (void) |
Public Member Functions | |
| MyMoneyStatementReader () | |
| ~MyMoneyStatementReader () | |
| bool | import (const MyMoneyStatement &s, QStringList &messages) |
| void | setAutoCreatePayee (const bool create) |
| const MyMoneyAccount & | account () const |
| void | setProgressCallback (void(*callback)(int, int, const QString &)) |
Private Types | |
| enum | SelectCreateMode { Create = 0, Select } |
Private Member Functions | |
| void | signalProgress (int current, int total, const QString &="") |
| void | processTransactionEntry (const MyMoneyStatement::Transaction &) |
| void | processSecurityEntry (const MyMoneyStatement::Security &) |
| bool | selectOrCreateAccount (const SelectCreateMode mode, MyMoneyAccount &account) |
Static Private Member Functions | |
| static const QCString | findOrCreateIncomeAccount (const QString &searchname) |
| static const QCString | findOrCreateExpenseAccount (const QString &searchname) |
Private Attributes | |
| MyMoneyStatementReaderPrivate * | d |
| MyMoneyAccount | m_account |
| QStringList | m_dontAskAgain |
| bool | m_skipAccount |
| bool | m_userAbort |
| bool | m_autoCreatePayee |
| MyMoneyFileTransaction * | m_ft |
| void(* | m_progressCallback )(int, int, const QString &) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This method looks up the
|
|
||||||||||||
|
This method imports data from the MyMoneyStatement object s into the MyMoney engine. It leaves some statistical information in the messages string list
|
|
|
This signal will be emitted when the import is finished. |
|
|
|
|
|
|
|
||||||||||||
|
This method is used to find an account using the account's name stored in Please see the documentation for this function in MyMoneyQifReader
|
|
|
This method is used to modify the auto payee creation flag. If this flag is set, records for payees that are not currently found in the engine will be automatically created with no further user interaction required. If this flag is no set, the user will be asked if the payee should be created or not. If the MyMoneyQifReader object is created auto payee creation is turned off.
|
|
|
|
|
||||||||||||||||
|
This method is used to update the progress information. It checks if an appropriate function is known and calls it. For a parameter description see KMyMoneyView::progressCallback(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1