Salome HOME
Make a first version of the InstallWizard for SALOME documentation.
[tools/install.git] / src / SALOME_InstallWizard.hxx
index 3d18fac874912424587fe1e09d9e27b45fb1b5b8..fa0cbfaf55d961a1d77190f8cf3561aea2b0f776 100644 (file)
@@ -83,11 +83,6 @@ class Dependancies
       instType == Sources ? sizeSourcesTotal : 
       sizeSrcBuildTotal;
   }
-  // gets temporary disk space required
-  long        getTempSize( InstallationType instType ) const     
-  { 
-    return ( instType == Binaries ? 0 : instType == Sources ? 0 : sizeTemp );
-  }
   // gets product's version
   QString     getVersion() const      { return version; }
   // gets product's description
@@ -162,7 +157,6 @@ class SALOME_InstallWizard: public InstallWizard
   // constructor
   SALOME_InstallWizard( const QString& aXmlFileName = QString::null,
                        const QString& aTargetDir   = QString::null,
-                       const QString& aTmpDir      = QString::null,
                        const bool     aForceSrc    = false,
                        const bool     aSingleDir   = false );
   // destructor
@@ -214,14 +208,6 @@ class SALOME_InstallWizard: public InstallWizard
   QString getCopyright() { return myCopyright; }
   // get license
   QString getLicense() { return myLicense; }
-  // get platform
-  QString getPlatform() { return !refPlatform.isEmpty() ? refPlatform : curPlatform; }
-  // get corresponding XML file
-  QString getXmlFile( const QString& platform ) {
-    return (platformsMap.find( platform ) != platformsMap.end() ) ? 
-      platformsMap[ platform ] : 
-      QString("");
-  }
   // get InstallWizard's name
   QString getIWName() { return myIWName; }
 
@@ -263,7 +249,7 @@ class SALOME_InstallWizard: public InstallWizard
   // validates page when <Next> button is clicked
   bool acceptData( const QString& );
   // calculates disk space required for the installation, returns true if any product selected to be installed (src, bin or native)
-  bool checkSize( long* totSize = 0, long* tempSize = 0 );
+  bool checkSize( long* totSize = 0 );
   // checks products page validity (directories and products selection)
   void checkProductPage();
   // sets the product and all products this one depends on to be checked
@@ -294,8 +280,6 @@ class SALOME_InstallWizard: public InstallWizard
  private slots:
   // called when user moves from page to page
   void pageChanged( const QString & mytitle);
-  // called when user selected either installation type or installation platform
-  void onButtonGroup( int index );
   // invokes Help window
   void helpClicked();
   // invokes directory selection dialog box