#include <knewaccountwizard_p.h>
Inheritance diagram for NewAccountWizard::GeneralLoanInfoPage:


Public Member Functions | |
| GeneralLoanInfoPage (Wizard *parent, const char *name=0) | |
| KMyMoneyWizardPage * | nextPage (void) const |
| virtual bool | isComplete (void) const |
| void | enterPage (void) |
| const MyMoneyAccount & | parentAccount (void) |
| QWidget * | initialFocusWidget (void) const |
| bool | recordAllPayments (void) const |
Private Slots | |
| void | slotLoadWidgets (void) |
Private Attributes | |
| bool | m_firstTime |
|
||||||||||||
|
|
|
|
This method is called by the wizard when the page is entered from the previous page. The default implementation does nothing. Reimplemented from KMyMoneyWizardPage. |
|
|
This method returns a pointer to the widget which should receive the focus when the page is opened.
Reimplemented from KMyMoneyWizardPage. |
|
|
This returns, if all necessary data for this page has been filled. It is used to enabled the 'Next' or 'Finish' button. The button is only enabled, if this method returns
Reimplemented from KMyMoneyWizardPage. |
|
|
This method returns a pointer to the next page that should be shown when the user presses the 'Next' button.
Reimplemented from KMyMoneyWizardPage. |
|
|
|
|
|
Returns |
|
|
|
|
|
|
1.4.1