Salome HOME
NPAL 16768 (Definition of Vector form Edge)
[modules/geom.git] / src / PrimitiveGUI / PrimitiveGUI_CylinderDlg.cxx
1 //  GEOM GEOMGUI : GUI for Geometry component
2 //
3 //  Copyright (C) 2003  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 //
23 //
24 //  File   : PrimitiveGUI_CylinderDlg.cxx
25 //  Author : Lucien PIGNOLONI
26 //  Module : GEOM
27 //  $Header$
28
29 #include "PrimitiveGUI_CylinderDlg.h"
30
31 #include "SUIT_Desktop.h"
32 #include "SUIT_Session.h"
33 #include "SalomeApp_Application.h"
34 #include "LightApp_SelectionMgr.h"
35
36 #include <TopoDS_Shape.hxx>
37 #include <TopoDS_Edge.hxx>
38 #include <TopoDS.hxx>
39 #include <TopExp.hxx>
40 #include <TColStd_IndexedMapOfInteger.hxx>
41 #include <TopTools_IndexedMapOfShape.hxx>
42
43 #include <qlabel.h>
44
45 #include "GEOMImpl_Types.hxx"
46
47 #include "utilities.h"
48
49 using namespace std;
50
51 //=================================================================================
52 // class    : PrimitiveGUI_CylinderDlg()
53 // purpose  : Constructs a PrimitiveGUI_CylinderDlg which is a child of 'parent', with the 
54 //            name 'name' and widget flags set to 'f'.
55 //            The dialog will by default be modeless, unless you set 'modal' to
56 //            TRUE to construct a modal dialog.
57 //=================================================================================
58 PrimitiveGUI_CylinderDlg::PrimitiveGUI_CylinderDlg(GeometryGUI* theGeometryGUI, QWidget* parent,
59                                                    const char* name, bool modal, WFlags fl)
60   :GEOMBase_Skeleton(theGeometryGUI, parent, name, modal, WStyle_Customize |
61                      WStyle_NormalBorder | WStyle_Title | WStyle_SysMenu)
62 {
63   QPixmap image0(SUIT_Session::session()->resourceMgr()->loadPixmap("GEOM",tr("ICON_DLG_CYLINDER_PV")));
64   QPixmap image1(SUIT_Session::session()->resourceMgr()->loadPixmap("GEOM",tr("ICON_DLG_CYLINDER_DXYZ")));
65   QPixmap image2(SUIT_Session::session()->resourceMgr()->loadPixmap("GEOM",tr("ICON_SELECT")));
66
67   setCaption(tr("GEOM_CYLINDER_TITLE"));
68
69   /***************************************************************/
70   GroupConstructors->setTitle(tr("GEOM_CYLINDER"));
71   RadioButton1->setPixmap(image0);
72   RadioButton2->setPixmap(image1);
73   RadioButton3->close(TRUE);
74
75   GroupPoints = new DlgRef_2Sel2Spin(this, "GroupPoints");
76   GroupPoints->GroupBox1->setTitle(tr("GEOM_ARGUMENTS"));
77   GroupPoints->TextLabel1->setText(tr("GEOM_BASE_POINT"));
78   GroupPoints->TextLabel2->setText(tr("GEOM_VECTOR"));
79   GroupPoints->TextLabel3->setText(tr("GEOM_RADIUS"));
80   GroupPoints->TextLabel4->setText(tr("GEOM_HEIGHT"));
81   GroupPoints->PushButton1->setPixmap(image2);
82   GroupPoints->PushButton2->setPixmap(image2);
83
84   GroupDimensions = new DlgRef_2Spin(this, "GroupDimensions");
85   GroupDimensions->GroupBox1->setTitle(tr("GEOM_BOX_OBJ"));
86   GroupDimensions->TextLabel1->setText(tr("GEOM_RADIUS"));
87   GroupDimensions->TextLabel2->setText(tr("GEOM_HEIGHT"));
88
89   Layout1->addWidget(GroupPoints, 2, 0);
90   Layout1->addWidget(GroupDimensions, 2, 0);
91   /***************************************************************/
92
93   setHelpFileName("cylinder.htm");
94
95   Init();
96 }
97
98
99 //=================================================================================
100 // function : ~PrimitiveGUI_CylinderDlg()
101 // purpose  : Destroys the object and frees any allocated resources
102 //=================================================================================
103 PrimitiveGUI_CylinderDlg::~PrimitiveGUI_CylinderDlg()
104 {
105     // no need to delete child widgets, Qt does it all for us
106 }
107
108
109 //=================================================================================
110 // function : Init()
111 // purpose  :
112 //=================================================================================
113 void PrimitiveGUI_CylinderDlg::Init()
114 {
115   /* init variables */
116   myEditCurrentArgument = GroupPoints->LineEdit1;
117   GroupPoints->LineEdit1->setReadOnly( true );
118   GroupPoints->LineEdit2->setReadOnly( true );
119
120   myPoint = myDir = GEOM::GEOM_Object::_nil();
121   
122   /* Get setting of step value from file configuration */
123   SUIT_ResourceMgr* resMgr = SUIT_Session::session()->resourceMgr();
124   double step = resMgr->doubleValue( "Geometry", "SettingsGeomStep", 100);
125
126   /* min, max, step and decimals for spin boxes & initial values */
127   /* First constructor : radius */
128   GroupPoints->SpinBox_DX->RangeStepAndValidator(0.001, COORD_MAX, step, DBL_DIGITS_DISPLAY);
129   /* First constructor : algebric height */
130   GroupPoints->SpinBox_DY->RangeStepAndValidator(COORD_MIN, COORD_MAX, step, DBL_DIGITS_DISPLAY);
131   /* Second constructor : radius */
132   GroupDimensions->SpinBox_DX->RangeStepAndValidator(0.001, COORD_MAX, step, DBL_DIGITS_DISPLAY);
133   /* Second constructor : algebric height */
134   GroupDimensions->SpinBox_DY->RangeStepAndValidator(COORD_MIN, COORD_MAX, step, DBL_DIGITS_DISPLAY);
135
136   GroupPoints->SpinBox_DX->SetValue(100.0);
137   GroupPoints->SpinBox_DY->SetValue(300.0);
138   GroupDimensions->SpinBox_DX->SetValue(100.0);  
139   GroupDimensions->SpinBox_DY->SetValue(300.0);  
140
141   /* signals and slots connections */
142   connect(buttonOk, SIGNAL(clicked()), this, SLOT(ClickOnOk()));
143   connect(buttonApply, SIGNAL(clicked()), this, SLOT(ClickOnApply()));
144   connect(GroupConstructors, SIGNAL(clicked(int)), this, SLOT(ConstructorsClicked(int)));
145
146   connect(GroupPoints->PushButton1, SIGNAL(clicked()), this, SLOT(SetEditCurrentArgument()));
147   connect(GroupPoints->PushButton2, SIGNAL(clicked()), this, SLOT(SetEditCurrentArgument()));
148
149   connect(GroupPoints->LineEdit1, SIGNAL(returnPressed()), this, SLOT(LineEditReturnPressed()));
150   connect(GroupPoints->LineEdit2, SIGNAL(returnPressed()), this, SLOT(LineEditReturnPressed()));
151
152   connect(GroupPoints->SpinBox_DX, SIGNAL(valueChanged(double)), this, SLOT(ValueChangedInSpinBox()));
153   connect(GroupPoints->SpinBox_DY, SIGNAL(valueChanged(double)), this, SLOT(ValueChangedInSpinBox()));
154   connect(GroupDimensions->SpinBox_DX, SIGNAL(valueChanged(double)), this, SLOT(ValueChangedInSpinBox()));
155   connect(GroupDimensions->SpinBox_DY, SIGNAL(valueChanged(double)), this, SLOT(ValueChangedInSpinBox()));
156
157   connect(myGeomGUI, SIGNAL(SignalDefaultStepValueChanged(double)), GroupPoints->SpinBox_DX, SLOT(SetStep(double)));
158   connect(myGeomGUI, SIGNAL(SignalDefaultStepValueChanged(double)), GroupPoints->SpinBox_DY, SLOT(SetStep(double)));
159   connect(myGeomGUI, SIGNAL(SignalDefaultStepValueChanged(double)), GroupDimensions->SpinBox_DX, SLOT(SetStep(double)));
160   connect(myGeomGUI, SIGNAL(SignalDefaultStepValueChanged(double)), GroupDimensions->SpinBox_DY, SLOT(SetStep(double)));
161   
162   connect(((SalomeApp_Application*)(SUIT_Session::session()->activeApplication()))->selectionMgr(), 
163           SIGNAL(currentSelectionChanged()), this, SLOT(SelectionIntoArgument())) ;
164   
165   initName( tr( "GEOM_CYLINDER" ) );
166   ConstructorsClicked(0);
167 }
168
169
170 //=================================================================================
171 // function : ConstructorsClicked()
172 // purpose  : Radio button management
173 //=================================================================================
174 void PrimitiveGUI_CylinderDlg::ConstructorsClicked(int constructorId)
175 {
176   disconnect(((SalomeApp_Application*)(SUIT_Session::session()->activeApplication()))->selectionMgr(), 0, this, 0);
177     
178   switch(constructorId)
179     { 
180     case 0 :
181       {
182         globalSelection( GEOM_POINT );
183
184         GroupDimensions->hide();
185         resize(0, 0);
186         GroupPoints->show();
187         
188         myEditCurrentArgument = GroupPoints->LineEdit1;
189         GroupPoints->LineEdit1->setText(tr(""));
190         GroupPoints->LineEdit2->setText(tr(""));
191         myPoint = myDir = GEOM::GEOM_Object::_nil();
192
193         connect(((SalomeApp_Application*)(SUIT_Session::session()->activeApplication()))->selectionMgr(), 
194                 SIGNAL(currentSelectionChanged()), this, SLOT(SelectionIntoArgument()));
195         break;
196       }
197     case 1 :
198       { 
199         GroupPoints->hide();
200         resize( 0, 0 );
201         GroupDimensions->show();
202         
203         break;
204       }
205     }
206   displayPreview();
207 }
208
209
210 //=================================================================================
211 // function : ClickOnOk()
212 // purpose  :
213 //=================================================================================
214 void PrimitiveGUI_CylinderDlg::ClickOnOk()
215 {
216   if ( ClickOnApply() )
217     ClickOnCancel();
218 }
219
220
221 //=================================================================================
222 // function : ClickOnApply()
223 // purpose  :
224 //=================================================================================
225 bool PrimitiveGUI_CylinderDlg::ClickOnApply()
226 {
227   if ( !onAccept() )
228     return false;
229
230   initName();
231   ConstructorsClicked( getConstructorId() );
232   return true;
233 }
234
235
236 //=======================================================================
237 // function : ClickOnCancel()
238 // purpose  :
239 //=======================================================================
240 void PrimitiveGUI_CylinderDlg::ClickOnCancel()
241 {
242   GEOMBase_Skeleton::ClickOnCancel();
243 }
244
245
246 //=================================================================================
247 // function : SelectionIntoArgument()
248 // purpose  : Called when selection as changed or other case
249 //=================================================================================
250 void PrimitiveGUI_CylinderDlg::SelectionIntoArgument()
251 {
252   if ( getConstructorId() != 0 )
253     return;
254
255   myEditCurrentArgument->setText("");
256   
257   if(IObjectCount() != 1) 
258     {
259       if(myEditCurrentArgument == GroupPoints->LineEdit1)
260         myPoint = GEOM::GEOM_Object::_nil();
261       else if (myEditCurrentArgument == GroupPoints->LineEdit2)
262         myDir = GEOM::GEOM_Object::_nil();
263       return;
264     }
265   
266   /* nbSel == 1 */
267   Standard_Boolean testResult = Standard_False;
268   GEOM::GEOM_Object_var aSelectedObject = GEOMBase::ConvertIOinGEOMObject( firstIObject(), testResult );
269     
270   if(!testResult || CORBA::is_nil( aSelectedObject ))
271     return;
272   
273   if (myEditCurrentArgument == GroupPoints->LineEdit1)
274     myPoint = aSelectedObject;
275   else if (myEditCurrentArgument == GroupPoints->LineEdit2)  {
276     if ( testResult && !aSelectedObject->_is_nil() )
277       {
278         TopoDS_Shape aShape;
279         if ( GEOMBase::GetShape( aSelectedObject, aShape, TopAbs_SHAPE ) && !aShape.IsNull() )
280           {
281             LightApp_SelectionMgr* aSelMgr = myGeomGUI->getApp()->selectionMgr();
282             TColStd_IndexedMapOfInteger aMap;
283             aSelMgr->GetIndexes( firstIObject(), aMap );
284             if ( aMap.Extent() == 1 )
285               {
286                     GEOM::GEOM_IShapesOperations_var aShapesOp =
287                       getGeomEngine()->GetIShapesOperations( getStudyId() );
288                     int anIndex = aMap( 1 );
289                     TopTools_IndexedMapOfShape aShapes;
290                     TopExp::MapShapes( aShape, aShapes );
291                     aShape = aShapes.FindKey( anIndex );
292                     myDir = aShapesOp->GetSubShape(aSelectedObject, anIndex);
293                     aSelMgr->clearSelected();
294               }
295             else
296               myDir = aSelectedObject;
297           }
298       }
299   }
300   myEditCurrentArgument->setText( GEOMBase::GetName( aSelectedObject ) );
301   displayPreview();
302 }
303
304
305 //=================================================================================
306 // function : SetEditCurrentArgument()
307 // purpose  :
308 //=================================================================================
309 void PrimitiveGUI_CylinderDlg::SetEditCurrentArgument()
310 {
311   QPushButton* send = (QPushButton*)sender();
312   
313   if(send == GroupPoints->PushButton1) {
314     myEditCurrentArgument = GroupPoints->LineEdit1;
315     globalSelection( GEOM_POINT );
316   }
317   else if(send == GroupPoints->PushButton2) {
318     myEditCurrentArgument = GroupPoints->LineEdit2;
319     //    globalSelection( GEOM_LINE );
320     GEOM::GEOM_Object_var anObj;
321     localSelection( anObj, TopAbs_EDGE );
322   }
323   
324   myEditCurrentArgument->setFocus();
325   SelectionIntoArgument();
326 }
327
328
329 //=================================================================================
330 // function : LineEditReturnPressed()
331 // purpose  :
332 //=================================================================================
333 void PrimitiveGUI_CylinderDlg::LineEditReturnPressed()
334 {  
335   QLineEdit* send = (QLineEdit*)sender();
336   if(send == GroupPoints->LineEdit1 ||
337      send == GroupPoints->LineEdit2)
338     {
339       myEditCurrentArgument = send;
340       GEOMBase_Skeleton::LineEditReturnPressed();
341     }
342 }
343
344
345 //=================================================================================
346 // function : ActivateThisDialog()
347 // purpose  :
348 //=================================================================================
349 void PrimitiveGUI_CylinderDlg::ActivateThisDialog()
350 {
351   GEOMBase_Skeleton::ActivateThisDialog();
352   connect(((SalomeApp_Application*)(SUIT_Session::session()->activeApplication()))->selectionMgr(), 
353           SIGNAL(currentSelectionChanged()), this, SLOT(SelectionIntoArgument()));
354   
355   ConstructorsClicked( getConstructorId() );
356 }
357
358
359 //=================================================================================
360 // function : enterEvent()
361 // purpose  :
362 //=================================================================================
363 void PrimitiveGUI_CylinderDlg::enterEvent(QEvent* e)
364 {
365   if ( !GroupConstructors->isEnabled() )
366     ActivateThisDialog();
367 }
368
369
370 //=================================================================================
371 // function : DeactivateActiveDialog()
372 // purpose  : public slot to deactivate if active
373 //=================================================================================
374 void PrimitiveGUI_CylinderDlg::DeactivateActiveDialog()
375 {
376   GEOMBase_Skeleton::DeactivateActiveDialog();
377 }
378
379
380 //=================================================================================
381 // function : ValueChangedInSpinBox
382 // purpose  :
383 //=================================================================================
384 void PrimitiveGUI_CylinderDlg::ValueChangedInSpinBox( )
385 {  
386   displayPreview();
387 }
388
389
390 //=================================================================================
391 // function : createOperation
392 // purpose  :
393 //=================================================================================
394 GEOM::GEOM_IOperations_ptr PrimitiveGUI_CylinderDlg::createOperation()
395 {
396   return getGeomEngine()->GetI3DPrimOperations( getStudyId() );
397 }
398
399
400 //=================================================================================
401 // function : isValid
402 // purpose  :
403 //=================================================================================
404 bool PrimitiveGUI_CylinderDlg::isValid( QString& msg )
405 {
406   return getConstructorId() == 0 ? !(myPoint->_is_nil() || myDir->_is_nil() ) : true;
407 }
408
409 //=================================================================================
410 // function : execute
411 // purpose  :
412 //=================================================================================
413 bool  PrimitiveGUI_CylinderDlg::execute( ObjectList& objects )
414 {
415   bool res = false;
416   
417   GEOM::GEOM_Object_var anObj;
418   
419   switch ( getConstructorId() ) 
420     {
421     case 0 :
422       {
423         if ( !CORBA::is_nil( myPoint ) && !CORBA::is_nil( myDir )) {
424           anObj = GEOM::GEOM_I3DPrimOperations::_narrow( getOperation() )->MakeCylinderPntVecRH(myPoint, myDir, getRadius(), getHeight());
425           res = true;
426         }
427         break;
428       }
429     case 1 :
430       {
431         anObj = GEOM::GEOM_I3DPrimOperations::_narrow( getOperation() )->MakeCylinderRH(getRadius(), getHeight());
432         res = true;
433
434         break;
435       }
436     }
437   
438   if ( !anObj->_is_nil() )
439     objects.push_back( anObj._retn() );
440   
441   return res;
442 }
443
444 //=================================================================================
445 // function : closeEvent
446 // purpose  :
447 //=================================================================================
448 void  PrimitiveGUI_CylinderDlg::closeEvent( QCloseEvent* e )
449 {
450   GEOMBase_Skeleton::closeEvent( e );
451 }
452
453
454 //=================================================================================
455 // function : getRadius()
456 // purpose  :
457 //=================================================================================
458 double PrimitiveGUI_CylinderDlg::getRadius() const
459 {
460   int aConstructorId = getConstructorId();
461   if (aConstructorId == 0)
462     return GroupPoints->SpinBox_DX->GetValue();
463   else if (aConstructorId == 1)
464     return GroupDimensions->SpinBox_DX->GetValue();
465   return 0;
466 }
467
468
469 //=================================================================================
470 // function : getHeight()
471 // purpose  :
472 //=================================================================================
473 double PrimitiveGUI_CylinderDlg::getHeight() const
474 {
475   int aConstructorId = getConstructorId();
476   if (aConstructorId == 0)
477     return GroupPoints->SpinBox_DY->GetValue();
478   else if (aConstructorId == 1)
479     return GroupDimensions->SpinBox_DY->GetValue();
480   return 0;
481 }