X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_PropertiesDlg.h;h=c2f964653351fe655f2226db5a96e04eabae0675;hp=5ec3ce6200065554c3d89e53dd4ebe5c40106223;hb=8301b1e71a0a9833c5bcf7951b426949f647ae9f;hpb=dcc24a9c43065d83772d42db30e57a9a0e9ebf4e diff --git a/src/SMESHGUI/SMESHGUI_PropertiesDlg.h b/src/SMESHGUI/SMESHGUI_PropertiesDlg.h index 5ec3ce620..c2f964653 100644 --- a/src/SMESHGUI/SMESHGUI_PropertiesDlg.h +++ b/src/SMESHGUI/SMESHGUI_PropertiesDlg.h @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2015 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;