X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_PropertiesDlg.h;h=98129cb476af0e8bae389033ca1d3b1a90a19e94;hp=1aa46b1ad2d0b697872588f24f817229135b718c;hb=6d32f944a0a115b6419184c50b57bf7c4eef5786;hpb=6bac08c1a81f34d3f21c550bd92f83654b2546a5 diff --git a/src/SMESHGUI/SMESHGUI_PropertiesDlg.h b/src/SMESHGUI/SMESHGUI_PropertiesDlg.h index 1aa46b1ad..98129cb47 100644 --- a/src/SMESHGUI/SMESHGUI_PropertiesDlg.h +++ b/src/SMESHGUI/SMESHGUI_PropertiesDlg.h @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2019 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -82,8 +82,8 @@ public: void setBallColor( const QColor& ); QColor ballColor() const; - void setBallSize( int ); - int ballSize() const; + // void setBallSize( int ); + // int ballSize() const; void setBallScale( double ); double ballScale() const; @@ -134,7 +134,7 @@ private: QtxIntSpinBox* myElem0dSize; // - balls QtxColorButton* myBallColor; - QtxIntSpinBox* myBallSize; + // QtxIntSpinBox* myBallSize; QtxDoubleSpinBox* myBallScale; // - orientation vectors QtxColorButton* myOrientationColor;