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

viewer_wizardpage Class Reference

A wizard page that can collect information about the viewer and software to install. More...

#include <viewer_wizardpage.h>

Inheritance diagram for viewer_wizardpage:

wxWizardPageSimple List of all members.

Public Methods

  viewer_wizardpage (wxWizard *parent, wxBitmap bitmap=wxNullBitmap)
  Constructor.

  ~viewer_wizardpage ()
  Destructor.

void  get_fullnames_to_install (wxArrayString *fullnames_to_install)
  Get a list of the fullnames of the files to be installed.

long  get_bpp ()
  Gets the selected bpp (bits per pixel of their selected device).


Detailed Description

A wizard page that can collect information about the viewer and software to install.

Constructor & Destructor Documentation

viewer_wizardpage::viewer_wizardpage wxWizard   parent,
wxBitmap    bitmap = wxNullBitmap
 

Constructor.

Parameters:
parent  The parent wizard.
bitmap  Optional bitmap to show instead of the one the parent wizard is using.

Member Function Documentation

long viewer_wizardpage::get_bpp  
 

Gets the selected bpp (bits per pixel of their selected device).

This is used for example in the setup_wizard to automatically set the bpp value of any default channels that they have.

Returns :
The selected bpp.
void viewer_wizardpage::get_fullnames_to_install wxArrayString *    fullnames_to_install
 

Get a list of the fullnames of the files to be installed.

Parameters:
wxArrayString  * fullnames_to_install An array to hold the fullnames.