27#ifndef GROUPGUI_BOOLEANDLG_H
28#define GROUPGUI_BOOLEANDLG_H
47 bool =
false, Qt::WindowFlags = 0);
53 virtual bool isValid (QString&);
55 virtual GEOM::GEOM_Object_ptr
getFather (GEOM::GEOM_Object_ptr);
std::list< GEOM::GEOM_Object_ptr > ObjectList
Definition: GEOMBase_Helper.h:46
Definition: GEOMBase_Skeleton.h:53
Definition: GeometryGUI.h:74
Definition: GroupGUI_BooleanDlg.h:40
void ClickOnOk()
Definition: GroupGUI_BooleanDlg.cxx:165
GEOM::ListOfGO myListTools
Definition: GroupGUI_BooleanDlg.h:73
void ActivateThisDialog()
Definition: GroupGUI_BooleanDlg.cxx:244
void SelectionIntoArgument()
Definition: GroupGUI_BooleanDlg.cxx:191
Operation
Definition: GroupGUI_BooleanDlg.h:44
@ CUT
Definition: GroupGUI_BooleanDlg.h:44
@ UNION
Definition: GroupGUI_BooleanDlg.h:44
@ INTERSECT
Definition: GroupGUI_BooleanDlg.h:44
virtual QList< GEOM::GeomObjPtr > getSourceObjects()
Definition: GroupGUI_BooleanDlg.cxx:327
void Init()
Definition: GroupGUI_BooleanDlg.cxx:126
bool ClickOnApply()
Definition: GroupGUI_BooleanDlg.cxx:176
void SetEditCurrentArgument()
Definition: GroupGUI_BooleanDlg.cxx:216
void enterEvent(QEvent *)
Definition: GroupGUI_BooleanDlg.cxx:256
GEOM::ListOfGO myListShapes
Definition: GroupGUI_BooleanDlg.h:72
DlgRef_2Sel * myGroup
Definition: GroupGUI_BooleanDlg.h:75
virtual bool isValid(QString &)
Definition: GroupGUI_BooleanDlg.cxx:275
virtual bool execute(ObjectList &)
Definition: GroupGUI_BooleanDlg.cxx:284
GroupGUI_BooleanDlg(const int, GeometryGUI *, QWidget *=0, bool=false, Qt::WindowFlags=0)
Definition: GroupGUI_BooleanDlg.cxx:47
virtual GEOM::GEOM_Object_ptr getFather(GEOM::GEOM_Object_ptr)
Definition: GroupGUI_BooleanDlg.cxx:313
virtual GEOM::GEOM_IOperations_ptr createOperation()
Definition: GroupGUI_BooleanDlg.cxx:266
int myOperation
Definition: GroupGUI_BooleanDlg.h:70
~GroupGUI_BooleanDlg()
Definition: GroupGUI_BooleanDlg.cxx:118
sequence< GEOM_Object > ListOfGO
Definition: GEOM_Gen.idl:290