|
Public Methods
|
| |
plucker_wizard_base (wxWindow *parent=NULL, int id=-1, const wxString &title=wxEmptyString, const wxBitmap
&bitmap=wxNullBitmap, const wxString &cancel_message=_("Abort the wizard?")) |
| |
Constructor.
|
| virtual |
~plucker_wizard_base () |
| |
Destructor.
|
| void |
add_wizardpage_to_wizard (wxWizardPageSimple *wizardpage) |
| |
Call this in constructor of derived class to add a wizardpagesimple to the wizard.
|
| bool |
run_wizard () |
| |
Call this after you have created an instance of the wizard.
|
| virtual void |
on_finish_button ()=0 |
| |
Pure virtuals: what to do when the Finish button was done,.
|
| virtual void |
on_help_button (wxWizardEvent &event)=0 |
| |
Pure virtual: what to do when the Help button was pressed.
|
Cancel buttton shows a dialog with the passed cancel message from the constructor.