Version: 9.12.0
MeasureGUI_CheckSelfIntersectionsDlg.h
Go to the documentation of this file.
1 // Copyright (C) 2007-2023 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 
23 // GEOM GEOMGUI : GUI for Geometry component
24 // File : MeasureGUI_CheckSelfIntersectionsDlg.h
25 
26 #ifndef MEASUREGUI_CHECKSELFINTERDLG_H
27 #define MEASUREGUI_CHECKSELFINTERDLG_H
28 
29 #include <GEOMBase_Skeleton.h>
30 
31 class QComboBox;
32 class QListWidget;
33 class QTextBrowser;
34 
35 
36 //=================================================================================
37 // class : MeasureGUI_CheckSelfIntersectionsDlg
38 // purpose :
39 //=================================================================================
40 
42 {
43  Q_OBJECT
44 
45 public:
46 
49 
50 protected:
51  // redefined from GEOMBase_Helper
52  virtual GEOM::GEOM_IOperations_ptr createOperation();
53  virtual bool isValid(QString &);
54  virtual bool execute(ObjectList &);
55  virtual bool extractPrefix() const;
56  virtual GEOM::GEOM_Object_ptr getFather (GEOM::GEOM_Object_ptr);
57  virtual QList<GEOM::GeomObjPtr> getSourceObjects();
58 
59 private slots:
60 
63  void clear();
64  void onCompute();
65  void ClickOnOk();
66  bool ClickOnApply();
67  void ActivateThisDialog();
69  void SelectionIntoArgument();
71  void ConstructorsClicked (int);
72  void OnGaps(bool);
73 
74 
75 private:
76 
77  void Init();
78  void activateSelection();
79  void enterEvent(QEvent *);
81  (bool &HasSelfInte,
82  QString &theErrMsg);
83  float getDeflection();
84  double getTolerance();
85 
86 // Getters
87  QTextBrowser* getTextView();
90  QPushButton* getComputeButton();
91  QLineEdit* getEditObjName();
93  GEOM::ListOfLong_var getInters();
94 
95 
96 private:
98  // simple
99  QPushButton *myComputeButton1;
101  QTextBrowser *myTextView1;
102  QPushButton *mySelButton1;
103  QLineEdit *myEditObjName1;
104  QComboBox *myLevelBox;
108  GEOM::ListOfLong_var myInters1;
109  // fast
110  QPushButton *myComputeButton2;
112  QTextBrowser *myTextView2;
113  QPushButton *mySelButton2;
114  QLineEdit *myEditObjName2;
115  QCheckBox *myDetGaps;
116  SalomeApp_DoubleSpinBox *myTolerance;
117  SalomeApp_DoubleSpinBox *myDeflection;
121  GEOM::ListOfLong_var myInters2;
122  GEOM::GEOM_IShapesOperations_var myShapesOper;
123 };
124 
125 #endif // MEASUREGUI_CHECKSELFINTERDLG_H
std::list< GEOM::GEOM_Object_ptr > ObjectList
Definition: GEOMBase_Helper.h:46
Definition: GEOMBase_Skeleton.h:53
Definition: GeometryGUI.h:74
Definition: MeasureGUI_CheckSelfIntersectionsDlg.h:42
QPushButton * mySelButton1
Definition: MeasureGUI_CheckSelfIntersectionsDlg.h:102
bool findSelfIntersections(bool &HasSelfInte, QString &theErrMsg)
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:569
MeasureGUI_CheckSelfIntersectionsDlg(GeometryGUI *, QWidget *)
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:60
void onCompute()
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:354
QPushButton * myComputeButton1
Definition: MeasureGUI_CheckSelfIntersectionsDlg.h:99
QTextBrowser * myTextView1
Definition: MeasureGUI_CheckSelfIntersectionsDlg.h:101
QCheckBox * myDetGaps
Definition: MeasureGUI_CheckSelfIntersectionsDlg.h:115
void OnGaps(bool)
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:515
void SetEditCurrentArgument()
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:505
double getTolerance()
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:750
GEOM::ListOfLong_var myInters2
Definition: MeasureGUI_CheckSelfIntersectionsDlg.h:121
QPushButton * getComputeButton()
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:798
QPushButton * mySelButton2
Definition: MeasureGUI_CheckSelfIntersectionsDlg.h:113
void onInteListSelectionChanged()
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:619
QListWidget * myInteList2
Definition: MeasureGUI_CheckSelfIntersectionsDlg.h:118
QListWidget * getShapeList()
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:793
QListWidget * getInteList()
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:788
GEOM::GeomObjPtr myObj1
Definition: MeasureGUI_CheckSelfIntersectionsDlg.h:107
QListWidget * myInteList1
Definition: MeasureGUI_CheckSelfIntersectionsDlg.h:105
float getDeflection()
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:741
void activateSelection()
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:426
QListWidget * myShapeList1
Definition: MeasureGUI_CheckSelfIntersectionsDlg.h:106
~MeasureGUI_CheckSelfIntersectionsDlg()
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:211
virtual QList< GEOM::GeomObjPtr > getSourceObjects()
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:773
void clear()
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:296
QLineEdit * myEditObjName1
Definition: MeasureGUI_CheckSelfIntersectionsDlg.h:103
virtual bool isValid(QString &)
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:496
GEOM::GeomObjPtr getObj()
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:808
QGroupBox * myFastGrp
Definition: MeasureGUI_CheckSelfIntersectionsDlg.h:111
QLineEdit * getEditObjName()
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:803
void Init()
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:219
QListWidget * myShapeList2
Definition: MeasureGUI_CheckSelfIntersectionsDlg.h:119
QTextBrowser * myTextView2
Definition: MeasureGUI_CheckSelfIntersectionsDlg.h:112
QPushButton * myComputeButton2
Definition: MeasureGUI_CheckSelfIntersectionsDlg.h:110
virtual bool execute(ObjectList &)
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:689
void ConstructorsClicked(int)
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:317
bool ClickOnApply()
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:461
virtual bool extractPrefix() const
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:478
GEOM::ListOfLong_var getInters()
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:813
SalomeApp_DoubleSpinBox * myDeflection
Definition: MeasureGUI_CheckSelfIntersectionsDlg.h:117
void ActivateThisDialog()
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:401
GEOM::GeomObjPtr myObj2
Definition: MeasureGUI_CheckSelfIntersectionsDlg.h:120
virtual GEOM::GEOM_IOperations_ptr createOperation()
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:487
void onSubShapesListSelectionChanged()
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:650
void SelectionIntoArgument()
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:524
void ClickOnOk()
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:451
GEOM::ListOfLong_var myInters1
Definition: MeasureGUI_CheckSelfIntersectionsDlg.h:108
QGroupBox * mySimpleGrp
Definition: MeasureGUI_CheckSelfIntersectionsDlg.h:100
QLineEdit * myEditObjName2
Definition: MeasureGUI_CheckSelfIntersectionsDlg.h:114
GEOM::GEOM_IShapesOperations_var myShapesOper
Definition: MeasureGUI_CheckSelfIntersectionsDlg.h:122
int myCurrConstrId
Definition: MeasureGUI_CheckSelfIntersectionsDlg.h:97
QComboBox * myLevelBox
Definition: MeasureGUI_CheckSelfIntersectionsDlg.h:104
void DeactivateActiveDialog()
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:417
SalomeApp_DoubleSpinBox * myTolerance
Definition: MeasureGUI_CheckSelfIntersectionsDlg.h:116
QTextBrowser * getTextView()
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:783
void enterEvent(QEvent *)
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:558
virtual GEOM::GEOM_Object_ptr getFather(GEOM::GEOM_Object_ptr)
Definition: MeasureGUI_CheckSelfIntersectionsDlg.cxx:764
GenericObjPtr< GEOM::GEOM_Object > GeomObjPtr
Definition: GEOM_GenericObjPtr.h:218