From: vsr Date: Thu, 8 Jun 2006 09:43:19 +0000 (+0000) Subject: Remove non-implemented methods X-Git-Tag: Before_Merging_With_V4_1_1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6b9526db7b92932c8e5a7c5dfc12ab3ecdb2a585;p=modules%2Fvisu.git Remove non-implemented methods --- diff --git a/src/VISUGUI/VisuGUI_CutPlanesDlg.h b/src/VISUGUI/VisuGUI_CutPlanesDlg.h index 9806eaad..e1726ecc 100644 --- a/src/VISUGUI/VisuGUI_CutPlanesDlg.h +++ b/src/VISUGUI/VisuGUI_CutPlanesDlg.h @@ -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: diff --git a/src/VISUGUI/VisuGUI_GaussPointsDlg.h b/src/VISUGUI/VisuGUI_GaussPointsDlg.h index 6c6829d6..9617d640 100644 --- a/src/VISUGUI/VisuGUI_GaussPointsDlg.h +++ b/src/VISUGUI/VisuGUI_GaussPointsDlg.h @@ -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(); diff --git a/src/VISUGUI/VisuGUI_StreamLinesDlg.h b/src/VISUGUI/VisuGUI_StreamLinesDlg.h index 12bb5cfe..b1e33ac3 100644 --- a/src/VISUGUI/VisuGUI_StreamLinesDlg.h +++ b/src/VISUGUI/VisuGUI_StreamLinesDlg.h @@ -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);