Salome HOME
IPAL19834: Incorrect result after make Partition of 2 objects. A fix by PKV.
[modules/geom.git] / src / BasicGUI / BasicGUI_LineDlg.h
index 25623eff187f6549757410c0494de5737f43ddd1..50e8a799d0ead16c989ac56374274dea25569d94 100644 (file)
@@ -47,8 +47,7 @@ protected:
   virtual GEOM::GEOM_IOperations_ptr createOperation();
   virtual bool                       isValid( QString& );
   virtual bool                       execute( ObjectList& );
-  
-  virtual void                       closeEvent( QCloseEvent* );
+  virtual void                       addSubshapesToStudy();
     
 private:
   void                               Init();
@@ -57,8 +56,11 @@ private:
 private:
   GEOM::GEOM_Object_var              myPoint1;   
   GEOM::GEOM_Object_var              myPoint2;
+  GEOM::GEOM_Object_var              myFace1;
+  GEOM::GEOM_Object_var              myFace2;
   
   DlgRef_2Sel*                       GroupPoints;
+  DlgRef_2Sel*                       GroupFaces;
     
 private slots:
   void                               ClickOnOk();
@@ -66,6 +68,7 @@ private slots:
 
   void                               ActivateThisDialog();
   void                               DeactivateActiveDialog();
+  void                               ConstructorsClicked( int );    
     
   void                               LineEditReturnPressed();
   void                               SelectionIntoArgument();