Version: 9.12.0
PrimitiveGUI_DiskDlg.h
Go to the documentation of this file.
1 // Copyright (C) 2007-2023 CEA, EDF, OPEN CASCADE
2 //
3 // This library is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU Lesser General Public
5 // License as published by the Free Software Foundation; either
6 // version 2.1 of the License, or (at your option) any later version.
7 //
8 // This library is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 // Lesser General Public License for more details.
12 //
13 // You should have received a copy of the GNU Lesser General Public
14 // License along with this library; if not, write to the Free Software
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16 //
17 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 //
19 
20 // GEOM GEOMGUI : GUI for Geometry component
21 // File : PrimitiveGUI_DiskDlg.h
22 // Author : Dmitry Matveitchev, OCN
23 //
24 #ifndef BASICGUI_DISKDLG_H
25 #define BASICGUI_DISKDLG_H
26 
27 #include "GEOMBase_Skeleton.h"
28 #include "GEOM_GenericObjPtr.h"
29 
30 class DlgRef_3Sel;
31 class DlgRef_2Sel1Spin;
32 class DlgRef_1Spin;
33 class DlgRef_3Radio;
34 
35 //=================================================================================
36 // class : PrimitiveGUI_DiskDlg
37 // purpose :
38 //=================================================================================
40 {
41  Q_OBJECT
42 
43 public:
44  PrimitiveGUI_DiskDlg( GeometryGUI*, QWidget* = 0, bool = false, Qt::WindowFlags = 0 );
46 
47 protected:
48  // redefined from GEOMBase_Helper
49  virtual GEOM::GEOM_IOperations_ptr createOperation();
50  virtual bool isValid( QString& );
51  virtual bool execute( ObjectList& );
52  virtual void addSubshapesToStudy();
53  virtual QList<GEOM::GeomObjPtr> getSourceObjects();
54 
55 private:
56  void Init();
57  void enterEvent( QEvent* );
58  double getRadius() const;
60 
61 private:
63 
68 
69 private slots:
70  void ClickOnOk();
71  bool ClickOnApply();
72 
73  void ActivateThisDialog();
74 
75  void SelectionIntoArgument();
76 
77  void ConstructorsClicked( int );
79  void ValueChangedInSpinBox();
80  void SetDoubleSpinBoxStep( double );
81  void RadioButtonClicked();
82 };
83 
84 #endif // BASICGUI_DISKDLG_H
std::list< GEOM::GEOM_Object_ptr > ObjectList
Definition: GEOMBase_Helper.h:46
Definition: DlgRef.h:303
Definition: DlgRef.h:431
Definition: DlgRef.h:671
Definition: DlgRef.h:821
Definition: GEOMBase_Skeleton.h:53
Definition: GeometryGUI.h:74
Definition: PrimitiveGUI_DiskDlg.h:40
GEOM::GeomObjPtr myDir
Definition: PrimitiveGUI_DiskDlg.h:62
virtual GEOM::GEOM_IOperations_ptr createOperation()
Definition: PrimitiveGUI_DiskDlg.cxx:455
double getRadius() const
Definition: PrimitiveGUI_DiskDlg.cxx:533
int myOrientationType
Definition: PrimitiveGUI_DiskDlg.h:59
virtual bool execute(ObjectList &)
Definition: PrimitiveGUI_DiskDlg.cxx:489
DlgRef_3Radio * GroupOrientation
Definition: PrimitiveGUI_DiskDlg.h:67
DlgRef_1Spin * GroupDimensions
Definition: PrimitiveGUI_DiskDlg.h:66
void SetEditCurrentArgument()
Definition: PrimitiveGUI_DiskDlg.cxx:356
GEOM::GeomObjPtr myPoint3
Definition: PrimitiveGUI_DiskDlg.h:62
void ValueChangedInSpinBox()
Definition: PrimitiveGUI_DiskDlg.cxx:446
void ConstructorsClicked(int)
Definition: PrimitiveGUI_DiskDlg.cxx:211
virtual bool isValid(QString &)
Definition: PrimitiveGUI_DiskDlg.cxx:473
bool ClickOnApply()
Definition: PrimitiveGUI_DiskDlg.cxx:272
void ClickOnOk()
Definition: PrimitiveGUI_DiskDlg.cxx:261
GEOM::GeomObjPtr myPoint1
Definition: PrimitiveGUI_DiskDlg.h:62
PrimitiveGUI_DiskDlg(GeometryGUI *, QWidget *=0, bool=false, Qt::WindowFlags=0)
Definition: PrimitiveGUI_DiskDlg.cxx:50
void RadioButtonClicked()
Definition: PrimitiveGUI_DiskDlg.cxx:196
void SetDoubleSpinBoxStep(double)
Definition: PrimitiveGUI_DiskDlg.cxx:186
virtual void addSubshapesToStudy()
Definition: PrimitiveGUI_DiskDlg.cxx:549
DlgRef_2Sel1Spin * GroupPntVecR
Definition: PrimitiveGUI_DiskDlg.h:64
void enterEvent(QEvent *)
Definition: PrimitiveGUI_DiskDlg.cxx:436
virtual QList< GEOM::GeomObjPtr > getSourceObjects()
Definition: PrimitiveGUI_DiskDlg.cxx:570
GEOM::GeomObjPtr myPoint2
Definition: PrimitiveGUI_DiskDlg.h:62
~PrimitiveGUI_DiskDlg()
Definition: PrimitiveGUI_DiskDlg.cxx:117
void Init()
Definition: PrimitiveGUI_DiskDlg.cxx:125
GEOM::GeomObjPtr myPoint
Definition: PrimitiveGUI_DiskDlg.h:62
DlgRef_3Sel * Group3Pnts
Definition: PrimitiveGUI_DiskDlg.h:65
void ActivateThisDialog()
Definition: PrimitiveGUI_DiskDlg.cxx:423
void SelectionIntoArgument()
Definition: PrimitiveGUI_DiskDlg.cxx:287
GenericObjPtr< GEOM::GEOM_Object > GeomObjPtr
Definition: GEOM_GenericObjPtr.h:218