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

plucker_wizard_wrappers.h

Go to the documentation of this file.
      00001 //----------------------------------------------------------------------------------------
      00011 // RCS-ID:      $Id: plucker_wizard_wrappers.h,v 1.3 2002/09/10 18:07:56 robertoconnor Exp $
      00012 //----------------------------------------------------------------------------------------
      00013 
      00014 //----------------------------------------------------------------------------------------
      00015 // Begin single inclusion of this .h file condition
      00016 //----------------------------------------------------------------------------------------
      00017 
      00018 #ifndef _PLUCKER_WIZARD_WRAPPERS_H_
      00019 #define _PLUCKER_WIZARD_WRAPPERS_H_
      00020 
      00021 //----------------------------------------------------------------------------------------
      00022 // GCC interface
      00023 //----------------------------------------------------------------------------------------
      00024 
      00025 #if defined(__GNUG__) && ! defined(__APPLE__)
      00026     #pragma interface "plucker_wizard_wrappers.h"
      00027 #endif
      00028 
      00029 //----------------------------------------------------------------------------------------
      00030 // Shared defines
      00031 //----------------------------------------------------------------------------------------
      00032 
      00033 #include "plucker_defines.h"
      00034 
      00035 //----------------------------------------------------------------------------------------
      00036 // Begin feature removal condition
      00037 //----------------------------------------------------------------------------------------
      00038 
      00039 #if ( setupUSE_WIZARDS )
      00040 
      00041 //----------------------------------------------------------------------------------------
      00042 // Headers
      00043 //----------------------------------------------------------------------------------------
      00044 
      00045 #include "wx/wizard.h"
      00046 
      00047 
      00048 //----------------------------------------------------------------------------------------
      00049 // Class definition: Plucker wizard wrappers (static only)
      00050 //----------------------------------------------------------------------------------------
      00051 
      00053 class plucker_wizard_wrappers
      00054 {
      00055 
      00056 public:
      00057 
      00059 
      00062     static bool run_setup_wizard( wxWindow* parent );
      00063     
      00065 
      00068     static bool run_install_viewer_wizard( wxWindow* parent );
      00069     
      00071 
      00077     static bool run_add_channel_wizard( wxWindow* parent,
      00078                                         wxString* generated_channel_section,
      00079                                         bool* is_launch_channel_dialog_requested );
      00080 };
      00081 
      00082 //----------------------------------------------------------------------------------------
      00083 // End feature removal condition
      00084 //----------------------------------------------------------------------------------------
      00085 
      00086 #endif  // setupUSE_WIZARDS
      00087 
      00088 //----------------------------------------------------------------------------------------
      00089 // End single inclusion of this .h file condition
      00090 //----------------------------------------------------------------------------------------
      00091 
      00092 #endif  //_PLUCKER_WIZARD_WRAPPERS_H_