Main Page Modules Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Related Pages
setup_wizard Class Reference
A setup wizard for Plucker Desktop settings shared across channels. More...
#include <setup_wizard.h>
Inheritance diagram for setup_wizard:
List of all members.
|
Public Methods
|
| |
setup_wizard (wxWindow *parent=NULL, int id=-1, const wxString &title=wxEmptyString, const wxBitmap
&bitmap=wxNullBitmap, const wxString &cancel_message=_("Abort the setup wizard?")) |
| |
Constructor.
|
| |
~setup_wizard () |
| |
Destructor.
|
Detailed Description
A setup wizard for Plucker Desktop settings shared across channels.
When the user does a first run of the application, or selects 'Rerun setup wizard' from the main_frame menu, this wizard will ask questions and
install software and set preferences.
Constructor & Destructor Documentation
| setup_wizard::setup_wizard |
( |
wxWindow * |
parent = NULL, |
|
|
int |
id = -1, |
|
|
const wxString & |
title = wxEmptyString, |
|
|
const wxBitmap & |
bitmap = wxNullBitmap, |
|
|
const wxString & |
cancel_message = _("Abort the setup wizard?") |
|
) |
|
|
| |
Constructor.
- Parameters:
-
| parent |
The parent window. May be NULL. |
| id |
The id of the wizard. Will usually be just -1 . |
| title |
The title of the wizard. |
| bitmap |
The default bitmap used in the wizard. May be overriden by a page. |
| cancel_message |
The message that appears when user clicks Cancel button. |
|