Salome HOME
IPAL19834: Incorrect result after make Partition of 2 objects. A fix by PKV.
[modules/geom.git] / src / BasicGUI / BasicGUI_CurveDlg.h
index 833c2809cae2ad345dba9c88e733e45705dbbe0b..3a4d234dc610840ea1fc59deacf588937949942b 100644 (file)
@@ -40,8 +40,7 @@ class BasicGUI_CurveDlg : public GEOMBase_Skeleton
   Q_OBJECT
 
 public:
-  BasicGUI_CurveDlg( GeometryGUI*, QWidget* = 0,
-                    const char* = 0, bool = false, Qt::WindowFlags = 0 );
+  BasicGUI_CurveDlg( GeometryGUI*, QWidget* = 0, bool = false, Qt::WindowFlags = 0 );
   ~BasicGUI_CurveDlg();
   
 protected:
@@ -49,8 +48,6 @@ protected:
   virtual GEOM::GEOM_IOperations_ptr createOperation();
   virtual bool                       isValid( QString& );
   virtual bool                       execute( ObjectList& );
-  
-  virtual void                       closeEvent( QCloseEvent* );
 
 private:
   void                               Init();
@@ -59,11 +56,10 @@ private:
 private:
   DlgRef_1Sel*                       GroupPoints;
   GEOM::ListOfGO_var                 myPoints;
-  list<GEOM::GEOM_Object_var>        myOrderedSel; //!< This list used for managing orderes selection
+  std::list<GEOM::GEOM_Object_var>   myOrderedSel; //!< This list used for managing orderes selection
 
 private slots:
   void                               ClickOnOk();
-  void                               ClickOnCancel();
   bool                               ClickOnApply();
   
   void                               ActivateThisDialog();