]> SALOME platform Git repositories - modules/hydro.git/blob - src/HYDROGUI/HYDROGUI_Operations.cxx
Salome HOME
refs #1806 (lot 7)
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operations.cxx
1 // Copyright (C) 2014-2015  EDF-R&D
2 // This library is free software; you can redistribute it and/or
3 // modify it under the terms of the GNU Lesser General Public
4 // License as published by the Free Software Foundation; either
5 // version 2.1 of the License, or (at your option) any later version.
6 //
7 // This library is distributed in the hope that it will be useful,
8 // but WITHOUT ANY WARRANTY; without even the implied warranty of
9 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
10 // Lesser General Public License for more details.
11 //
12 // You should have received a copy of the GNU Lesser General Public
13 // License along with this library; if not, write to the Free Software
14 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
15 //
16 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
17 //
18
19 #include "HYDROGUI_Operations.h"
20
21 #include "HYDROGUI_CopyPasteOp.h"
22 #include "HYDROGUI_CalculationOp.h"
23 #include "HYDROGUI_ChannelOp.h"
24 #include "HYDROGUI_DataModel.h"
25 #include "HYDROGUI_CopyPastePositionOp.h"
26 #include "HYDROGUI_DeleteOp.h"
27 #include "HYDROGUI_DigueOp.h"
28 #include "HYDROGUI_ExportImageOp.h"
29 #include "HYDROGUI_ExportFileOp.h"
30 #include "HYDROGUI_ImportImageOp.h"
31 #include "HYDROGUI_ImportPolylineOp.h"
32 #include "HYDROGUI_ImportSinusXOp.h"
33 #include "HYDROGUI_ImportBathymetryOp.h"
34 #include "HYDROGUI_ImmersibleZoneOp.h"
35 #include "HYDROGUI_Module.h"
36 #include "HYDROGUI_ObserveImageOp.h"
37 #include "HYDROGUI_PolylineOp.h"
38 #include "HYDROGUI_Poly3DOp.h"
39 #include "HYDROGUI_ProfileOp.h"
40 #include "HYDROGUI_RemoveImageRefsOp.h"
41 #include "HYDROGUI_ShowHideOp.h"
42 #include "HYDROGUI_StreamOp.h"
43 #include "HYDROGUI_TwoImagesOp.h"
44 #include "HYDROGUI_UpdateFlags.h"
45 #include "HYDROGUI_UpdateObjectOp.h"
46 #include "HYDROGUI_VisualStateOp.h"
47 #include "HYDROGUI_ImmersibleZoneOp.h"
48 #include "HYDROGUI_ImportGeomObjectOp.h"
49 #include "HYDROGUI_ImportObstacleFromFileOp.h"
50 #include "HYDROGUI_TranslateObstacleOp.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_Tool2.h"
57 #include "HYDROGUI_ZLevelsOp.h"
58 #include "HYDROGUI_LocalCSOp.h"
59 #include "HYDROGUI_RiverBottomOp.h"
60 #include "HYDROGUI_ProfileInterpolateOp.h"
61 #include "HYDROGUI_RecognizeContoursOp.h"
62 #include "HYDROGUI_SubmersibleOp.h"
63 #include "HYDROGUI_StricklerTableOp.h"
64 #include "HYDROGUI_DuplicateOp.h"
65 #include "HYDROGUI_LandCoverMapOp.h"
66 #include "HYDROGUI_PolylineExtractionOp.h"
67 #include "HYDROGUI_ExportSinusXOp.h"
68 #include "HYDROGUI_MergePolylinesOp.h"
69 #include "HYDROGUI_SplitPolylinesOp.h"
70 #include "HYDROGUI_LandCoverColoringOp.h"
71 #include "HYDROGUI_SetTransparencyOp.h"
72 #include "HYDROGUI_ImportLandCoverMapOp.h"
73 #include "HYDROGUI_BathymetrySelectionOp.h"
74 #include "HYDROGUI_BathymetryOp.h"
75 #include "HYDROGUI_RegenerateRegionColorsOp.h"
76 #include "HYDROGUI_PolylineStyleOp.h"
77 #include "HYDROGUI_ZoneSetColorOp.h"
78 #include <HYDROGUI_ShowAttrPolyOp.h>
79 #include <HYDROData_Document.h>
80 #include <HYDROData_Obstacle.h>
81 #include <HYDROData_SplitToZonesTool.h>
82 #include <HYDROData_Iterator.h>
83
84 #include <GeometryGUI.h>
85 #include <GeometryGUI_Operations.h>
86 #include <GEOMBase.h>
87
88 #include <SalomeApp_Study.h>
89
90 #include <LightApp_Application.h>
91
92 #include <OCCViewer_ViewModel.h>
93 #include <OCCViewer_ViewManager.h>
94 #include <OCCViewer_ViewWindow.h>
95 #include <OCCViewer_ViewFrame.h>
96
97 #include <QtxListAction.h>
98 #include <QtxActionToolMgr.h>
99
100 #include <SUIT_Desktop.h>
101 #include <SUIT_ResourceMgr.h>
102 #include <SUIT_Session.h>
103 #include <SUIT_MessageBox.h>
104
105 #include <QAction>
106 #include <QApplication>
107
108 QAction* HYDROGUI_Module::createAction( const int theId, const QString& theSuffix, const QString& theImg,
109                                         const int theKey, const bool isToggle, const QString& theSlot )
110 {
111   QString aSlot = theSlot;
112   if( aSlot.isEmpty() )
113     aSlot = SLOT( onOperation() );
114   SUIT_ResourceMgr* aResMgr = SUIT_Session::session()->resourceMgr();
115   std::string anImg = theImg.toStdString();
116   QPixmap aPixmap = theImg.isEmpty() ? QPixmap() : aResMgr->loadPixmap( "HYDRO", tr( anImg.c_str() ) );
117   std::string aMenu    = ( "MEN_" + theSuffix ).toStdString();
118   std::string aDesktop = ( "DSK_" + theSuffix ).toStdString();
119   std::string aToolbar = ( "STB_" + theSuffix ).toStdString();
120   std::string aSlotStr = aSlot.toStdString();
121   return LightApp_Module::createAction( theId, tr( aDesktop.c_str() ), aPixmap,
122     tr( aMenu.c_str() ), tr( aToolbar.c_str() ),
123                 theKey, application()->desktop(), isToggle, this, aSlotStr.c_str() );
124 }
125
126 void HYDROGUI_Module::createActions()
127 {
128   createAction( SaveVisualStateId, "SAVE_VISUAL_STATE" );
129   createAction( LoadVisualStateId, "LOAD_VISUAL_STATE" );
130
131   createAction( CopyId, "COPY", "", Qt::CTRL + Qt::Key_C );
132   createAction( PasteId, "PASTE", "", Qt::CTRL + Qt::Key_V );
133
134   createAction( UpdateObjectId, "UPDATE_OBJECT" );
135   createAction( ForcedUpdateObjectId, "FORCED_UPDATE_OBJECT" );
136
137   createAction( ImportImageId, "IMPORT_IMAGE", "IMPORT_IMAGE_ICO", Qt::CTRL + Qt::Key_I );
138   createAction( EditImportedImageId, "EDIT_IMPORTED_IMAGE", "EDIT_IMPORTED_IMAGE_ICO" );
139   createAction( ObserveImageId, "OBSERVE_IMAGE", "OBSERVE_IMAGE_ICO" );
140   createAction( ExportImageId, "EXPORT_IMAGE", "EXPORT_IMAGE_ICO" );
141   createAction( RemoveImageRefsId, "REMOVE_IMAGE_REFERENCE", "REMOVE_IMAGE_REFERENCE_ICO" );
142   
143   createAction( ImportPolylineId, "IMPORT_POLYLINE", "IMPORT_POLYLINE_ICO" );
144   createAction( ImportSinusXId, "IMPORT_SINUSX", "IMPORT_SINUSX_ICO" );
145   createAction( ExportSinusXId, "EXPORT_SINUSX", "EXPORT_SINUSX_ICO" );
146   createAction( ImportLandCoverMapId, "IMPORT_LANDCOVER_MAP", "IMPORT_LANDCOVER_MAP_ICO" );
147
148   createAction( CreatePolylineId, "CREATE_POLYLINE", "CREATE_POLYLINE_ICO" );
149   createAction( EditPolylineId, "EDIT_POLYLINE", "EDIT_POLYLINE_ICO" ); 
150
151   createAction( CreatePolyline3DId, "CREATE_POLYLINE_3D", "CREATE_POLYLINE_3D_ICO" );
152   createAction( EditPolyline3DId, "EDIT_POLYLINE_3D", "EDIT_POLYLINE_3D_ICO" ); 
153
154   createAction( CreateProfileId, "CREATE_PROFILE", "CREATE_PROFILE_ICO" );
155   createAction( ImportProfilesId, "IMPORT_PROFILES", "IMPORT_PROFILES_ICO" );
156   createAction( EditProfileId, "EDIT_PROFILE", "EDIT_PROFILE_ICO" ); 
157   createAction( AllGeoreferencementId, "GEOREFERENCEMENT", "GEOREFERENCEMENT_ICO" ); 
158   createAction( SelectedGeoreferencementId, "GEOREFERENCEMENT", "GEOREFERENCEMENT_ICO" ); 
159   
160   createAction( ImportBathymetryId, "IMPORT_BATHYMETRY", "IMPORT_BATHYMETRY_ICO", Qt::CTRL + Qt::Key_B );
161   createAction( EditImportedBathymetryId, "EDIT_IMPORTED_BATHYMETRY", "EDIT_IMPORTED_BATHYMETRY_ICO" );
162   createAction( BathymetryBoundsId, "BATHYMETRY_BOUNDS", "BATHYMETRY_BOUNDS_ICO" );
163   createAction( BathymetrySelectionId, "BATHYMETRY_SELECTION", "BATHYMETRY_SELECTION_ICO",
164     0, true, SLOT( onBathymetrySelection() ) );
165
166   createAction( BathymetryTextId, "BATHYMETRY_TEXT", "BATHYMETRY_TEXT_ICO",
167     0, true, SLOT( onBathymetryText() ) );
168
169   createAction( BathymetryRescaleSelectionId, "BATHYMETRY_RESCALE_SELECTION", "BATHYMETRY_RESCALE_SELECTION_ICO" );
170   createAction( BathymetryRescaleVisibleId, "BATHYMETRY_RESCALE_VISIBLE", "BATHYMETRY_RESCALE_VISIBLE_ICO" );
171   createAction( BathymetryRescaleUserId, "BATHYMETRY_RESCALE_USER", "BATHYMETRY_RESCALE_USER_ICO" );
172   createAction( BathymetryRescaleDefaultId, "BATHYMETRY_RESCALE_DEFAULT", "BATHYMETRY_RESCALE_DEFAULT_ICO" );
173
174   createAction( CreateImmersibleZoneId, "CREATE_IMMERSIBLE_ZONE", "CREATE_IMMERSIBLE_ZONE_ICO" );
175   createAction( EditImmersibleZoneId, "EDIT_IMMERSIBLE_ZONE", "EDIT_IMMERSIBLE_ZONE_ICO" );
176
177   createAction( CreateStreamId, "CREATE_STREAM", "CREATE_STREAM_ICO" );
178   createAction( EditStreamId, "EDIT_STREAM", "EDIT_STREAM_ICO" );
179
180   createAction( CreateChannelId, "CREATE_CHANNEL", "CREATE_CHANNEL_ICO" );
181   createAction( EditChannelId, "EDIT_CHANNEL", "EDIT_CHANNEL_ICO" );
182
183   createAction( CreateDigueId, "CREATE_DIGUE", "CREATE_DIGUE_ICO" );
184   createAction( EditDigueId, "EDIT_DIGUE", "EDIT_DIGUE_ICO" );
185
186   createAction( ImportStricklerTableFromFileId, "IMPORT_STRICKLER_TABLE", "IMPORT_STRICKLER_TABLE_ICO" );
187   createAction( ExportStricklerTableFromFileId, "EXPORT_STRICKLER_TABLE", "EXPORT_STRICKLER_TABLE_ICO" );
188   createAction( EditStricklerTableId, "EDIT_STRICKLER_TABLE", "EDIT_STRICKLER_TABLE_ICO" );
189   createAction( DuplicateStricklerTableId, "DUPLICATE_STRICKLER_TABLE", "DUPLICATE_STRICKLER_TABLE_ICO" );
190
191   createAction( CreateLandCoverMapId, "CREATE_LAND_COVER_MAP", "CREATE_LAND_COVER_MAP_ICO" );
192   
193   createAction( AddLandCoverId, "ADD_LAND_COVER", "ADD_LAND_COVER_ICO" );
194   createAction( RemoveLandCoverId, "REMOVE_LAND_COVER", "REMOVE_LAND_COVER_ICO" );
195   createAction( SplitLandCoverId, "SPLIT_LAND_COVER", "SPLIT_LAND_COVER_ICO" );
196   createAction( MergeLandCoverId, "MERGE_LAND_COVER", "MERGE_LAND_COVER_ICO" );
197   createAction( ChangeLandCoverTypeId, "CHANGE_LAND_COVER_TYPE", "CHANGE_LAND_COVER_TYPE_ICO" );
198
199   createAction( ImportObstacleFromFileId, "IMPORT_OBSTACLE_FROM_FILE", "IMPORT_OBSTACLE_FROM_FILE_ICO" );
200   createAction( ImportGeomObjectAsObstacleId, "IMPORT_GEOM_OBJECT_AS_OBSTACLE", "IMPORT_GEOM_OBJECT_ICO" );
201   createAction( ImportGeomObjectAsPolylineId, "IMPORT_GEOM_OBJECT_AS_POLYLINE", "IMPORT_GEOM_OBJECT_ICO" );
202   createAction( CreateBoxId, "CREATE_BOX", "CREATE_BOX_ICO" );
203   createAction( CreateCylinderId, "CREATE_CYLINDER", "CREATE_CYLINDER_ICO" );
204   createAction( TranslateObstacleId, "TRANSLATE_OBSTACLE" );
205
206   createAction( CreateCalculationId, "CREATE_CALCULATION", "CREATE_CALCULATION_ICO" );
207   createAction( EditCalculationId, "EDIT_CALCULATION", "EDIT_CALCULATION_ICO" );
208   createAction( ExportCalculationId, "EXPORT_CALCULATION", "EXPORT_CALCULATION_ICO" );
209
210   createAction( FuseImagesId, "FUSE_IMAGES", "FUSE_IMAGES_ICO" );
211   createAction( EditFusedImageId, "EDIT_FUSED_IMAGE", "EDIT_FUSED_IMAGE_ICO" );
212
213   createAction( CutImagesId, "CUT_IMAGES", "CUT_IMAGES_ICO" );
214   createAction( EditCutImageId, "EDIT_CUT_IMAGE", "EDIT_CUT_IMAGE_ICO" );
215
216   createAction( SplitImageId, "SPLIT_IMAGE", "SPLIT_IMAGE_ICO" );
217   createAction( EditSplitImageId, "EDIT_SPLIT_IMAGE", "EDIT_SPLIT_IMAGE_ICO" );
218
219   createAction( RecognizeContoursId, "RECOGNIZE_CONTOURS", "RECOGNIZE_CONTOURS_ICO" );
220
221   createAction( CopyViewerPositionId, "COPY_VIEWER_POSITION", "" );
222
223   createAction( DeleteId, "DELETE", "", Qt::Key_Delete, false,
224                 SLOT( onDelete() ) );
225
226   createAction( SetColorId, "COLOR" );
227   createAction( SetTransparencyId, "TRANSPARENCY" );
228   createAction( SetZLevelId, "ZLEVEL" );
229   createAction( EditLocalCSId, "EDIT_LOCAL_CS" );
230
231   createAction( ShowId, "SHOW" );
232   createAction( ShowOnlyId, "SHOW_ONLY" );
233   createAction( ShowAllId, "SHOW_ALL" );
234   createAction( HideId, "HIDE" );
235   createAction( HideAllId, "HIDE_ALL" );
236
237   createAction( RiverBottomId, "CREATE_STREAM_BOTTOM", "CREATE_STREAM_BOTTOM_ICO" );
238   createAction( RiverBottomContextId, "CREATE_STREAM_BOTTOM", "CREATE_STREAM_BOTTOM_ICO" );
239   createAction( ProfileInterpolateId, "PROFILE_INTERPOLATE", "PROFILE_INTERPOLATE_ICO" );
240
241   createAction( SubmersibleId, "SUBMERSIBLE", "SUBMERSIBLE_ICO" );
242   createAction( UnSubmersibleId, "UNSUBMERSIBLE", "HYDRO_UNSUBMERSIBLE16_ICO" );
243   createAction( ExportToShapeFileID, "EXPORT_TO_SHAPE_FILE", "EXPORT_TO_SHAPE_FILE_ICO" );
244
245   createAction( PolylineExtractionId, "POLYLINE_EXTRACTION" );
246   createAction( SplitPolylinesId, "SPLIT_POLYLINES", "SPLIT_POLYLINES_ICO" );
247   createAction( MergePolylinesId, "MERGE_POLYLINES", "MERGE_POLYLINES_ICO" );
248
249   createAction( ShowAttrPolylinesId, "SHOWATTR_POLYLINES");
250
251   createAction( LandCoverScalarMapModeOnId, "LC_SCALARMAP_COLORING_ON" );
252   createAction( LandCoverScalarMapModeOffId, "LC_SCALARMAP_COLORING_OFF" );
253
254   createAction( RegenerateRegionColorsId, "REGENERATE_REGION_COLORS" );
255   createAction( ZoneSetColorId, "ZONE_SET_COLOR" );
256   createAction( ShowHideArrows, "SHOW_HIDE_ARROWS" );
257 }
258
259 void HYDROGUI_Module::createMenus()
260 {
261   int aFileMenu = createMenu( tr( "MEN_DESK_FILE" ), -1, -1, 0 );
262   int aCustomPos = 5; // to insert custom actions after "Save as" and before "Preferences"
263   createMenu( SaveVisualStateId, aFileMenu, aCustomPos );
264   createMenu( separator(), aFileMenu, -1, aCustomPos );
265
266   int anEditMenu = createMenu( tr( "MEN_DESK_EDIT" ), -1, -1, 5 );
267   createMenu( UndoId, anEditMenu );
268   createMenu( RedoId, anEditMenu );
269   createMenu( separator(), anEditMenu );
270   createMenu( CopyId, anEditMenu );
271   createMenu( PasteId, anEditMenu );
272
273   int aHydroMenu = 6; // Edit menu id == 5, View menu id == 10
274   int aHydroId = createMenu( tr( "MEN_DESK_HYDRO" ), -1, -1, aHydroMenu );
275   createMenu( ImportSinusXId, aHydroId, -1, -1 );
276   createMenu( ExportSinusXId, aHydroId, -1, -1 );  
277   
278   createMenu( ImportBathymetryId, aHydroId, -1, -1 );
279   createMenu( ImportStricklerTableFromFileId, aHydroId, -1, -1 );
280   createMenu( CreatePolyline3DId, aHydroId, -1, -1 );
281   createMenu( CreateImmersibleZoneId, aHydroId, -1, -1 );
282   createMenu( CreateChannelId, aHydroId, -1, -1 );
283   createMenu( CreateDigueId, aHydroId, -1, -1 );
284
285   int aNewImageId = createMenu( tr( "MEN_DESK_IMAGE" ), aHydroId, -1 );
286   createMenu( ImportImageId, aNewImageId, -1, -1 );
287   createMenu( separator(), aNewImageId );
288   createMenu( FuseImagesId, aNewImageId, -1, -1 );
289   createMenu( CutImagesId, aNewImageId, -1, -1 );
290   createMenu( SplitImageId, aNewImageId, -1, -1 );
291
292   int aNewPolylineId = createMenu( tr( "MEN_DESK_POLYLINE" ), aHydroId, -1 );
293   createMenu( ImportPolylineId, aNewPolylineId, -1, -1 );
294   createMenu( CreatePolylineId, aNewPolylineId, -1, -1 );
295   createMenu( separator(), aNewPolylineId );
296   createMenu( SplitPolylinesId, aNewPolylineId, -1, -1 );
297   createMenu( MergePolylinesId, aNewPolylineId, -1, -1 );
298
299   int aNewProfileId = createMenu( tr( "MEN_DESK_PROFILE" ), aHydroId, -1 );
300   createMenu( CreateProfileId, aNewProfileId, -1, -1 );
301   createMenu( ImportProfilesId, aNewProfileId, -1, -1 );
302   createMenu( separator(), aNewProfileId );
303   createMenu( AllGeoreferencementId, aNewProfileId, -1, -1 );
304
305   int aStreamMenuId = createMenu( tr( "MEN_DESK_STREAM" ), aHydroId, -1 );
306   createMenu( CreateStreamId, aStreamMenuId, -1, -1 );
307   createMenu( separator(), aStreamMenuId );
308   createMenu( RiverBottomId, aStreamMenuId, -1, -1 );
309   createMenu( ProfileInterpolateId, aStreamMenuId, -1, -1 );
310
311   int anObstacleMenuId = createMenu( tr( "MEN_DESK_OBSTACLE" ), aHydroId, -1 );
312   createMenu( ImportObstacleFromFileId, anObstacleMenuId, -1, -1 );
313   createMenu( separator(), anObstacleMenuId );
314   createMenu( CreateBoxId, anObstacleMenuId, -1, -1 );
315   createMenu( CreateCylinderId, anObstacleMenuId, -1, -1 );
316
317   int aLandCoverMapMenuId = createMenu( tr( "MEN_DESK_LAND_COVER_MAP" ), aHydroId, -1 );
318   createMenu( ImportLandCoverMapId, aLandCoverMapMenuId, -1, -1 );
319   createMenu( CreateLandCoverMapId, aLandCoverMapMenuId, -1, -1 );
320   createMenu( separator(), aLandCoverMapMenuId );
321   createMenu( AddLandCoverId, aLandCoverMapMenuId, -1, -1 );
322   createMenu( RemoveLandCoverId, aLandCoverMapMenuId, -1, -1 );
323   createMenu( separator(), aLandCoverMapMenuId );
324   createMenu( SplitLandCoverId, aLandCoverMapMenuId, -1, -1 );
325   createMenu( MergeLandCoverId, aLandCoverMapMenuId, -1, -1 );
326   createMenu( ChangeLandCoverTypeId, aLandCoverMapMenuId, -1, -1 );
327   
328   createMenu( CreateCalculationId, aHydroId, -1, -1 );
329   createMenu( separator(), aHydroId );
330   createMenu( EditLocalCSId, aHydroId, -1, -1 );
331   createMenu( separator(), aHydroId );
332 }
333
334 void HYDROGUI_Module::createPopups()
335 {
336 }
337
338 void HYDROGUI_Module::createToolbars()
339 {
340   int aToolBar = createTool( tr( "MEN_DESK_HYDRO" ) );
341   createTool( UndoId, aToolBar );
342   createTool( RedoId, aToolBar );
343
344   createTool( separator(), aToolBar );
345   createTool( ImportImageId, aToolBar );
346   createTool( ImportPolylineId, aToolBar );
347   createTool( ImportSinusXId, aToolBar );
348   createTool( ExportSinusXId, aToolBar );
349   createTool( ImportLandCoverMapId, aToolBar );
350
351   createTool( ImportBathymetryId, aToolBar );
352   createTool( CreatePolylineId, aToolBar );
353   createTool( CreatePolyline3DId, aToolBar );
354
355   createTool( separator(), aToolBar );
356   createTool( CreateProfileId, aToolBar );
357   createTool( ImportProfilesId, aToolBar );
358   createTool( AllGeoreferencementId, aToolBar );
359
360   createTool( separator(), aToolBar );
361   createTool( CreateChannelId, aToolBar );
362   createTool( CreateDigueId, aToolBar );
363
364   createTool( separator(), aToolBar );
365   createTool( CreateImmersibleZoneId, aToolBar );
366   createTool( CreateStreamId, aToolBar );
367
368   createTool( separator(), aToolBar );
369   createTool( ImportObstacleFromFileId, aToolBar );
370   createTool( CreateBoxId, aToolBar );
371   createTool( CreateCylinderId, aToolBar );
372
373   createTool( separator(), aToolBar );
374   createTool( ImportStricklerTableFromFileId, aToolBar );
375
376   createTool( separator(), aToolBar );
377   createTool( CreateLandCoverMapId, aToolBar );
378   createTool( AddLandCoverId, aToolBar );
379   createTool( RemoveLandCoverId, aToolBar );
380   createTool( SplitLandCoverId, aToolBar );
381   createTool( MergeLandCoverId, aToolBar );
382   createTool( ChangeLandCoverTypeId, aToolBar );
383   enableLCMActions();
384
385   createTool( separator(), aToolBar );
386   createTool( CreateCalculationId, aToolBar );
387
388   createTool( separator(), aToolBar );
389   createTool( FuseImagesId, aToolBar );
390   createTool( CutImagesId, aToolBar );
391   createTool( SplitImageId, aToolBar );
392
393   createTool( separator(), aToolBar );
394   createTool( BathymetrySelectionId, aToolBar );
395   createTool( BathymetryTextId, aToolBar );
396   createTool( BathymetryRescaleSelectionId, aToolBar );
397   createTool( BathymetryRescaleVisibleId, aToolBar );
398   createTool( BathymetryRescaleUserId, aToolBar );
399   createTool( BathymetryRescaleDefaultId, aToolBar );
400 }
401
402 void HYDROGUI_Module::createUndoRedoActions()
403 {
404   SUIT_ResourceMgr* aResMgr = SUIT_Session::session()->resourceMgr();
405
406   QtxListAction* anEditUndo = new QtxListAction( tr( "MEN_UNDO" ),
407     aResMgr->loadPixmap( "HYDRO", tr( "UNDO_ICO" ) ), tr( "DSK_UNDO" ),
408     Qt::CTRL + Qt::Key_Z, application()->desktop() );
409     
410   QtxListAction* anEditRedo = new QtxListAction( tr( "MEN_REDO" ),
411     aResMgr->loadPixmap( "HYDRO", tr( "REDO_ICO" ) ), tr( "DSK_REDO" ),
412     Qt::CTRL + Qt::Key_Y, application()->desktop() );
413   
414   registerAction( UndoId, anEditUndo );
415   registerAction( RedoId, anEditRedo );
416
417   anEditUndo->setComment( tr( "STB_UNDO" ) );
418   anEditRedo->setComment( tr( "STB_REDO" ) );
419
420   connect( anEditUndo, SIGNAL( triggered( int ) ), this, SLOT( onUndo( int ) ) );
421   connect( anEditRedo, SIGNAL( triggered( int ) ), this, SLOT( onRedo( int ) ) );
422 }
423
424 void HYDROGUI_Module::updateUndoRedoControls()
425 {
426   HYDROGUI_DataModel* aModel = getDataModel();
427
428   QtxListAction* aUndoAction = (QtxListAction*)action( UndoId );
429   QtxListAction* aRedoAction = (QtxListAction*)action( RedoId );
430
431   bool aCanUndo = aModel->canUndo();
432   bool aCanRedo = aModel->canRedo();
433
434   if( aCanUndo )
435     aUndoAction->addNames( aModel->undoNames() );
436   aUndoAction->setEnabled( aCanUndo );
437
438   if( aCanRedo )
439     aRedoAction->addNames( aModel->redoNames() );
440   aRedoAction->setEnabled( aCanRedo );
441 }
442
443 void HYDROGUI_Module::enableLCMActions()
444 {
445   HYDROData_Iterator anIt( HYDROData_Document::Document( getStudyId() ), KIND_LAND_COVER_MAP );
446   bool anEnableTools = anIt.More();
447
448   QtxListAction* anAction;
449   anAction = (QtxListAction*)action( AddLandCoverId );
450   if ( anAction ) anAction->setEnabled( anEnableTools );
451   anAction = (QtxListAction*)action( RemoveLandCoverId );
452   if ( anAction ) anAction->setEnabled( anEnableTools );
453   anAction = (QtxListAction*)action( SplitLandCoverId );
454   if ( anAction ) anAction->setEnabled( anEnableTools );
455   anAction = (QtxListAction*)action( MergeLandCoverId );
456   if ( anAction ) anAction->setEnabled( anEnableTools );
457   anAction = (QtxListAction*)action( ChangeLandCoverTypeId );
458   if ( anAction ) anAction->setEnabled( anEnableTools );
459 }
460
461 void HYDROGUI_Module::resetViewState()
462 {
463   OCCViewer_ViewManager* mgr = dynamic_cast<OCCViewer_ViewManager*>(getApp()->viewManager( OCCViewer_Viewer::Type()));
464   if( mgr )
465   {
466     foreach( SUIT_ViewWindow* wnd, mgr->getViews() )
467     {
468       OCCViewer_ViewFrame* vf = dynamic_cast<OCCViewer_ViewFrame*>( wnd );
469       if( vf )
470       {
471         for( int i=OCCViewer_ViewFrame::MAIN_VIEW; i<=OCCViewer_ViewFrame::TOP_RIGHT; i++ )
472         {
473           OCCViewer_ViewWindow* iwnd = vf->getView(i);
474           if( iwnd )
475             iwnd->resetState();
476         }
477       }
478       else
479       {
480         OCCViewer_ViewWindow* ownd = dynamic_cast<OCCViewer_ViewWindow*>( wnd );
481         if( ownd )
482           ownd->resetState();
483       }
484     }
485   }
486 }
487
488 void HYDROGUI_Module::onOperation()
489 {
490   const QAction* anAction = dynamic_cast<const QAction*>( sender() );
491   int anId = actionId( anAction );
492   if( anId >= 0 )
493   {
494     resetViewState();
495     startOperation( anId );
496   }
497
498   if( anId==ShowHideArrows )
499   {
500     setArrowsVisible( !arrowsVisible() );
501   }
502 }
503
504 bool HYDROGUI_Module::arrowsVisible() const
505 {
506   int aType;
507   SUIT_ResourceMgr* resMgr = application()->resourceMgr();
508   if( resMgr )
509   {
510     resMgr->value( "polyline", "arrow_type", aType );
511     return aType>0;
512   }
513   else
514     return false;
515 }
516
517 void HYDROGUI_Module::setArrowsVisible( bool isVisible )
518 {
519   SUIT_ResourceMgr* resMgr = application()->resourceMgr();
520
521   int aType=-1;
522   if( !resMgr )
523     return;
524
525   if( isVisible )
526   {
527     if( resMgr->hasValue( "polyline", "prev_arrow_type" ) )
528       resMgr->value( "polyline", "prev_arrow_type", aType );
529
530     if( aType<=0 )
531       aType = 1;
532     resMgr->setValue( "polyline", "arrow_type", aType );
533   }
534   else
535   {
536     resMgr->value( "polyline", "arrow_type", aType );
537     resMgr->setValue( "polyline", "prev_arrow_type", aType );
538     resMgr->setValue( "polyline", "arrow_type", 0 );
539   }
540   preferencesChanged( "polyline", "arrow_type" );
541 }
542
543 void HYDROGUI_Module::onDelete()
544 {
545   SUIT_Operation* anOp = application()->activeStudy()->activeOperation();
546   HYDROGUI_PolylineOp* aPolylineOp = dynamic_cast<HYDROGUI_PolylineOp*>( anOp );
547   if ( aPolylineOp && aPolylineOp->deleteEnabled() )
548     aPolylineOp->deleteSelected();
549   else
550     startOperation( DeleteId );
551 }
552
553 bool HYDROGUI_Module::onUndo( int theNumActions )
554 {
555   QApplication::setOverrideCursor( Qt::WaitCursor );
556   bool anIsOk = true;
557   HYDROGUI_DataModel* aModel = getDataModel();
558   if( aModel )
559   {
560     while( theNumActions > 0 )
561     {
562       if( !aModel->undo() )
563       {
564         anIsOk = false;
565         break;
566       }
567       theNumActions--;
568     }
569     update( UF_All );
570   }
571   QApplication::restoreOverrideCursor();
572   return anIsOk;
573 }
574
575 bool HYDROGUI_Module::onRedo( int theNumActions )
576 {
577   QApplication::setOverrideCursor( Qt::WaitCursor );
578   bool anIsOk = true;
579   HYDROGUI_DataModel* aModel = getDataModel();
580   if( aModel )
581   {
582     while( theNumActions > 0 )
583     {
584       if( !aModel->redo() )
585       {
586         anIsOk = false;
587         break;
588       }
589       theNumActions--;
590     }
591     update( UF_All );
592   }
593   QApplication::restoreOverrideCursor();
594   return anIsOk;
595 }
596
597 LightApp_Operation* HYDROGUI_Module::createOperation( const int theId ) const
598 {
599   LightApp_Operation* anOp = 0;
600   HYDROGUI_Module* aModule = const_cast<HYDROGUI_Module*>( this );
601   switch( theId )
602   {
603   case SaveVisualStateId:
604   case LoadVisualStateId:
605     anOp = new HYDROGUI_VisualStateOp( aModule, theId == LoadVisualStateId );
606     break;
607   case CopyId:
608   case PasteId:
609     anOp = new HYDROGUI_CopyPasteOp( aModule, theId == PasteId );
610     break;
611   case ImportImageId:
612   case EditImportedImageId:
613     anOp = new HYDROGUI_ImportImageOp( aModule, theId == EditImportedImageId );
614     break;
615   case ImportPolylineId:
616     anOp = new HYDROGUI_ImportPolylineOp( aModule/*, theId == EditImportedPolylineId*/ );
617     break;
618   case ImportSinusXId:
619     anOp = new HYDROGUI_ImportSinusXOp( aModule );
620     break;
621   case ExportSinusXId:
622     anOp = new HYDROGUI_ExportSinusXOp( aModule );
623     break;
624   case ObserveImageId:
625     anOp = new HYDROGUI_ObserveImageOp( aModule );
626     break;
627   case ExportImageId:
628     anOp = new HYDROGUI_ExportImageOp( aModule );
629     break;
630   case UpdateObjectId:
631   case ForcedUpdateObjectId:
632     anOp = new HYDROGUI_UpdateObjectOp( aModule, theId == ForcedUpdateObjectId );
633     break;
634   case ExportToShapeFileID:
635     anOp = new HYDROGUI_ExportFileOp( aModule );
636     break;
637   case ImportLandCoverMapId:
638     anOp = new HYDROGUI_ImportLandCoverMapOp( aModule );
639     break;
640   case RemoveImageRefsId:
641     anOp = new HYDROGUI_RemoveImageRefsOp( aModule );
642     break;
643   case CreatePolyline3DId:
644   case EditPolyline3DId:
645     anOp = new HYDROGUI_Poly3DOp( aModule, theId == EditPolyline3DId );
646     break;
647   case CreatePolylineId:
648   case EditPolylineId:
649     anOp = new HYDROGUI_PolylineOp( aModule, theId == EditPolylineId );
650     break;
651   case CreateProfileId:
652   case EditProfileId:
653     anOp = new HYDROGUI_ProfileOp( aModule, theId == EditProfileId );
654     break;
655   case ProfileInterpolateId:
656     anOp = new HYDROGUI_ProfileInterpolateOp( aModule );
657     break;
658   case ImportProfilesId:
659     anOp = new HYDROGUI_ImportProfilesOp( aModule ) ;
660     break;
661   case AllGeoreferencementId:
662     anOp = new HYDROGUI_GeoreferencementOp( aModule, HYDROGUI_GeoreferencementOp::All ) ;
663     break;
664   case SelectedGeoreferencementId:
665     anOp = new HYDROGUI_GeoreferencementOp( aModule, HYDROGUI_GeoreferencementOp::Selected ) ;
666     break;
667   case ImportBathymetryId:
668   case EditImportedBathymetryId:
669     anOp = new HYDROGUI_ImportBathymetryOp( aModule, theId == EditImportedBathymetryId  );
670     break;
671   case BathymetryBoundsId:
672     anOp = new HYDROGUI_BathymetryBoundsOp( aModule );
673     break;
674   case BathymetrySelectionId:
675     anOp = new HYDROGUI_BathymetrySelectionOp( aModule );
676     break;
677   case BathymetryTextId:
678   case BathymetryRescaleSelectionId:
679   case BathymetryRescaleVisibleId:
680   case BathymetryRescaleUserId:
681   case BathymetryRescaleDefaultId:
682     anOp = new HYDROGUI_BathymetryOp( aModule, theId );
683     break;
684
685   case CreateImmersibleZoneId:
686   case EditImmersibleZoneId:
687     anOp = new HYDROGUI_ImmersibleZoneOp( aModule, theId == EditImmersibleZoneId );
688     break;
689   case CreateStreamId:
690   case EditStreamId:
691     anOp = new HYDROGUI_StreamOp( aModule, theId == EditStreamId );
692     break;
693   case CreateChannelId:
694   case EditChannelId:
695     anOp = new HYDROGUI_ChannelOp( aModule, theId == EditChannelId );
696     break;
697   case CreateDigueId:
698   case EditDigueId:
699     anOp = new HYDROGUI_DigueOp( aModule, theId == EditDigueId );
700     break;
701   case ImportStricklerTableFromFileId:
702   case ExportStricklerTableFromFileId:
703   case EditStricklerTableId:
704     anOp = new HYDROGUI_StricklerTableOp( aModule, theId );
705     break;
706   case CreateLandCoverMapId:
707   case AddLandCoverId:
708   case RemoveLandCoverId:
709   case SplitLandCoverId:
710   case MergeLandCoverId:
711   case ChangeLandCoverTypeId:
712     anOp = new HYDROGUI_LandCoverMapOp( aModule, theId );
713     break;
714   case DuplicateStricklerTableId:
715     anOp = new HYDROGUI_DuplicateOp( aModule );
716     break;
717   case CreateCalculationId:
718   case EditCalculationId:
719     anOp = new HYDROGUI_CalculationOp( aModule, theId == EditCalculationId );
720     break;
721   case ExportCalculationId:
722     anOp = new HYDROGUI_ExportCalculationOp( aModule );
723     break;
724   case FuseImagesId:
725   case EditFusedImageId:
726     anOp = new HYDROGUI_TwoImagesOp( aModule, HYDROGUI_TwoImagesOp::Fuse, theId == EditFusedImageId );
727     break;
728   case CutImagesId:
729   case EditCutImageId:
730     anOp = new HYDROGUI_TwoImagesOp( aModule, HYDROGUI_TwoImagesOp::Cut, theId == EditCutImageId );
731     break;
732   case SplitImageId:
733   case EditSplitImageId:
734     anOp = new HYDROGUI_TwoImagesOp( aModule, HYDROGUI_TwoImagesOp::Split, theId == EditSplitImageId );
735     break;
736   case ImportObstacleFromFileId:
737     anOp = new HYDROGUI_ImportObstacleFromFileOp( aModule );
738     break;
739   case ImportGeomObjectAsObstacleId:
740     anOp = new HYDROGUI_ImportGeomObjectOp( aModule, HYDROGUI_ImportGeomObjectOp::ImportSelectedAsObstacle );
741     break;
742   case ImportGeomObjectAsPolylineId:
743     anOp = new HYDROGUI_ImportGeomObjectOp( aModule, HYDROGUI_ImportGeomObjectOp::ImportSelectedAsPolyline );
744     break;
745   case CreateBoxId:
746     anOp = new HYDROGUI_ImportGeomObjectOp( aModule, 
747       HYDROGUI_ImportGeomObjectOp::ImportCreatedAsObstacle, GEOMOp::OpBox );
748     break;
749   case CreateCylinderId:
750     anOp = new HYDROGUI_ImportGeomObjectOp( aModule, 
751       HYDROGUI_ImportGeomObjectOp::ImportCreatedAsObstacle, GEOMOp::OpCylinder );
752     break;
753   case TranslateObstacleId:
754     anOp = new HYDROGUI_TranslateObstacleOp( aModule );
755     break;
756   case CopyViewerPositionId:
757     anOp = new HYDROGUI_CopyPastePositionOp( aModule, false );
758     break;
759   case DeleteId:
760     anOp = new HYDROGUI_DeleteOp( aModule );
761     break;
762   case SetColorId:
763     anOp = new HYDROGUI_SetColorOp( aModule );
764     break;
765   case SetTransparencyId:
766     anOp = new HYDROGUI_SetTransparencyOp( aModule );
767     break;
768   case SetZLevelId:
769     anOp = new HYDROGUI_ZLevelsOp( aModule );
770     break;
771   case EditLocalCSId:
772     anOp = new HYDROGUI_LocalCSOp( aModule );
773     break;
774   case RiverBottomId:
775   case RiverBottomContextId:
776     anOp = new HYDROGUI_RiverBottomOp( aModule );
777     break;
778   case RecognizeContoursId:
779     anOp = new HYDROGUI_RecognizeContoursOp( aModule );
780     break;
781   case ShowId:
782   case ShowOnlyId:
783   case ShowAllId:
784   case HideId:
785   case HideAllId:
786     anOp = new HYDROGUI_ShowHideOp( aModule, theId );
787     break;
788   case SubmersibleId:
789     anOp = new HYDROGUI_SubmersibleOp( aModule, true );
790     break;
791   case UnSubmersibleId:
792     anOp = new HYDROGUI_SubmersibleOp( aModule, false );
793     break;
794   case PolylineExtractionId:
795     anOp = new HYDROGUI_PolylineExtractionOp( aModule );
796     break;
797   case SplitPolylinesId:
798     anOp = new HYDROGUI_SplitPolylinesOp( aModule );
799     break;
800   case MergePolylinesId:
801     anOp = new HYDROGUI_MergePolylinesOp( aModule );
802     break;
803   case ShowAttrPolylinesId:
804     anOp = new HYDROGUI_ShowAttrPolyOp( aModule );
805     break;
806   case LandCoverScalarMapModeOnId:
807   case LandCoverScalarMapModeOffId:
808     anOp = new HYDROGUI_LandCoverColoringOp( aModule, theId );
809     break;
810   case RegenerateRegionColorsId:
811     anOp = new HYDROGUI_RegenerateRegionColorsOp( aModule );
812     break;
813   case ZoneSetColorId:
814     anOp = new HYDROGUI_ZoneSetColorOp( aModule );
815     break;
816   }
817
818   if( !anOp )
819     anOp = LightApp_Module::createOperation( theId );
820
821   return anOp;
822 }
823
824 bool HYDROGUI_Module::reusableOperation( const int id )
825 {
826   if ( id == ImportGeomObjectAsObstacleId ||
827        id == ImportGeomObjectAsPolylineId ) {
828     return false;
829   }
830
831   return LightApp_Module::reusableOperation( id );
832 }
833
834 /**
835  * Returns true if the object with the given entry can be renamed.
836  * @param theEntry the object entry
837  */
838 bool HYDROGUI_Module::renameAllowed( const QString& theEntry ) const
839 {
840   // Allow to rename all HYDRO objects
841   Handle(HYDROData_Entity) anEntity = getDataModel()->objectByEntry( theEntry );
842   return !anEntity.IsNull();
843 }
844 /**
845  * Returns true if the object with the given entry is renamed.
846  * @param theEntry the object entry
847  * @param theName the new name
848  */
849 bool HYDROGUI_Module::renameObject( const QString& theEntry, const QString& theName )
850 {
851   Handle(HYDROData_Entity) anEntity = getDataModel()->objectByEntry( theEntry );
852   bool aRes = false;
853   if ( !anEntity.IsNull() )
854   {
855     HYDROGUI_DataModel* aModel = getDataModel();
856     if( aModel )
857     {
858       if( anEntity->GetName() != theName )
859       {
860         // check that there are no other objects with the same name in the document
861         Handle(HYDROData_Entity) anObject = HYDROGUI_Tool::FindObjectByName( this, theName );
862         if ( anObject.IsNull() )
863         {
864           SUIT_Operation* anOp = application()->activeStudy()->activeOperation();
865           if ( anOp && anOp->inherits( "HYDROGUI_CalculationOp" ) )
866           {
867             anEntity->SetName( theName );
868             aRes = true;
869           }
870           else
871           {
872             aRes = aModel->rename( anEntity, theName );
873           }
874         }
875         else
876         {
877           // Inform the user that the name is already used
878           QString aTitle = QObject::tr( "INSUFFICIENT_INPUT_DATA" );
879           QString aMessage = QObject::tr( "OBJECT_EXISTS_IN_DOCUMENT" ).arg( theName );
880           SUIT_MessageBox::critical( getApp()->desktop(), aTitle, aMessage );
881         }
882       }
883     }
884   }
885   return aRes;
886 }
887
888 void HYDROGUI_Module::onBathymetrySelection()
889 {
890   QAction* a = qobject_cast<QAction*>( sender() );
891   if( !a )
892     return;
893
894   bool isChecked = a->isChecked();
895   if( isChecked )
896     startOperation( BathymetrySelectionId );
897   else
898   {
899     LightApp_Operation* op = operation( BathymetryTextId );
900     if( op )
901       op->abort();
902
903     op = operation( BathymetrySelectionId );
904     if( op )
905       op->abort();
906   }
907 }
908
909 void HYDROGUI_Module::onBathymetryText()
910 {
911   QAction* a = qobject_cast<QAction*>( sender() );
912   if( !a )
913     return;
914
915   bool isChecked = a->isChecked();
916   if( isChecked )
917     startOperation( BathymetryTextId );
918   else
919   {
920     HYDROGUI_BathymetryOp* op = dynamic_cast<HYDROGUI_BathymetryOp*>( operation( BathymetryTextId ) );
921     if( op )
922       op->commit();
923   }
924 }