Version: 9.16.0
PrimitiveGUI_FaceDlg.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 : 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
30class DlgRef_2Spin;
32class DlgRef_3Radio;
33
34//=================================================================================
35// class : PrimitiveGUI_FaceDlg
36// purpose :
37//=================================================================================
39{
40 Q_OBJECT
41
42public:
43 PrimitiveGUI_FaceDlg( GeometryGUI*, QWidget* = 0, bool = false, Qt::WindowFlags = 0 );
45
46protected:
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
54private:
55 void Init();
56 void enterEvent( QEvent* );
57
58private:
61
63
68
69private slots:
70 void ClickOnOk();
71 bool ClickOnApply();
72
73 void ActivateThisDialog();
75 void ConstructorsClicked( int );
76
79 void ValueChangedInSpinBox( double );
80 void SetDoubleSpinBoxStep( double );
81 void RadioButtonClicked();
82 void TypeButtonClicked();
83};
84
85#endif // BASICGUI_FACEDLG_H
std::list< GEOM::GEOM_Object_ptr > ObjectList
Definition: GEOMBase_Helper.h:46
Definition: DlgRef.h:205
Definition: DlgRef.h:639
Definition: DlgRef.h:671
Definition: GEOMBase_Skeleton.h:53
Definition: GeometryGUI.h:74
Definition: PrimitiveGUI_FaceDlg.h:39
virtual bool isValid(QString &)
Definition: PrimitiveGUI_FaceDlg.cxx:419
void SetEditCurrentArgument()
Definition: PrimitiveGUI_FaceDlg.cxx:357
void DeactivateActiveDialog()
Definition: PrimitiveGUI_FaceDlg.cxx:391
DlgRef_3Radio * GroupOrientation
Definition: PrimitiveGUI_FaceDlg.h:66
bool ClickOnApply()
Definition: PrimitiveGUI_FaceDlg.cxx:256
void ConstructorsClicked(int)
Definition: PrimitiveGUI_FaceDlg.cxx:273
GEOM::GeomObjPtr myFace
Definition: PrimitiveGUI_FaceDlg.h:60
void ClickOnOk()
Definition: PrimitiveGUI_FaceDlg.cxx:245
void ValueChangedInSpinBox(double)
Definition: PrimitiveGUI_FaceDlg.cxx:199
void enterEvent(QEvent *)
Definition: PrimitiveGUI_FaceDlg.cxx:400
virtual bool execute(ObjectList &)
Definition: PrimitiveGUI_FaceDlg.cxx:440
void ActivateThisDialog()
Definition: PrimitiveGUI_FaceDlg.cxx:378
void SetDoubleSpinBoxStep(double)
Definition: PrimitiveGUI_FaceDlg.cxx:187
virtual QList< GEOM::GeomObjPtr > getSourceObjects()
Definition: PrimitiveGUI_FaceDlg.cxx:498
int myOrientationType
Definition: PrimitiveGUI_FaceDlg.h:62
DlgRef_1Sel2Spin * GroupPlane
Definition: PrimitiveGUI_FaceDlg.h:65
void RadioButtonClicked()
Definition: PrimitiveGUI_FaceDlg.cxx:208
PrimitiveGUI_FaceDlg(GeometryGUI *, QWidget *=0, bool=false, Qt::WindowFlags=0)
Definition: PrimitiveGUI_FaceDlg.cxx:50
~PrimitiveGUI_FaceDlg()
Definition: PrimitiveGUI_FaceDlg.cxx:113
void SelectionIntoArgument()
Definition: PrimitiveGUI_FaceDlg.cxx:317
virtual void addSubshapesToStudy()
Definition: PrimitiveGUI_FaceDlg.cxx:484
void TypeButtonClicked()
Definition: PrimitiveGUI_FaceDlg.cxx:223
GEOM::GeomObjPtr myEdge
Definition: PrimitiveGUI_FaceDlg.h:59
DlgRef_2Spin * GroupDimensions
Definition: PrimitiveGUI_FaceDlg.h:64
virtual GEOM::GEOM_IOperations_ptr createOperation()
Definition: PrimitiveGUI_FaceDlg.cxx:410
DlgRef_3Radio * GroupType
Definition: PrimitiveGUI_FaceDlg.h:67
void Init()
Definition: PrimitiveGUI_FaceDlg.cxx:122
GenericObjPtr< GEOM::GEOM_Object > GeomObjPtr
Definition: GEOM_GenericObjPtr.h:218