25#ifndef OPERATIONGUI_PARTITIONDLG_H
26#define OPERATIONGUI_PARTITIONDLG_H
33class SalomeApp_DoubleSpinBox;
53 virtual bool isValid( QString& );
std::list< GEOM::GEOM_Object_ptr > ObjectList
Definition: GEOMBase_Helper.h:46
Definition: GEOMBase_Skeleton.h:53
Definition: GeometryGUI.h:74
Definition: OperationGUI_PartitionDlg.h:40
OperationGUI_PartitionDlg(GeometryGUI *, QWidget *=0)
Definition: OperationGUI_PartitionDlg.cxx:59
void SetEditCurrentArgument()
Definition: OperationGUI_PartitionDlg.cxx:389
GEOM::ListOfGO myListTools
Definition: OperationGUI_PartitionDlg.h:66
void ConstructorsClicked(int)
Definition: OperationGUI_PartitionDlg.cxx:212
void SelectionIntoArgument()
Definition: OperationGUI_PartitionDlg.cxx:310
void Init()
Definition: OperationGUI_PartitionDlg.cxx:151
bool ClickOnApply()
Definition: OperationGUI_PartitionDlg.cxx:278
virtual bool execute(ObjectList &)
Definition: OperationGUI_PartitionDlg.cxx:486
int GetLimit() const
Definition: OperationGUI_PartitionDlg.cxx:570
virtual GEOM::GEOM_IOperations_ptr createOperation()
Definition: OperationGUI_PartitionDlg.cxx:464
void ActivateThisDialog()
Definition: OperationGUI_PartitionDlg.cxx:438
GEOM::ListOfLong myListMaterials
Definition: OperationGUI_PartitionDlg.h:65
void LineEditReturnPressed()
Definition: OperationGUI_PartitionDlg.cxx:422
virtual void restoreSubShapes(SALOMEDS::SObject_ptr)
Definition: OperationGUI_PartitionDlg.cxx:546
GEOM::ListOfGO myListKeepInside
Definition: OperationGUI_PartitionDlg.h:68
void ComboTextChanged()
Definition: OperationGUI_PartitionDlg.cxx:561
~OperationGUI_PartitionDlg()
Definition: OperationGUI_PartitionDlg.cxx:132
QCheckBox * myFuzzyChk
Definition: OperationGUI_PartitionDlg.h:72
virtual QList< GEOM::GeomObjPtr > getSourceObjects()
Definition: OperationGUI_PartitionDlg.cxx:591
void ClickOnOk()
Definition: OperationGUI_PartitionDlg.cxx:266
void UseFuzzyChanged(int state)
Definition: OperationGUI_PartitionDlg.cxx:294
GEOM::ListOfGO myListRemoveInside
Definition: OperationGUI_PartitionDlg.h:67
virtual bool isValid(QString &)
Definition: OperationGUI_PartitionDlg.cxx:474
QLabel * myFuzzyLbl
Definition: OperationGUI_PartitionDlg.h:73
DlgRef_2Sel1List2Check * GroupPoints
Definition: OperationGUI_PartitionDlg.h:70
GEOM::ListOfLong GetListMaterials()
Definition: OperationGUI_PartitionDlg.cxx:142
void enterEvent(QEvent *)
Definition: OperationGUI_PartitionDlg.cxx:453
void SetListMaterials(GEOM::ListOfLong)
Definition: OperationGUI_PartitionDlg.cxx:137
SalomeApp_DoubleSpinBox * myFuzzyEdt
Definition: OperationGUI_PartitionDlg.h:74
GEOM::ListOfGO myListShapes
Definition: OperationGUI_PartitionDlg.h:64
QCheckBox * mySelfInte
Definition: OperationGUI_PartitionDlg.h:71
sequence< GEOM_Object > ListOfGO
Definition: GEOM_Gen.idl:290
sequence< long > ListOfLong
Definition: GEOM_Gen.idl:279