Version: 9.16.0
EntityGUI_IsolineDlg.h
Go to the documentation of this file.
1// Copyright (C) 2007-2026 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 : EntityGUI_IsolineDlg.h
22
23#ifndef ENTITYGUI_ISOLINEDLG_H
24#define ENTITYGUI_ISOLINEDLG_H
25
26
27#include <GEOMBase_Skeleton.h>
28
30
31//=================================================================================
32// class : EntityGUI_IsolineDlg
33// purpose :
34//=================================================================================
36{
37 Q_OBJECT
38
39public:
40
41 EntityGUI_IsolineDlg (GeometryGUI *theGeometryGUI,
42 QWidget *parent = 0,
43 bool modal = false,
44 Qt::WindowFlags fl = 0);
45
47
48protected:
49
50 // redefined from GEOMBase_Helper
51 virtual GEOM::GEOM_IOperations_ptr createOperation();
52
53 virtual bool isValid( QString& );
54
55 virtual bool execute( ObjectList& );
56
57 virtual void addSubshapesToStudy();
58
59 virtual QList<GEOM::GeomObjPtr> getSourceObjects();
60
61private:
62
63 void Init();
64 void enterEvent( QEvent* );
65
66private:
67
69 QButtonGroup *myRBGroup;
71
72
73private slots:
74 void ClickOnOk();
75 bool ClickOnApply();
76
77 void SetEditFace();
78 void ValueChangedInSpinBox( double );
80 void ActivateThisDialog();
81 void SetDoubleSpinBoxStep( double );
82 void TypeChanged(int);
83};
84
85#endif // ENTITYGUI_ISOLINEDLG_H
std::list< GEOM::GEOM_Object_ptr > ObjectList
Definition: GEOMBase_Helper.h:46
Definition: DlgRef.h:687
Definition: EntityGUI_IsolineDlg.h:36
bool ClickOnApply()
Definition: EntityGUI_IsolineDlg.cxx:256
void enterEvent(QEvent *)
Definition: EntityGUI_IsolineDlg.cxx:173
void SelectionIntoArgument()
Definition: EntityGUI_IsolineDlg.cxx:129
GEOM::GeomObjPtr myFace
Definition: EntityGUI_IsolineDlg.h:70
EntityGUI_IsolineDlg(GeometryGUI *theGeometryGUI, QWidget *parent=0, bool modal=false, Qt::WindowFlags fl=0)
Definition: EntityGUI_IsolineDlg.cxx:39
void Init()
Definition: EntityGUI_IsolineDlg.cxx:97
virtual GEOM::GEOM_IOperations_ptr createOperation()
Definition: EntityGUI_IsolineDlg.cxx:192
QButtonGroup * myRBGroup
Definition: EntityGUI_IsolineDlg.h:69
void ValueChangedInSpinBox(double)
Definition: EntityGUI_IsolineDlg.cxx:281
virtual void addSubshapesToStudy()
Definition: EntityGUI_IsolineDlg.cxx:226
DlgRef_3Radio1Sel1Spin * myGroup
Definition: EntityGUI_IsolineDlg.h:68
void ActivateThisDialog()
Definition: EntityGUI_IsolineDlg.cxx:159
void SetEditFace()
Definition: EntityGUI_IsolineDlg.cxx:271
~EntityGUI_IsolineDlg()
Definition: EntityGUI_IsolineDlg.cxx:89
virtual QList< GEOM::GeomObjPtr > getSourceObjects()
Definition: EntityGUI_IsolineDlg.cxx:290
virtual bool isValid(QString &)
Definition: EntityGUI_IsolineDlg.cxx:201
void ClickOnOk()
Definition: EntityGUI_IsolineDlg.cxx:244
virtual bool execute(ObjectList &)
Definition: EntityGUI_IsolineDlg.cxx:210
void SetDoubleSpinBoxStep(double)
Definition: EntityGUI_IsolineDlg.cxx:235
void TypeChanged(int)
Definition: EntityGUI_IsolineDlg.cxx:183
Definition: GEOMBase_Skeleton.h:53
Definition: GeometryGUI.h:74
GenericObjPtr< GEOM::GEOM_Object > GeomObjPtr
Definition: GEOM_GenericObjPtr.h:218