Version: 8.3.0
Main Page
Namespaces
Classes
Files
File List
File Members
SALOME Geometry Developer
Namespaces
Classes
Files
File List
idl
src
AdvancedEngine
AdvancedGUI
ARCHIMEDE
BasicGUI
BlockFix
BlocksGUI
BooleanGUI
BREPPlugin
BuildGUI
CurveCreator
DependencyTree
DisplayGUI
DlgRef
EntityGUI
EntityGUI.cxx
EntityGUI.h
EntityGUI_3DSketcherDlg.cxx
EntityGUI_3DSketcherDlg.h
EntityGUI_FeatureDetectorDlg.cxx
EntityGUI_FeatureDetectorDlg.h
EntityGUI_FieldDlg.cxx
EntityGUI_FieldDlg.h
EntityGUI_IsolineDlg.cxx
EntityGUI_IsolineDlg.h
EntityGUI_PictureImportDlg.cxx
EntityGUI_PictureImportDlg.h
EntityGUI_PolylineDlg.cxx
EntityGUI_PolylineDlg.h
EntityGUI_SketcherDlg.cxx
EntityGUI_SketcherDlg.h
EntityGUI_SubShapeDlg.cxx
EntityGUI_SubShapeDlg.h
EntityGUI_SurfFromFaceDlg.cxx
EntityGUI_SurfFromFaceDlg.h
EntityGUI_Widgets.cxx
EntityGUI_Widgets.h
GenerationGUI
GEOM
GEOM_I
GEOM_I_Superv
GEOM_SWIG_WITHIHM
GEOMAlgo
GEOMBase
GEOMClient
GEOMFiltersSelection
GEOMGUI
GEOMImpl
GEOMToolsGUI
GEOMUtils
GroupGUI
IGESPlugin
Material
MeasureGUI
OBJECT
OCC2VTK
OperationGUI
PrimitiveGUI
RepairGUI
ShapeRecognition
ShHealOper
SKETCHER
STEPPlugin
STLPlugin
TransformationGUI
VTKPlugin
XAO
XAOPlugin
File Members
•
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
29
class
DlgRef_3Radio1Sel1Spin
;
30
31
//=================================================================================
32
// class : EntityGUI_IsolineDlg
33
// purpose :
34
//=================================================================================
35
class
EntityGUI_IsolineDlg
:
public
GEOMBase_Skeleton
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
46
~EntityGUI_IsolineDlg
();
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
68
DlgRef_3Radio1Sel1Spin
*
myGroup
;
69
QButtonGroup *
myRBGroup
;
70
GEOM::GeomObjPtr
myFace
;
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
src
EntityGUI
EntityGUI_IsolineDlg.h
Copyright © 2007-2017 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS