Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

install_viewer_wizard Class Reference

A wizard for reinstalling the handheld viewer software. More...

#include <install_viewer_wizard.h>

Inheritance diagram for install_viewer_wizard:

plucker_wizard_base wxWizard List of all members.

Public Methods

  install_viewer_wizard (wxWindow *parent=NULL, int id=-1, const wxString &title=wxEmptyString, const wxBitmap &bitmap=wxNullBitmap, const wxString &cancel_message=_("Abort the setup wizard?"))
  Constructor.

  ~install_viewer_wizard ()
  Destructor.


Detailed Description

A wizard for reinstalling the handheld viewer software.

When the user selects 'Install handheld software' from the main_frame menu, this wizard will ask questions and install the handheld software.


Constructor & Destructor Documentation

install_viewer_wizard::install_viewer_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.