X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FOperationGUI%2FOperationGUI_FilletDlg.h;h=c89491bafa6a251f1b1d05b41ca8a7ff0bd36cec;hb=24523717dad6f5c3f6efb31cbb54ea7aa55ad57b;hp=ab55f1469c2f9502f9fb0b9d9239ec4dec29808b;hpb=9499b99fe2dcb53e1ea364f97986f8f432b04600;p=modules%2Fgeom.git diff --git a/src/OperationGUI/OperationGUI_FilletDlg.h b/src/OperationGUI/OperationGUI_FilletDlg.h index ab55f1469..c89491baf 100644 --- a/src/OperationGUI/OperationGUI_FilletDlg.h +++ b/src/OperationGUI/OperationGUI_FilletDlg.h @@ -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