X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGenerationGUI%2FGenerationGUI_PipeDlg.h;h=bef9dd172d03e8951eb276bf63ecb484f7556841;hb=300eff0fcb5feddf50ac853d2d8a4cbd754cdfa5;hp=35c3316a8272dc49dad5e8e99121094e647a4c38;hpb=004197ec827d52331f0d529202eb4e52a1c4388f;p=modules%2Fgeom.git diff --git a/src/GenerationGUI/GenerationGUI_PipeDlg.h b/src/GenerationGUI/GenerationGUI_PipeDlg.h index 35c3316a8..bef9dd172 100644 --- a/src/GenerationGUI/GenerationGUI_PipeDlg.h +++ b/src/GenerationGUI/GenerationGUI_PipeDlg.h @@ -27,7 +27,8 @@ #ifndef GENERATIONGUI_PIPEDLG_H #define GENERATIONGUI_PIPEDLG_H -#include +#include "GEOMBase_Skeleton.h" +#include "GEOM_GenericObjPtr.h" class DlgRef_3Sel1Check; @@ -56,20 +57,16 @@ private: void enterEvent( QEvent* ); private: - GEOM::ListOfGO myBaseObjects; /* Base shapes */ - GEOM::GEOM_Object_var myPath; /* Shape, defining the path */ - GEOM::GEOM_Object_var myVec; /* Vector, defining the constant binormal direction */ - bool myOkBase; - bool myOkPath; - bool myOkVec; /* to check when arguments are defined */ + QList myBaseObjects; /* Base shapes */ + GEOM::GeomObjPtr myPath; /* Shape, defining the path */ + GEOM::GeomObjPtr myVec; /* Vector, defining the constant binormal direction */ - DlgRef_3Sel1Check* GroupPoints; + DlgRef_3Sel1Check* GroupPoints; private slots: void ClickOnOk(); bool ClickOnApply(); void ActivateThisDialog(); - void LineEditReturnPressed(); void SelectionIntoArgument(); void SetEditCurrentArgument(); void ConstructorsClicked( int );