]> SALOME platform Git repositories - modules/geom.git/blob - src/AdvancedGUI/AdvancedGUI_DividedCylinderDlg.h
Salome HOME
6cbf0363e49f63ed1de677cf4fd1747678383640
[modules/geom.git] / src / AdvancedGUI / AdvancedGUI_DividedCylinderDlg.h
1 //  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, 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.
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 #ifndef ADVANCEDGUI_DIVIDEDCYLINDERDLG_H
23 #define ADVANCEDGUI_DIVIDEDCYLINDERDLG_H
24
25 #include <GEOMBase_Skeleton.h>
26
27 class DlgRef_2Spin;
28 class DlgRef_3Radio;
29
30 //=================================================================================
31 // class    : AdvancedGUI_DividedCylinderDlg
32 // purpose  :
33 //=================================================================================
34 class AdvancedGUI_DividedCylinderDlg : public GEOMBase_Skeleton
35 {
36   Q_OBJECT
37
38 public:
39   AdvancedGUI_DividedCylinderDlg( GeometryGUI*, QWidget* = 0 );
40   ~AdvancedGUI_DividedCylinderDlg();
41
42 protected:
43   // redefined from GEOMBase_Helper
44   virtual GEOM::GEOM_IOperations_ptr createOperation();
45   virtual bool                       isValid( QString& );
46   virtual bool                       execute( ObjectList& );
47
48 private:
49   void                               Init();
50   void                               enterEvent( QEvent* );
51
52 private:
53   DlgRef_2Spin*                      GroupParams;
54   DlgRef_3Radio*                     GroupPattern;
55   GEOM::pattern                      myPattern;
56
57 private slots:
58   void                               ClickOnOk();
59   bool                               ClickOnApply();
60   void                               ActivateThisDialog();
61   void                               ValueChangedInSpinBox();
62   void                               SetDoubleSpinBoxStep( double );
63   void                               RadioButtonClicked();
64 };
65
66 #endif // ADVANCEDGUI_DIVIDEDCYLINDERDLG_H