Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

NewAccountWizard::GeneralLoanInfoPage Class Reference

#include <knewaccountwizard_p.h>

Inheritance diagram for NewAccountWizard::GeneralLoanInfoPage:

KGeneralLoanInfoPageDecl WizardPage< Wizard > QWidget KMyMoneyWizardPage Collaboration diagram for NewAccountWizard::GeneralLoanInfoPage:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 GeneralLoanInfoPage (Wizard *parent, const char *name=0)
KMyMoneyWizardPagenextPage (void) const
virtual bool isComplete (void) const
void enterPage (void)
const MyMoneyAccountparentAccount (void)
QWidgetinitialFocusWidget (void) const
bool recordAllPayments (void) const

Private Slots

void slotLoadWidgets (void)

Private Attributes

bool m_firstTime

Constructor & Destructor Documentation

NewAccountWizard::GeneralLoanInfoPage::GeneralLoanInfoPage Wizard parent,
const char *  name = 0
 


Member Function Documentation

void NewAccountWizard::GeneralLoanInfoPage::enterPage void   )  [virtual]
 

This method is called by the wizard when the page is entered from the previous page. The default implementation does nothing.

Reimplemented from KMyMoneyWizardPage.

QWidget* NewAccountWizard::GeneralLoanInfoPage::initialFocusWidget void   )  const [inline, virtual]
 

This method returns a pointer to the widget which should receive the focus when the page is opened.

Returns:
pointer to widget or 0 if none is to be selected The default implementation returns 0

Reimplemented from KMyMoneyWizardPage.

virtual bool NewAccountWizard::GeneralLoanInfoPage::isComplete void   )  const [virtual]
 

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 true, which is the default implementation.

Return values:
false more data required from the user before we can proceed
true all data available, we allow to switch to the next page

Reimplemented from KMyMoneyWizardPage.

KMyMoneyWizardPage* NewAccountWizard::GeneralLoanInfoPage::nextPage void   )  const [virtual]
 

This method returns a pointer to the next page that should be shown when the user presses the 'Next' button.

Returns:
pointer to next wizard page

Reimplemented from KMyMoneyWizardPage.

const MyMoneyAccount& NewAccountWizard::GeneralLoanInfoPage::parentAccount void   ) 
 

bool NewAccountWizard::GeneralLoanInfoPage::recordAllPayments void   )  const
 

Returns true if the user decided to record all payments, false otherwise.

void NewAccountWizard::GeneralLoanInfoPage::slotLoadWidgets void   )  [private, slot]
 


Member Data Documentation

bool NewAccountWizard::GeneralLoanInfoPage::m_firstTime [private]
 


The documentation for this class was generated from the following file:
Generated on Sun Sep 7 04:13:42 2008 for KMyMoney by  doxygen 1.4.1