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

plucker_wizard_wrappers Class Reference

A static only wrapper class for building and running the different wizards. More...

#include <plucker_wizard_wrappers.h>

List of all members.


Static Public Methods

bool  run_setup_wizard (wxWindow *parent)
  Run a setup_wizard .

bool  run_install_viewer_wizard (wxWindow *parent)
  Run an install_wizard .

bool  run_add_channel_wizard (wxWindow *parent, wxString *generated_channel_section, bool *is_launch_channel_dialog_requested)
  Run a add_channel_wizard .


Detailed Description

A static only wrapper class for building and running the different wizards.

Member Function Documentation

bool plucker_wizard_wrappers::run_add_channel_wizard wxWindow *    parent,
wxString *    generated_channel_section,
bool *    is_launch_channel_dialog_requested
[static]
 

Run a add_channel_wizard .

Parameters:
parent  The parent window. May be NULL.
generated_channel_section  The generated channel section of the new channel.
is_launch_channel_dialog_requested  TRUE if user checked the 'Open channel dialog when I click Finish on the final wizardpage of the wizard.
bool plucker_wizard_wrappers::run_install_viewer_wizard wxWindow *    parent [static]
 

Run an install_wizard .

Parameters:
parent  The parent window. May be NULL.
bool plucker_wizard_wrappers::run_setup_wizard wxWindow *    parent [static]
 

Run a setup_wizard .

Parameters:
parent  The parent window. May be NULL.