Salome HOME
Merge from V5_1_3_BR branch (07/12/09)
[modules/geom.git] / src / BasicGUI / BasicGUI_CurveDlg.h
index 5c37308599c7c9a7870bffeb7e9ee2ed64d41456..f0308d634e6fb1494215e22cbed6b080cec2a0fb 100644 (file)
@@ -22,7 +22,7 @@
 // GEOM GEOMGUI : GUI for Geometry component
 // File   : BasicGUI_CurveDlg.h
 // Author : Alexander SLADKOV, Open CASCADE S.A.S. (alexander.sladkov@opencascade.com)
-//
+
 #ifndef BASICGUI_CURVEDLG_H
 #define BASICGUI_CURVEDLG_H
 
 
 #include <list>
 
-class DlgRef_1Sel;
+class DlgRef_1Sel1Check;
 
 //=================================================================================
 // class    : BasicGUI_CurveDlg
 // purpose  :
 //=================================================================================
 class BasicGUI_CurveDlg : public GEOMBase_Skeleton
-{ 
+{
   Q_OBJECT
 
 public:
   BasicGUI_CurveDlg( GeometryGUI*, QWidget* = 0, bool = false, Qt::WindowFlags = 0 );
   ~BasicGUI_CurveDlg();
-  
+
 protected:
   // redefined from GEOMBase_Helper
   virtual GEOM::GEOM_IOperations_ptr createOperation();
@@ -55,19 +55,20 @@ private:
   void                               enterEvent( QEvent* );
 
 private:
-  DlgRef_1Sel*                       GroupPoints;
+  DlgRef_1Sel1Check*                 GroupPoints;
   GEOM::ListOfGO_var                 myPoints;
   std::list<GEOM::GEOM_Object_var>   myOrderedSel; //!< This list used for managing orderes selection
 
 private slots:
   void                               ClickOnOk();
   bool                               ClickOnApply();
-  
+
   void                               ActivateThisDialog();
-  void                               DeactivateActiveDialog();    
-  
+  void                               DeactivateActiveDialog();
+
   void                               ConstructorsClicked( int );
   void                               LineEditReturnPressed();
+  void                               CheckButtonToggled();
   void                               SelectionIntoArgument();
   void                               SetEditCurrentArgument();
 };