Main Page | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

WizardPageBase Class Reference

The base class for the wizard pages. More...

Inheritance diagram for WizardPageBase:

Inheritance graph
[legend]

Public Member Functions

 WizardPageBase ()
 WizardPageBase (wxWizard *parent, WizardPageBase *prev=NULL, WizardPageBase *next=NULL)
virtual wxWizardPage * GetNext () const
WizardPageBaseGetNextField () const
virtual wxWizardPage * GetPrev () const
WizardPageBaseGetPrevField () const
virtual void SetPrev (wxWizardPage *prev)
void SetPrevField (WizardPageBase *prev)
virtual void SetNext (WizardPageBase *next)
virtual void SetNextField (WizardPageBase *next)

Detailed Description

The base class for the wizard pages.


Constructor & Destructor Documentation

WizardPageBase::WizardPageBase  )  [inline]
 

needed only by the RTTI

WizardPageBase::WizardPageBase wxWizard *  parent,
WizardPageBase prev = NULL,
WizardPageBase next = NULL
[inline]
 

Creates a page for the "carbon rule", base class

Parameters:
parent the parent "wizard"
prev the previous page
next the next page


Member Function Documentation

virtual wxWizardPage* WizardPageBase::GetNext  )  const [inline, virtual]
 

Return the next page of the wizard to process

Returns:
the next page to process

WizardPageBase* WizardPageBase::GetNextField  )  const [inline]
 

Return the page of the wizard linked after this

Returns:
the page after this

virtual wxWizardPage* WizardPageBase::GetPrev  )  const [inline, virtual]
 

Return the previous page of the wizard to process

Returns:
the previous page

Reimplemented in CarbonSpectrumParPage.

WizardPageBase* WizardPageBase::GetPrevField  )  const [inline]
 

Return the page of the wizard previously processed

Returns:
the previous page

virtual void WizardPageBase::SetNext WizardPageBase next  )  [inline, virtual]
 

Set the address of the next page of the wizard to process

Parameters:
next address of the next page
See also:
GetNext

virtual void WizardPageBase::SetNextField WizardPageBase next  )  [inline, virtual]
 

Set the address of the page linked after this

Parameters:
next address of the next page
See also:
GetNext

virtual void WizardPageBase::SetPrev wxWizardPage *  prev  )  [inline, virtual]
 

Set the address of the wizard page linked before this

Parameters:
prev address of the previous page
See also:
GetPrev

void WizardPageBase::SetPrevField WizardPageBase prev  )  [inline]
 

Set the address of the wizard page linked before this

Parameters:
prev address of the previous page
See also:
GetPrev


The documentation for this class was generated from the following file:
Generated on Tue Dec 23 10:24:35 2003 for xps4xps by doxygen 1.3.5