Version: 9.16.0
AdvancedGUI_DividedCylinderDlg.h
Go to the documentation of this file.
1// Copyright (C) 2007-2026 CEA, EDF, OPEN CASCADE
2//
3// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5//
6// This library is free software; you can redistribute it and/or
7// modify it under the terms of the GNU Lesser General Public
8// License as published by the Free Software Foundation; either
9// version 2.1 of the License, or (at your option) any later version.
10//
11// This library is distributed in the hope that it will be useful,
12// but WITHOUT ANY WARRANTY; without even the implied warranty of
13// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14// Lesser General Public License for more details.
15//
16// You should have received a copy of the GNU Lesser General Public
17// License along with this library; if not, write to the Free Software
18// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19//
20// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21//
22
23#ifndef ADVANCEDGUI_DIVIDEDCYLINDERDLG_H
24#define ADVANCEDGUI_DIVIDEDCYLINDERDLG_H
25
26#include <GEOMBase_Skeleton.h>
27
28#include <SALOMEconfig.h>
29#include CORBA_SERVER_HEADER(AdvancedGEOM)
30
31class DlgRef_2Spin;
32class DlgRef_3Radio;
33
34//=================================================================================
35// class : AdvancedGUI_DividedCylinderDlg
36// purpose :
37//=================================================================================
39{
40 Q_OBJECT
41
42public:
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
52private:
53 void Init();
54 void enterEvent( QEvent* );
55
56private:
60
61private slots:
62 void ClickOnOk();
63 bool ClickOnApply();
64 void ActivateThisDialog();
66 void SetDoubleSpinBoxStep( double );
67 void RadioButtonClicked();
68};
69
70#endif // ADVANCEDGUI_DIVIDEDCYLINDERDLG_H
std::list< GEOM::GEOM_Object_ptr > ObjectList
Definition: GEOMBase_Helper.h:46
Definition: AdvancedGUI_DividedCylinderDlg.h:39
~AdvancedGUI_DividedCylinderDlg()
Definition: AdvancedGUI_DividedCylinderDlg.cxx:87
void SetDoubleSpinBoxStep(double)
Definition: AdvancedGUI_DividedCylinderDlg.cxx:137
AdvancedGUI_DividedCylinderDlg(GeometryGUI *, QWidget *=0)
Definition: AdvancedGUI_DividedCylinderDlg.cxx:45
GEOM::pattern myPattern
Definition: AdvancedGUI_DividedCylinderDlg.h:59
virtual bool isValid(QString &)
Definition: AdvancedGUI_DividedCylinderDlg.cxx:226
void ClickOnOk()
Definition: AdvancedGUI_DividedCylinderDlg.cxx:163
virtual GEOM::GEOM_IOperations_ptr createOperation()
Definition: AdvancedGUI_DividedCylinderDlg.cxx:217
void Init()
Definition: AdvancedGUI_DividedCylinderDlg.cxx:96
DlgRef_2Spin * GroupParams
Definition: AdvancedGUI_DividedCylinderDlg.h:57
void enterEvent(QEvent *)
Definition: AdvancedGUI_DividedCylinderDlg.cxx:197
void ActivateThisDialog()
Definition: AdvancedGUI_DividedCylinderDlg.cxx:187
void ValueChangedInSpinBox()
Definition: AdvancedGUI_DividedCylinderDlg.cxx:207
virtual bool execute(ObjectList &)
Definition: AdvancedGUI_DividedCylinderDlg.cxx:239
bool ClickOnApply()
Definition: AdvancedGUI_DividedCylinderDlg.cxx:173
void RadioButtonClicked()
Definition: AdvancedGUI_DividedCylinderDlg.cxx:146
DlgRef_3Radio * GroupPattern
Definition: AdvancedGUI_DividedCylinderDlg.h:58
Definition: DlgRef.h:639
Definition: DlgRef.h:671
Definition: GEOMBase_Skeleton.h:53
Definition: GeometryGUI.h:74
pattern
Pattern for block division of the disk.
Definition: AdvancedGEOM.idl:32