#include <kaccountselectdlg.h>
Inheritance diagram for KAccountSelectDlg:


Public Slots | |
| int | exec () |
Public Member Functions | |
| KAccountSelectDlg (const KMyMoneyUtils::categoryTypeE type, const QString &purpose="General", QWidget *parent=0, const char *name=0) | |
| ~KAccountSelectDlg () | |
| void | setDescription (const QString &msg) |
| void | setHeader (const QString &msg) |
| void | setAccount (const MyMoneyAccount &account, const QCString &id) |
| const QCString & | selectedAccount (void) const |
| void | setMode (const int mode) |
| void | showAbortButton (const bool visible) |
| bool | aborted (void) const |
Protected Slots | |
| void | slotCreateAccount (void) |
| void | slotCreateInstitution (void) |
| void | abort (void) |
| void | slotReloadWidget (void) |
Private Attributes | |
| QString | m_purpose |
| MyMoneyAccount | m_account |
| int | m_mode |
| KMyMoneyUtils::categoryTypeE | m_accountType |
| bool | m_aborted |
|
||||||||||||||||||||
|
|
|
|
|
|
|
This slot is used to react on the abort button |
|
|
This method is used to determine if the user pressed the 'Skip' or the 'Abort' button. The return value is valid only, if the exec() function of the dialog returns false.
|
|
|
Reimplemented from QDialog |
|
|
This method returns the name of the selected account in the combo box.
|
|
||||||||||||
|
This method is used to pass information to the account selection dialog which will be used as initial selection in the account selection combo box and during account creation.
|
|
|
This method is used to setup the descriptive text in the account selection dialog box. The
|
|
|
This method is used to setup the buddy text of the account selection box. the
|
|
|
This method is used to set the mode of the dialog. Two modes are supplied: a) select or create and b) create only. If
|
|
|
This method allows to control the visibilty of the abort button in this dialog according to the the parameter
|
|
|
This slot is used to fire up the new account wizard and preset it with the values found in m_account. If an account was created using the wizard, this will be the selected account. |
|
|
This slot is used to fire up the new institution dialog |
|
|
This is the slot which will be called if the engine data is changed. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1