Inheritance diagram for WizardPageBase:
Public Member Functions | |
WizardPageBase () | |
WizardPageBase (wxWizard *parent, WizardPageBase *prev=NULL, WizardPageBase *next=NULL) | |
virtual wxWizardPage * | GetNext () const |
WizardPageBase * | GetNextField () const |
virtual wxWizardPage * | GetPrev () const |
WizardPageBase * | GetPrevField () const |
virtual void | SetPrev (wxWizardPage *prev) |
void | SetPrevField (WizardPageBase *prev) |
virtual void | SetNext (WizardPageBase *next) |
virtual void | SetNextField (WizardPageBase *next) |
|
needed only by the RTTI
|
|
Creates a page for the "carbon rule", base class
|
|
Return the next page of the wizard to process
|
|
Return the page of the wizard linked after this
|
|
Return the previous page of the wizard to process
Reimplemented in CarbonSpectrumParPage. |
|
Return the page of the wizard previously processed
|
|
Set the address of the next page of the wizard to process
|
|
Set the address of the page linked after this
|
|
Set the address of the wizard page linked before this
|
|
Set the address of the wizard page linked before this
|