Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EntityGUI_IsolineDlg.h
Go to the documentation of this file.
1 // Copyright (C) 2007-2016 CEA/DEN, EDF R&D, 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 
39 public:
40 
41  EntityGUI_IsolineDlg (GeometryGUI *theGeometryGUI,
42  QWidget *parent = 0,
43  bool modal = false,
44  Qt::WindowFlags fl = 0);
45 
47 
48 protected:
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 
61 private:
62 
63  void Init();
64  void enterEvent( QEvent* );
65 
66 private:
67 
69  QButtonGroup *myRBGroup;
71 
72 
73 private slots:
74  void ClickOnOk();
75  bool ClickOnApply();
76 
77  void SetEditFace();
78  void ValueChangedInSpinBox( double );
79  void SelectionIntoArgument();
80  void ActivateThisDialog();
81  void SetDoubleSpinBoxStep( double );
82  void TypeChanged(int);
83 };
84 
85 #endif // ENTITYGUI_ISOLINEDLG_H