Version: 9.16.0
OperationGUI_PartitionDlg.h
Go to the documentation of this file.
1// Copyright (C) 2007-2026 CEA, EDF, OPEN CASCADE
2//
3// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5//
6// This library is free software; you can redistribute it and/or
7// modify it under the terms of the GNU Lesser General Public
8// License as published by the Free Software Foundation; either
9// version 2.1 of the License, or (at your option) any later version.
10//
11// This library is distributed in the hope that it will be useful,
12// but WITHOUT ANY WARRANTY; without even the implied warranty of
13// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14// Lesser General Public License for more details.
15//
16// You should have received a copy of the GNU Lesser General Public
17// License along with this library; if not, write to the Free Software
18// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19//
20// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21//
22// File : OperationGUI_PartitionDlg.h
23// Author : Lucien PIGNOLONI, Open CASCADE S.A.S.
24
25#ifndef OPERATIONGUI_PARTITIONDLG_H
26#define OPERATIONGUI_PARTITIONDLG_H
27
28#include <GEOMBase_Skeleton.h>
29
31class QCheckBox;
32class QLabel;
33class SalomeApp_DoubleSpinBox;
34
35//=================================================================================
36// class : OperationGUI_PartitionDlg
37// purpose :
38//=================================================================================
40{
41 Q_OBJECT
42
43public:
46
49
50protected:
51 // redefined from GEOMBase_Helper
52 virtual GEOM::GEOM_IOperations_ptr createOperation();
53 virtual bool isValid( QString& );
54 virtual bool execute( ObjectList& );
55 virtual void restoreSubShapes( SALOMEDS::SObject_ptr );
56 virtual QList<GEOM::GeomObjPtr> getSourceObjects();
57
58private:
59 void Init();
60 void enterEvent( QEvent* );
61 int GetLimit() const;
62
63private:
69
71 QCheckBox* mySelfInte;
72 QCheckBox* myFuzzyChk;
73 QLabel* myFuzzyLbl;
74 SalomeApp_DoubleSpinBox* myFuzzyEdt;
75
76private slots:
77 void ClickOnOk();
78 bool ClickOnApply();
79 void UseFuzzyChanged(int state);
80 void ActivateThisDialog();
84 void ComboTextChanged();
85 void ConstructorsClicked( int );
86};
87
88#endif // OPERATIONGUI_PARTITIONDLG_H
std::list< GEOM::GEOM_Object_ptr > ObjectList
Definition: GEOMBase_Helper.h:46
Definition: DlgRef.h:367
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