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
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
PrimitiveGUI.cxx
PrimitiveGUI.h
PrimitiveGUI_BoxDlg.cxx
PrimitiveGUI_BoxDlg.h
PrimitiveGUI_ConeDlg.cxx
PrimitiveGUI_ConeDlg.h
PrimitiveGUI_CylinderDlg.cxx
PrimitiveGUI_CylinderDlg.h
PrimitiveGUI_DiskDlg.cxx
PrimitiveGUI_DiskDlg.h
PrimitiveGUI_FaceDlg.cxx
PrimitiveGUI_FaceDlg.h
PrimitiveGUI_SphereDlg.cxx
PrimitiveGUI_SphereDlg.h
PrimitiveGUI_TorusDlg.cxx
PrimitiveGUI_TorusDlg.h
RepairGUI
ShapeRecognition
ShHealOper
SKETCHER
STEPPlugin
STLPlugin
TransformationGUI
VTKPlugin
XAO
XAOPlugin
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
PrimitiveGUI_FaceDlg.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 : BasicGUI_FaceDlg.h
22
// Author : Dmitry Matveithev, OCN.
23
//
24
#ifndef BASICGUI_FACEDLG_H
25
#define BASICGUI_FACEDLG_H
26
27
#include "
GEOMBase_Skeleton.h
"
28
#include "
GEOM_GenericObjPtr.h
"
29
30
class
DlgRef_2Spin
;
31
class
DlgRef_1Sel2Spin
;
32
class
DlgRef_3Radio
;
33
34
//=================================================================================
35
// class : PrimitiveGUI_FaceDlg
36
// purpose :
37
//=================================================================================
38
class
PrimitiveGUI_FaceDlg
:
public
GEOMBase_Skeleton
39
{
40
Q_OBJECT
41
42
public
:
43
PrimitiveGUI_FaceDlg
(
GeometryGUI
*,
QWidget
* = 0,
bool
=
false
, Qt::WindowFlags = 0 );
44
~PrimitiveGUI_FaceDlg
();
45
46
protected
:
47
// redefined from GEOMBase_Helper
48
virtual
GEOM::GEOM_IOperations_ptr
createOperation
();
49
virtual
bool
isValid
( QString& );
50
virtual
bool
execute
(
ObjectList
& );
51
virtual
void
addSubshapesToStudy
();
52
virtual
QList<GEOM::GeomObjPtr>
getSourceObjects
();
53
54
private
:
55
void
Init
();
56
void
enterEvent
( QEvent* );
57
58
private
:
59
GEOM::GeomObjPtr
myEdge
;
60
GEOM::GeomObjPtr
myFace
;
61
62
int
myOrientationType
;
63
64
DlgRef_2Spin
*
GroupDimensions
;
65
DlgRef_1Sel2Spin
*
GroupPlane
;
66
DlgRef_3Radio
*
GroupOrientation
;
67
DlgRef_3Radio
*
GroupType
;
68
69
private
slots:
70
void
ClickOnOk
();
71
bool
ClickOnApply
();
72
73
void
ActivateThisDialog
();
74
void
DeactivateActiveDialog
();
75
void
ConstructorsClicked
(
int
);
76
77
void
SelectionIntoArgument
();
78
void
SetEditCurrentArgument
();
79
void
ValueChangedInSpinBox
(
double
);
80
void
SetDoubleSpinBoxStep
(
double
);
81
void
RadioButtonClicked
();
82
void
TypeButtonClicked
();
83
};
84
85
#endif // BASICGUI_FACEDLG_H
src
PrimitiveGUI
PrimitiveGUI_FaceDlg.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