Salome HOME
Refs #137 - UZ plane should be used in profile
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operations.cxx
1 // Copyright (C) 2007-2013  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
23 #include "HYDROGUI_Operations.h"
24
25 #include "HYDROGUI_CopyPasteOp.h"
26 #include "HYDROGUI_CalculationOp.h"
27 #include "HYDROGUI_ChannelOp.h"
28 #include "HYDROGUI_DataModel.h"
29 #include "HYDROGUI_CopyPastePositionOp.h"
30 #include "HYDROGUI_DeleteOp.h"
31 #include "HYDROGUI_DigueOp.h"
32 #include "HYDROGUI_ExportImageOp.h"
33 #include "HYDROGUI_ImportImageOp.h"
34 #include "HYDROGUI_ImportBathymetryOp.h"
35 #include "HYDROGUI_ImmersibleZoneOp.h"
36 #include "HYDROGUI_Module.h"
37 #include "HYDROGUI_ObserveImageOp.h"
38 #include "HYDROGUI_PolylineOp.h"
39 #include "HYDROGUI_Poly3DOp.h"
40 #include "HYDROGUI_ProfileOp.h"
41 #include "HYDROGUI_RemoveImageRefsOp.h"
42 #include "HYDROGUI_ShowHideOp.h"
43 #include "HYDROGUI_StreamOp.h"
44 #include "HYDROGUI_TwoImagesOp.h"
45 #include "HYDROGUI_UpdateFlags.h"
46 #include "HYDROGUI_UpdateObjectOp.h"
47 #include "HYDROGUI_VisualStateOp.h"
48 #include "HYDROGUI_ImmersibleZoneOp.h"
49 #include "HYDROGUI_ImportGeomObjectOp.h"
50 #include "HYDROGUI_ImportObstacleFromFileOp.h"
51 #include "HYDROGUI_ExportCalculationOp.h"
52 #include "HYDROGUI_ImportProfilesOp.h"
53 #include "HYDROGUI_GeoreferencementOp.h"
54 #include "HYDROGUI_SetColorOp.h"
55 #include "HYDROGUI_BathymetryBoundsOp.h"
56 #include "HYDROGUI_Tool.h"
57
58 #include <HYDROData_Document.h>
59 #include <HYDROData_Obstacle.h>
60 #include <HYDROData_SplitToZonesTool.h>
61
62 #include <GeometryGUI.h>
63 #include <GeometryGUI_Operations.h>
64 #include <GEOMBase.h>
65
66 #include <SalomeApp_Study.h>
67
68 #include <LightApp_Application.h>
69
70 #include <CAM_Application.h>
71
72 #include <QtxListAction.h>
73 #include <QtxActionToolMgr.h>
74
75 #include <SUIT_Desktop.h>
76 #include <SUIT_ResourceMgr.h>
77 #include <SUIT_Session.h>
78 #include <SUIT_MessageBox.h>
79
80 #include <QAction>
81 #include <QApplication>
82
83 QAction* HYDROGUI_Module::createAction( const int theId, const QString& theSuffix, const QString& theImg,
84                                         const int theKey, const bool isToggle, const QString& theSlot )
85 {
86   QString aSlot = theSlot;
87   if( aSlot.isEmpty() )
88     aSlot = SLOT( onOperation() );
89   SUIT_ResourceMgr* aResMgr = SUIT_Session::session()->resourceMgr();
90   std::string anImg = theImg.toStdString();
91   QPixmap aPixmap = theImg.isEmpty() ? QPixmap() : aResMgr->loadPixmap( "HYDRO", tr( anImg.c_str() ) );
92   std::string aMenu    = ( "MEN_" + theSuffix ).toStdString();
93   std::string aDesktop = ( "DSK_" + theSuffix ).toStdString();
94   std::string aToolbar = ( "STB_" + theSuffix ).toStdString();
95   std::string aSlotStr = aSlot.toStdString();
96   return LightApp_Module::createAction( theId, tr( aDesktop.c_str() ), aPixmap,
97     tr( aMenu.c_str() ), tr( aToolbar.c_str() ),
98                 theKey, application()->desktop(), isToggle, this, aSlotStr.c_str() );
99 }
100
101 void HYDROGUI_Module::createActions()
102 {
103   createAction( SaveVisualStateId, "SAVE_VISUAL_STATE" );
104   createAction( LoadVisualStateId, "LOAD_VISUAL_STATE" );
105
106   createAction( CopyId, "COPY", "", Qt::CTRL + Qt::Key_C );
107   createAction( PasteId, "PASTE", "", Qt::CTRL + Qt::Key_V );
108
109   createAction( UpdateObjectId, "UPDATE_OBJECT" );
110   createAction( ForcedUpdateObjectId, "FORCED_UPDATE_OBJECT" );
111
112   createAction( ImportImageId, "IMPORT_IMAGE", "IMPORT_IMAGE_ICO", Qt::CTRL + Qt::Key_I );
113   createAction( EditImportedImageId, "EDIT_IMPORTED_IMAGE", "EDIT_IMPORTED_IMAGE_ICO" );
114   createAction( ObserveImageId, "OBSERVE_IMAGE", "OBSERVE_IMAGE_ICO" );
115   createAction( ExportImageId, "EXPORT_IMAGE", "EXPORT_IMAGE_ICO" );
116   createAction( RemoveImageRefsId, "REMOVE_IMAGE_REFERENCE", "REMOVE_IMAGE_REFERENCE_ICO" );
117
118   createAction( CreatePolylineId, "CREATE_POLYLINE", "CREATE_POLYLINE_ICO" );
119   createAction( EditPolylineId, "EDIT_POLYLINE", "EDIT_POLYLINE_ICO" ); 
120
121   createAction( CreatePolyline3DId, "CREATE_POLYLINE_3D", "CREATE_POLYLINE_3D_ICO" );
122   createAction( EditPolyline3DId, "EDIT_POLYLINE_3D", "EDIT_POLYLINE_3D_ICO" ); 
123
124   createAction( CreateProfileId, "CREATE_PROFILE", "CREATE_PROFILE_ICO" );
125   createAction( ImportProfilesId, "IMPORT_PROFILES", "IMPORT_PROFILES_ICO" );
126   createAction( EditProfileId, "EDIT_PROFILE", "EDIT_PROFILE_ICO" ); 
127   createAction( AllGeoreferencementId, "GEOREFERENCEMENT", "GEOREFERENCEMENT_ICO" ); 
128   createAction( SelectedGeoreferencementId, "GEOREFERENCEMENT", "GEOREFERENCEMENT_ICO" ); 
129   
130   createAction( ImportBathymetryId, "IMPORT_BATHYMETRY", "IMPORT_BATHYMETRY_ICO", Qt::CTRL + Qt::Key_B );
131   createAction( EditImportedBathymetryId, "EDIT_IMPORTED_BATHYMETRY", "EDIT_IMPORTED_BATHYMETRY_ICO" );
132   createAction( BathymetryBoundsId, "BATHYMETRY_BOUNDS", "BATHYMETRY_BOUNDS_ICO" );
133
134   createAction( CreateImmersibleZoneId, "CREATE_IMMERSIBLE_ZONE", "CREATE_IMMERSIBLE_ZONE_ICO" );
135   createAction( EditImmersibleZoneId, "EDIT_IMMERSIBLE_ZONE", "EDIT_IMMERSIBLE_ZONE_ICO" );
136
137   createAction( CreateStreamId, "CREATE_STREAM", "CREATE_STREAM_ICO" );
138   createAction( EditStreamId, "EDIT_STREAM", "EDIT_STREAM_ICO" );
139
140   createAction( CreateChannelId, "CREATE_CHANNEL", "CREATE_CHANNEL_ICO" );
141   createAction( EditChannelId, "EDIT_CHANNEL", "EDIT_CHANNEL_ICO" );
142
143   createAction( CreateDigueId, "CREATE_DIGUE", "CREATE_DIGUE_ICO" );
144   createAction( EditDigueId, "EDIT_DIGUE", "EDIT_DIGUE_ICO" );
145
146   createAction( ImportObstacleFromFileId, "IMPORT_OBSTACLE_FROM_FILE", "IMPORT_OBSTACLE_FROM_FILE_ICO" );
147   createAction( ImportGeomObjectAsObstacleId, "IMPORT_GEOM_OBJECT_AS_OBSTACLE", "IMPORT_GEOM_OBJECT_ICO" );
148   createAction( ImportGeomObjectAsPolylineId, "IMPORT_GEOM_OBJECT_AS_POLYLINE", "IMPORT_GEOM_OBJECT_ICO" );
149   createAction( CreateBoxId, "CREATE_BOX", "CREATE_BOX_ICO" );
150   createAction( CreateCylinderId, "CREATE_CYLINDER", "CREATE_CYLINDER_ICO" );
151
152   createAction( CreateCalculationId, "CREATE_CALCULATION", "CREATE_CALCULATION_ICO" );
153   createAction( EditCalculationId, "EDIT_CALCULATION", "EDIT_CALCULATION_ICO" );
154   createAction( ExportCalculationId, "EXPORT_CALCULATION", "EXPORT_CALCULATION_ICO" );
155
156   createAction( FuseImagesId, "FUSE_IMAGES", "FUSE_IMAGES_ICO" );
157   createAction( EditFusedImageId, "EDIT_FUSED_IMAGE", "EDIT_FUSED_IMAGE_ICO" );
158
159   createAction( CutImagesId, "CUT_IMAGES", "CUT_IMAGES_ICO" );
160   createAction( EditCutImageId, "EDIT_CUT_IMAGE", "EDIT_CUT_IMAGE_ICO" );
161
162   createAction( SplitImageId, "SPLIT_IMAGE", "SPLIT_IMAGE_ICO" );
163   createAction( EditSplittedImageId, "EDIT_SPLITTED_IMAGE", "EDIT_SPLITTED_IMAGE_ICO" );
164
165   createAction( CopyViewerPositionId, "COPY_VIEWER_POSITION", "" );
166
167   createAction( DeleteId, "DELETE", "", Qt::Key_Delete, false,
168                 SLOT( onDelete() ) );
169
170   createAction( SetColorId, "COLOR" );
171
172   createAction( ShowId, "SHOW" );
173   createAction( ShowOnlyId, "SHOW_ONLY" );
174   createAction( ShowAllId, "SHOW_ALL" );
175   createAction( HideId, "HIDE" );
176   createAction( HideAllId, "HIDE_ALL" );
177 }
178
179 void HYDROGUI_Module::createMenus()
180 {
181   int aFileMenu = createMenu( tr( "MEN_DESK_FILE" ), -1, -1, 0 );
182   int aCustomPos = 5; // to insert custom actions after "Save as" and before "Preferences"
183   createMenu( SaveVisualStateId, aFileMenu, aCustomPos );
184   createMenu( separator(), aFileMenu, -1, aCustomPos );
185
186   int anEditMenu = createMenu( tr( "MEN_DESK_EDIT" ), -1, -1, 5 );
187   createMenu( UndoId, anEditMenu );
188   createMenu( RedoId, anEditMenu );
189   createMenu( separator(), anEditMenu );
190   createMenu( CopyId, anEditMenu );
191   createMenu( PasteId, anEditMenu );
192
193   int aHydroMenu = 6; // Edit menu id == 5, View menu id == 10
194   int aHydroId = createMenu( tr( "MEN_DESK_HYDRO" ), -1, -1, aHydroMenu );
195   createMenu( ImportImageId, aHydroId, -1, -1 );
196   createMenu( ImportBathymetryId, aHydroId, -1, -1 );
197   createMenu( CreatePolylineId, aHydroId, -1, -1 );
198   createMenu( CreatePolyline3DId, aHydroId, -1, -1 );
199
200   int aNewProfileId = createMenu( tr( "MEN_DESK_PROFILE" ), aHydroId, -1 );
201   createMenu( CreateProfileId, aNewProfileId, -1, -1 );
202   createMenu( ImportProfilesId, aNewProfileId, -1, -1 );
203   createMenu( AllGeoreferencementId, aNewProfileId, -1, -1 );
204
205   int anArtificialMenuId = createMenu( tr( "MEN_DESK_ARTIFICIAL" ), aHydroId, -1 );
206   createMenu( CreateChannelId, anArtificialMenuId, -1, -1 );
207   createMenu( CreateDigueId, anArtificialMenuId, -1, -1 );
208
209   int aNaturalMenuId = createMenu( tr( "MEN_DESK_NATURAL" ), aHydroId, -1 );
210   createMenu( CreateImmersibleZoneId, aNaturalMenuId, -1, -1 );
211   createMenu( CreateStreamId, aNaturalMenuId, -1, -1 );
212
213   int anObstacleMenuId = createMenu( tr( "MEN_DESK_OBSTACLE" ), aHydroId, -1 );
214   createMenu( ImportObstacleFromFileId, anObstacleMenuId, -1, -1 );
215   createMenu( CreateBoxId, anObstacleMenuId, -1, -1 );
216   createMenu( CreateCylinderId, anObstacleMenuId, -1, -1 );
217
218   createMenu( CreateCalculationId, aHydroId, -1, -1 );
219   createMenu( separator(), aHydroId );
220   createMenu( FuseImagesId, aHydroId, -1, -1 );
221   createMenu( CutImagesId, aHydroId, -1, -1 );
222   createMenu( SplitImageId, aHydroId, -1, -1 );
223   createMenu( separator(), aHydroId );
224 }
225
226 void HYDROGUI_Module::createPopups()
227 {
228 }
229
230 void HYDROGUI_Module::createToolbars()
231 {
232   int aToolBar = createTool( tr( "MEN_DESK_HYDRO" ) );
233   createTool( UndoId, aToolBar );
234   createTool( RedoId, aToolBar );
235
236   createTool( separator(), aToolBar );
237   createTool( ImportImageId, aToolBar );
238   createTool( ImportBathymetryId, aToolBar );
239   createTool( CreatePolylineId, aToolBar );
240   createTool( CreatePolyline3DId, aToolBar );
241
242   createTool( separator(), aToolBar );
243   createTool( CreateProfileId, aToolBar );
244   createTool( ImportProfilesId, aToolBar );
245   createTool( AllGeoreferencementId, aToolBar );
246
247   createTool( separator(), aToolBar );
248   createTool( CreateChannelId, aToolBar );
249   createTool( CreateDigueId, aToolBar );
250
251   createTool( separator(), aToolBar );
252   createTool( CreateImmersibleZoneId, aToolBar );
253   createTool( CreateStreamId, aToolBar );
254
255   createTool( separator(), aToolBar );
256   createTool( ImportObstacleFromFileId, aToolBar );
257   createTool( CreateBoxId, aToolBar );
258   createTool( CreateCylinderId, aToolBar );
259
260   createTool( separator(), aToolBar );
261   createTool( CreateCalculationId, aToolBar );
262
263   createTool( separator(), aToolBar );
264   createTool( FuseImagesId, aToolBar );
265   createTool( CutImagesId, aToolBar );
266   createTool( SplitImageId, aToolBar );
267 }
268
269 void HYDROGUI_Module::createUndoRedoActions()
270 {
271   SUIT_ResourceMgr* aResMgr = SUIT_Session::session()->resourceMgr();
272
273   QtxListAction* anEditUndo = new QtxListAction( tr( "MEN_UNDO" ),
274     aResMgr->loadPixmap( "HYDRO", tr( "UNDO_ICO" ) ), tr( "DSK_UNDO" ),
275     Qt::CTRL + Qt::Key_Z, application()->desktop() );
276     
277   QtxListAction* anEditRedo = new QtxListAction( tr( "MEN_REDO" ),
278     aResMgr->loadPixmap( "HYDRO", tr( "REDO_ICO" ) ), tr( "DSK_REDO" ),
279     Qt::CTRL + Qt::Key_Y, application()->desktop() );
280   
281   registerAction( UndoId, anEditUndo );
282   registerAction( RedoId, anEditRedo );
283
284   anEditUndo->setComment( tr( "STB_UNDO" ) );
285   anEditRedo->setComment( tr( "STB_REDO" ) );
286
287   connect( anEditUndo, SIGNAL( triggered( int ) ), this, SLOT( onUndo( int ) ) );
288   connect( anEditRedo, SIGNAL( triggered( int ) ), this, SLOT( onRedo( int ) ) );
289 }
290
291 void HYDROGUI_Module::updateUndoRedoControls()
292 {
293   HYDROGUI_DataModel* aModel = getDataModel();
294
295   QtxListAction* aUndoAction = (QtxListAction*)action( UndoId );
296   QtxListAction* aRedoAction = (QtxListAction*)action( RedoId );
297
298   bool aCanUndo = aModel->canUndo();
299   bool aCanRedo = aModel->canRedo();
300
301   if( aCanUndo )
302     aUndoAction->addNames( aModel->undoNames() );
303   aUndoAction->setEnabled( aCanUndo );
304
305   if( aCanRedo )
306     aRedoAction->addNames( aModel->redoNames() );
307   aRedoAction->setEnabled( aCanRedo );
308 }
309
310 void HYDROGUI_Module::onOperation()
311 {
312   const QAction* anAction = dynamic_cast<const QAction*>( sender() );
313   int anId = actionId( anAction );
314   if( anId >= 0 )
315     startOperation( anId );
316 }
317
318 void HYDROGUI_Module::onDelete()
319 {
320   SUIT_Operation* anOp = application()->activeStudy()->activeOperation();
321   HYDROGUI_PolylineOp* aPolylineOp = dynamic_cast<HYDROGUI_PolylineOp*>( anOp );
322   if ( aPolylineOp && aPolylineOp->deleteEnabled() )
323     aPolylineOp->deleteSelected();
324   else
325     startOperation( DeleteId );
326 }
327
328 bool HYDROGUI_Module::onUndo( int theNumActions )
329 {
330   QApplication::setOverrideCursor( Qt::WaitCursor );
331   bool anIsOk = true;
332   HYDROGUI_DataModel* aModel = getDataModel();
333   if( aModel )
334   {
335     while( theNumActions > 0 )
336     {
337       if( !aModel->undo() )
338       {
339         anIsOk = false;
340         break;
341       }
342       theNumActions--;
343     }
344     update( UF_All );
345   }
346   QApplication::restoreOverrideCursor();
347   return anIsOk;
348 }
349
350 bool HYDROGUI_Module::onRedo( int theNumActions )
351 {
352   QApplication::setOverrideCursor( Qt::WaitCursor );
353   bool anIsOk = true;
354   HYDROGUI_DataModel* aModel = getDataModel();
355   if( aModel )
356   {
357     while( theNumActions > 0 )
358     {
359       if( !aModel->redo() )
360       {
361         anIsOk = false;
362         break;
363       }
364       theNumActions--;
365     }
366     update( UF_All );
367   }
368   QApplication::restoreOverrideCursor();
369   return anIsOk;
370 }
371
372 LightApp_Operation* HYDROGUI_Module::createOperation( const int theId ) const
373 {
374   LightApp_Operation* anOp = 0;
375   HYDROGUI_Module* aModule = const_cast<HYDROGUI_Module*>( this );
376   switch( theId )
377   {
378   case SaveVisualStateId:
379   case LoadVisualStateId:
380     anOp = new HYDROGUI_VisualStateOp( aModule, theId == LoadVisualStateId );
381     break;
382   case CopyId:
383   case PasteId:
384     anOp = new HYDROGUI_CopyPasteOp( aModule, theId == PasteId );
385     break;
386   case ImportImageId:
387   case EditImportedImageId:
388     anOp = new HYDROGUI_ImportImageOp( aModule, theId == EditImportedImageId );
389     break;
390   case ObserveImageId:
391     anOp = new HYDROGUI_ObserveImageOp( aModule );
392     break;
393   case ExportImageId:
394     anOp = new HYDROGUI_ExportImageOp( aModule );
395     break;
396   case UpdateObjectId:
397   case ForcedUpdateObjectId:
398     anOp = new HYDROGUI_UpdateObjectOp( aModule, theId == ForcedUpdateObjectId );
399     break;
400   case RemoveImageRefsId:
401     anOp = new HYDROGUI_RemoveImageRefsOp( aModule );
402     break;
403   case CreatePolyline3DId:
404   case EditPolyline3DId:
405     anOp = new HYDROGUI_Poly3DOp( aModule, theId == EditPolyline3DId );
406     break;
407   case CreatePolylineId:
408   case EditPolylineId:
409     anOp = new HYDROGUI_PolylineOp( aModule, theId == EditPolylineId );
410     break;
411   case CreateProfileId:
412   case EditProfileId:
413     anOp = new HYDROGUI_ProfileOp( aModule, theId == EditProfileId );
414     break;
415   case ImportProfilesId:
416     anOp = new HYDROGUI_ImportProfilesOp( aModule ) ;
417     break;
418   case AllGeoreferencementId:
419     anOp = new HYDROGUI_GeoreferencementOp( aModule, HYDROGUI_GeoreferencementOp::All ) ;
420     break;
421   case SelectedGeoreferencementId:
422     anOp = new HYDROGUI_GeoreferencementOp( aModule, HYDROGUI_GeoreferencementOp::Selected ) ;
423     break;
424   case ImportBathymetryId:
425   case EditImportedBathymetryId:
426     anOp = new HYDROGUI_ImportBathymetryOp( aModule, theId == EditImportedBathymetryId  );
427     break;
428   case BathymetryBoundsId:
429     anOp = new HYDROGUI_BathymetryBoundsOp( aModule );
430     break;
431   case CreateImmersibleZoneId:
432   case EditImmersibleZoneId:
433     anOp = new HYDROGUI_ImmersibleZoneOp( aModule, theId == EditImmersibleZoneId );
434     break;
435   case CreateStreamId:
436   case EditStreamId:
437     anOp = new HYDROGUI_StreamOp( aModule, theId == EditStreamId );
438     break;
439   case CreateChannelId:
440   case EditChannelId:
441     anOp = new HYDROGUI_ChannelOp( aModule, theId == EditChannelId );
442     break;
443   case CreateDigueId:
444   case EditDigueId:
445     anOp = new HYDROGUI_DigueOp( aModule, theId == EditDigueId );
446     break;
447   case CreateCalculationId:
448   case EditCalculationId:
449     anOp = new HYDROGUI_CalculationOp( aModule, theId == EditCalculationId );
450     break;
451   case ExportCalculationId:
452     anOp = new HYDROGUI_ExportCalculationOp( aModule );
453     break;
454   case FuseImagesId:
455   case EditFusedImageId:
456     anOp = new HYDROGUI_TwoImagesOp( aModule, HYDROGUI_TwoImagesOp::Fuse, theId == EditFusedImageId );
457     break;
458   case CutImagesId:
459   case EditCutImageId:
460     anOp = new HYDROGUI_TwoImagesOp( aModule, HYDROGUI_TwoImagesOp::Cut, theId == EditCutImageId );
461     break;
462   case SplitImageId:
463   case EditSplittedImageId:
464     anOp = new HYDROGUI_TwoImagesOp( aModule, HYDROGUI_TwoImagesOp::Split, theId == EditSplittedImageId );
465     break;
466   case ImportObstacleFromFileId:
467     anOp = new HYDROGUI_ImportObstacleFromFileOp( aModule );
468     break;
469   case ImportGeomObjectAsObstacleId:
470     anOp = new HYDROGUI_ImportGeomObjectOp( aModule, HYDROGUI_ImportGeomObjectOp::ImportSelectedAsObstacle );
471     break;
472   case ImportGeomObjectAsPolylineId:
473     anOp = new HYDROGUI_ImportGeomObjectOp( aModule, HYDROGUI_ImportGeomObjectOp::ImportSelectedAsPolyline );
474     break;
475   case CreateBoxId:
476     anOp = new HYDROGUI_ImportGeomObjectOp( aModule, 
477       HYDROGUI_ImportGeomObjectOp::ImportCreatedAsObstacle, GEOMOp::OpBox );
478     break;
479   case CreateCylinderId:
480     anOp = new HYDROGUI_ImportGeomObjectOp( aModule, 
481       HYDROGUI_ImportGeomObjectOp::ImportCreatedAsObstacle, GEOMOp::OpCylinder );
482     break;
483   case CopyViewerPositionId:
484     anOp = new HYDROGUI_CopyPastePositionOp( aModule, false );
485     break;
486   case DeleteId:
487     anOp = new HYDROGUI_DeleteOp( aModule );
488     break;
489   case SetColorId:
490     anOp = new HYDROGUI_SetColorOp( aModule );
491     break;
492   case ShowId:
493   case ShowOnlyId:
494   case ShowAllId:
495   case HideId:
496   case HideAllId:
497     anOp = new HYDROGUI_ShowHideOp( aModule, theId );
498     break;
499   }
500
501   if( !anOp )
502     anOp = LightApp_Module::createOperation( theId );
503
504   return anOp;
505 }
506
507 bool HYDROGUI_Module::reusableOperation( const int id )
508 {
509   if ( id == ImportGeomObjectAsObstacleId ||
510        id == ImportGeomObjectAsPolylineId ) {
511     return false;
512   }
513
514   return LightApp_Module::reusableOperation( id );
515 }
516
517 /**
518  * Returns true if the object with the given entry can be renamed.
519  * @param theEntry the object entry
520  */
521 bool HYDROGUI_Module::renameAllowed( const QString& theEntry ) const
522 {
523   // Allow to rename all HYDRO objects
524   Handle(HYDROData_Entity) anEntity = getDataModel()->objectByEntry( theEntry );
525   return !anEntity.IsNull();
526 }
527 /**
528  * Returns true if the object with the given entry is renamed.
529  * @param theEntry the object entry
530  * @param theName the new name
531  */
532 bool HYDROGUI_Module::renameObject( const QString& theEntry, const QString& theName )
533 {
534   Handle(HYDROData_Entity) anEntity = getDataModel()->objectByEntry( theEntry );
535   bool aRes = false;
536   if ( !anEntity.IsNull() )
537   {
538     HYDROGUI_DataModel* aModel = getDataModel();
539     if( aModel )
540     {
541       if( anEntity->GetName() != theName )
542       {
543         // check that there are no other objects with the same name in the document
544         Handle(HYDROData_Entity) anObject = HYDROGUI_Tool::FindObjectByName( this, theName );
545         if ( anObject.IsNull() )
546         {
547           SUIT_Operation* anOp = application()->activeStudy()->activeOperation();
548           if ( anOp && anOp->inherits( "HYDROGUI_CalculationOp" ) )
549           {
550             anEntity->SetName( theName );
551             aRes = true;
552           }
553           else
554           {
555             aRes = aModel->rename( anEntity, theName );
556           }
557         }
558         else
559         {
560           // Inform the user that the name is already used
561           QString aTitle = QObject::tr( "INSUFFICIENT_INPUT_DATA" );
562           QString aMessage = QObject::tr( "OBJECT_EXISTS_IN_DOCUMENT" ).arg( theName );
563           SUIT_MessageBox::critical( getApp()->desktop(), aTitle, aMessage );
564         }
565       }
566     }
567   }
568   return aRes;
569 }