X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FOperationGUI%2FOperationGUI_FilletDlg.h;h=c89491bafa6a251f1b1d05b41ca8a7ff0bd36cec;hb=32973c20720ab5b1f9b645da60aac1ca787543c9;hp=996aee91d45b49c9d21ecd89aaf167ba06c46aa8;hpb=e180c20f73ffa96c2d039106f2a2a868c8bc0df1;p=modules%2Fgeom.git diff --git a/src/OperationGUI/OperationGUI_FilletDlg.h b/src/OperationGUI/OperationGUI_FilletDlg.h index 996aee91d..c89491baf 100644 --- a/src/OperationGUI/OperationGUI_FilletDlg.h +++ b/src/OperationGUI/OperationGUI_FilletDlg.h @@ -17,7 +17,7 @@ // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // // @@ -33,7 +33,7 @@ #include class DlgRef_1Sel1Spin; -class DlgRef_2Sel1Spin; +class DlgRef_2Sel3Spin2Rb; //================================================================================= // class : OperationGUI_FilletDlg @@ -62,6 +62,7 @@ private slots: void SetEditCurrentArgument(); void ValueChangedInSpinBox( double newValue ); void ConstructorsClicked( int constructorId ); + void RadioButton_Clicked(); private: void Init(); @@ -80,8 +81,8 @@ private: TColStd_IndexedMapOfInteger myFaces; DlgRef_1Sel1Spin* Group1; - DlgRef_2Sel1Spin* Group2; - DlgRef_2Sel1Spin* Group3; + DlgRef_2Sel3Spin2Rb* Group2; + DlgRef_2Sel3Spin2Rb* Group3; }; #endif // DIALOGBOX_FILLET_H