Version: 9.12.0
OperationGUI_ExtrudedFeatureDlg.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 : OperationGUI_ExtrudedFeatureDlg.h
25 // Author : Renaud NEDELEC, Open CASCADE S.A.S.
26 
27 #ifndef BASICGUI_EXTRUDEDFEATUREDLG_H
28 #define BASICGUI_EXTRUDEDFEATUREDLG_H
29 
30 #include "GEOMBase_Skeleton.h"
31 #include "GEOM_GenericObjPtr.h"
32 #include <QMap>
33 
34 // class DlgRef_2Sel1Spin;
35 // class DlgRef_3Spin;
36 // class DlgRef_2Sel;
37 // class DlgRef_1Sel3Spin;
38 // class DlgRef_1Sel2Spin;
40 
41 // class QLineEdit;
42 // class QGroupBox;
43 // class QButtonGroup;
44 // class QMenu;
45 class QAction;
46 
47 //=================================================================================
48 // class : OperationGUI_ExtrudedFeatureDlg
49 // purpose :
50 //=================================================================================
52 {
53  Q_OBJECT
54 
55 public:
56  OperationGUI_ExtrudedFeatureDlg( const int, GeometryGUI*, QWidget* = 0, bool = false, Qt::WindowFlags = 0 );
58 
59 protected:
60  // redefined from GEOMBase_Helper
61  virtual GEOM::GEOM_IOperations_ptr createOperation();
62  virtual bool isValid( QString& );
63  virtual bool execute( ObjectList& );
64 // virtual void addSubshapesToStudy();
65  virtual QList<GEOM::GeomObjPtr> getSourceObjects();
66 
67 private:
68  void Init();
69  void enterEvent( QEvent* );
70 
71 private:
73 
76 
78 
79 private slots:
80  void ClickOnOk();
81  bool ClickOnApply();
82  void ActivateThisDialog();
84  void SelectionIntoArgument();
85  void ValueChangedInSpinBox();
86  void ButtonClicked(bool);
87 
88 };
89 
90 #endif // BASICGUI_EXTRUDEDFEATUREDLG_H
std::list< GEOM::GEOM_Object_ptr > ObjectList
Definition: GEOMBase_Helper.h:46
Definition: DlgRef.h:543
Definition: GEOMBase_Skeleton.h:53
Definition: GeometryGUI.h:74
Definition: OperationGUI_ExtrudedFeatureDlg.h:52
virtual QList< GEOM::GeomObjPtr > getSourceObjects()
Definition: OperationGUI_ExtrudedFeatureDlg.cxx:407
OperationGUI_ExtrudedFeatureDlg(const int, GeometryGUI *, QWidget *=0, bool=false, Qt::WindowFlags=0)
Definition: OperationGUI_ExtrudedFeatureDlg.cxx:53
void ActivateThisDialog()
Definition: OperationGUI_ExtrudedFeatureDlg.cxx:295
virtual bool execute(ObjectList &)
Definition: OperationGUI_ExtrudedFeatureDlg.cxx:359
GEOM::GeomObjPtr myObject1
Definition: OperationGUI_ExtrudedFeatureDlg.h:74
virtual bool isValid(QString &)
Definition: OperationGUI_ExtrudedFeatureDlg.cxx:350
DlgRef_2Sel2Spin2Push * myGroup
Definition: OperationGUI_ExtrudedFeatureDlg.h:77
virtual GEOM::GEOM_IOperations_ptr createOperation()
Definition: OperationGUI_ExtrudedFeatureDlg.cxx:341
void ButtonClicked(bool)
Definition: OperationGUI_ExtrudedFeatureDlg.cxx:328
void Init()
Definition: OperationGUI_ExtrudedFeatureDlg.cxx:128
~OperationGUI_ExtrudedFeatureDlg()
Definition: OperationGUI_ExtrudedFeatureDlg.cxx:120
void ClickOnOk()
Definition: OperationGUI_ExtrudedFeatureDlg.cxx:187
void SetEditCurrentArgument()
Definition: OperationGUI_ExtrudedFeatureDlg.cxx:213
GEOM::GeomObjPtr myObject2
Definition: OperationGUI_ExtrudedFeatureDlg.h:75
void SelectionIntoArgument()
Definition: OperationGUI_ExtrudedFeatureDlg.cxx:242
void ValueChangedInSpinBox()
Definition: OperationGUI_ExtrudedFeatureDlg.cxx:319
void enterEvent(QEvent *)
Definition: OperationGUI_ExtrudedFeatureDlg.cxx:309
int myOperation
Definition: OperationGUI_ExtrudedFeatureDlg.h:72
bool ClickOnApply()
Definition: OperationGUI_ExtrudedFeatureDlg.cxx:198
GenericObjPtr< GEOM::GEOM_Object > GeomObjPtr
Definition: GEOM_GenericObjPtr.h:218