Salome HOME
Remove non-implemented methods
authorvsr <vsr@opencascade.com>
Thu, 8 Jun 2006 09:43:19 +0000 (09:43 +0000)
committervsr <vsr@opencascade.com>
Thu, 8 Jun 2006 09:43:19 +0000 (09:43 +0000)
src/VISUGUI/VisuGUI_CutPlanesDlg.h
src/VISUGUI/VisuGUI_GaussPointsDlg.h
src/VISUGUI/VisuGUI_StreamLinesDlg.h

index 9806eaada9cb38074d79632cf68bfacab3480983..e1726ecce9be3d07ff47585385d8a18e5ae93a13 100644 (file)
@@ -90,7 +90,7 @@ private:
     SALOME_Actor* myPreviewActor;
 
 private slots:
-    void editScalarBar();
+//VSR: 08/06/06:     void editScalarBar();
     void orientationChanged( int );
     void DrawTable();
     void setDefault( int all = -1);
@@ -114,7 +114,7 @@ public:
 protected slots:
     void accept();
     void reject();
-    void onWindowActivated (SUIT_ViewWindow*);
+//VSR: 08/06/06:     void onWindowActivated (SUIT_ViewWindow*);
     void onHelp();
 
 private:
index 6c6829d60fe2db4f0ec2c56e2ffcaaf38b143abb..9617d64041866bef8cfd8e3091d38c97c0223c14 100644 (file)
@@ -114,7 +114,7 @@ class VisuGUI_GaussScalarBarPane : public QVBox
 
  private slots:
   void changeDefaults( int );
-  void changeRange( int );
+//VSR: 08/06/06:  void changeRange( int );
   void XYChanged( double );
   void onTextPref();
   void onSetDisplayGlobal();
index 12bb5cfef8afaa9a74ce98dfb3681c45423fbf55..b1e33ac3071a27bdf40a870a61d202cf84bce62e 100644 (file)
@@ -56,7 +56,7 @@ protected slots:
   void onHelp();
 
 private slots:
-  void onSelectionActive(bool theActive);
+//VSR: 08/06/06:  void onSelectionActive(bool theActive);
   void StepLengthChanged(double theValue);
   void IntegrationStepChanged(double theValue);
   void PropagationTimeChanged(double theValue);