Version: 9.16.0
OperationGUI_ChamferDlg.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
23// GEOM GEOMGUI : GUI for Geometry component
24// File : OperationGUI_ChamferDlg.h
25// Author : Damien COQUERET, Open CASCADE S.A.S.
26//
27#ifndef OPERATIONGUI_CHAMFERDLG_H
28#define OPERATIONGUI_CHAMFERDLG_H
29
30#include <GEOMBase_Skeleton.h>
31
32#include <TColStd_IndexedMapOfInteger.hxx>
33
34#include <QMap>
35
36class SalomeApp_DoubleSpinBox;
37class QGroupBox;
38class QPushButton;
39class QLineEdit;
40class QGridLayout;
41class QRadioButton;
42
43//=================================================================================
44// class : OperationGUI_ChamferDlg
45// purpose :
46//=================================================================================
48{
49 Q_OBJECT
50
52 enum { SpinBox1,
59
60public:
63
64protected:
65 // redefined from GEOMBase_Helper
66 virtual GEOM::GEOM_IOperations_ptr createOperation();
67 virtual bool isValid( QString& );
68 virtual bool execute( ObjectList& );
69 virtual QList<GEOM::GeomObjPtr> getSourceObjects();
70
71private slots:
72 void ClickOnOk();
73 bool ClickOnApply();
74 void ActivateThisDialog();
76 void RadioButtonPressed();
79 void ValueChangedInSpinBox( double );
80 void ConstructorsClicked( int );
81
82private:
83 void Init();
84 void enterEvent( QEvent* );
85 void createSelWg( const QString&, QPixmap&, QWidget*,
86 QGridLayout*, const int );
87 void createRadioWg( const QString&, const QString&, QWidget*,
88 QGridLayout*, const int, const int, const int );
89 void activateSelection();
90 void enableWidgets();
91
92private:
94
95 GEOM::GEOM_Object_var myShape;
96 QMap< int, int > myFace; // indexes of faces from second tab ( Face1,2 )
97 TColStd_IndexedMapOfInteger myFaces; // indexes of faces from first tab ( Faces )
98 TColStd_IndexedMapOfInteger myEdges; // indexes of edges from fourth tab (Edges)
99
100 // to initialize the first selection field with a selected object on the dialog creation
102
107
108 QMap< int, QPushButton* > mySelBtn;
109 QMap< int, QLineEdit* > mySelName;
110 QMap< int, SalomeApp_DoubleSpinBox* > mySpinBox;
111 QMap< int, QRadioButton* > myRadioButton;
112};
113
114#endif // OPERATIONGUI_CHAMFERDLG_H
std::list< GEOM::GEOM_Object_ptr > ObjectList
Definition: GEOMBase_Helper.h:46
Definition: GEOMBase_Skeleton.h:53
Definition: GeometryGUI.h:74
Definition: OperationGUI_ChamferDlg.h:48
GEOM::GEOM_Object_var myShape
Definition: OperationGUI_ChamferDlg.h:95
QMap< int, QRadioButton * > myRadioButton
Definition: OperationGUI_ChamferDlg.h:111
void enterEvent(QEvent *)
Definition: OperationGUI_ChamferDlg.cxx:610
virtual QList< GEOM::GeomObjPtr > getSourceObjects()
Definition: OperationGUI_ChamferDlg.cxx:974
QMap< int, SalomeApp_DoubleSpinBox * > mySpinBox
Definition: OperationGUI_ChamferDlg.h:110
bool ClickOnApply()
Definition: OperationGUI_ChamferDlg.cxx:382
@ SpinBox24
Definition: OperationGUI_ChamferDlg.h:53
@ SpinBox42
Definition: OperationGUI_ChamferDlg.h:55
@ SpinBox34
Definition: OperationGUI_ChamferDlg.h:54
@ SpinBox44
Definition: OperationGUI_ChamferDlg.h:55
@ SpinBox22
Definition: OperationGUI_ChamferDlg.h:53
@ SpinBox32
Definition: OperationGUI_ChamferDlg.h:54
@ SpinBox33
Definition: OperationGUI_ChamferDlg.h:54
@ SpinBox23
Definition: OperationGUI_ChamferDlg.h:53
@ SpinBox1
Definition: OperationGUI_ChamferDlg.h:52
@ SpinBox43
Definition: OperationGUI_ChamferDlg.h:55
@ SpinBox41
Definition: OperationGUI_ChamferDlg.h:55
@ SpinBox31
Definition: OperationGUI_ChamferDlg.h:54
@ SpinBox21
Definition: OperationGUI_ChamferDlg.h:53
void ActivateThisDialog()
Definition: OperationGUI_ChamferDlg.cxx:597
QMap< int, QPushButton * > mySelBtn
Definition: OperationGUI_ChamferDlg.h:108
void SelectionIntoArgument()
Definition: OperationGUI_ChamferDlg.cxx:397
void RadioButtonPressed()
Definition: OperationGUI_ChamferDlg.cxx:927
TColStd_IndexedMapOfInteger myEdges
Definition: OperationGUI_ChamferDlg.h:98
bool myInitial
Definition: OperationGUI_ChamferDlg.h:101
void createSelWg(const QString &, QPixmap &, QWidget *, QGridLayout *, const int)
Definition: OperationGUI_ChamferDlg.cxx:629
void LineEditReturnPressed()
Definition: OperationGUI_ChamferDlg.cxx:581
@ RadioButton31
Definition: OperationGUI_ChamferDlg.h:57
@ RadioButton22
Definition: OperationGUI_ChamferDlg.h:56
@ RadioButton32
Definition: OperationGUI_ChamferDlg.h:57
@ RadioButton41
Definition: OperationGUI_ChamferDlg.h:58
@ RadioButton21
Definition: OperationGUI_ChamferDlg.h:56
@ RadioButton42
Definition: OperationGUI_ChamferDlg.h:58
virtual ~OperationGUI_ChamferDlg()
Definition: OperationGUI_ChamferDlg.cxx:169
virtual bool execute(ObjectList &)
Definition: OperationGUI_ChamferDlg.cxx:810
void activateSelection()
Definition: OperationGUI_ChamferDlg.cxx:675
void ConstructorsClicked(int)
Definition: OperationGUI_ChamferDlg.cxx:241
void createRadioWg(const QString &, const QString &, QWidget *, QGridLayout *, const int, const int, const int)
Definition: OperationGUI_ChamferDlg.cxx:650
void Init()
Definition: OperationGUI_ChamferDlg.cxx:177
TColStd_IndexedMapOfInteger myFaces
Definition: OperationGUI_ChamferDlg.h:97
void enableWidgets()
Definition: OperationGUI_ChamferDlg.cxx:704
OperationGUI_ChamferDlg(GeometryGUI *, QWidget *)
Definition: OperationGUI_ChamferDlg.cxx:55
virtual GEOM::GEOM_IOperations_ptr createOperation()
Definition: OperationGUI_ChamferDlg.cxx:749
int myConstructorId
Definition: OperationGUI_ChamferDlg.h:93
QGroupBox * myGrp2
Definition: OperationGUI_ChamferDlg.h:104
QGroupBox * myGrp3
Definition: OperationGUI_ChamferDlg.h:105
void SetEditCurrentArgument()
Definition: OperationGUI_ChamferDlg.cxx:549
virtual bool isValid(QString &)
Definition: OperationGUI_ChamferDlg.cxx:758
QMap< int, QLineEdit * > mySelName
Definition: OperationGUI_ChamferDlg.h:109
@ MainObj4
Definition: OperationGUI_ChamferDlg.h:51
@ Edges
Definition: OperationGUI_ChamferDlg.h:51
@ Faces
Definition: OperationGUI_ChamferDlg.h:51
@ MainObj1
Definition: OperationGUI_ChamferDlg.h:51
@ MainObj2
Definition: OperationGUI_ChamferDlg.h:51
@ Face1
Definition: OperationGUI_ChamferDlg.h:51
@ MainObj3
Definition: OperationGUI_ChamferDlg.h:51
@ Face2
Definition: OperationGUI_ChamferDlg.h:51
QMap< int, int > myFace
Definition: OperationGUI_ChamferDlg.h:96
void ValueChangedInSpinBox(double)
Definition: OperationGUI_ChamferDlg.cxx:620
QGroupBox * myGrp4
Definition: OperationGUI_ChamferDlg.h:106
void ClickOnOk()
Definition: OperationGUI_ChamferDlg.cxx:371
QGroupBox * myGrp1
Definition: OperationGUI_ChamferDlg.h:103