Salome HOME
refs #1327: debug of scaling operations
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Tool2.h
index e39bc3f68b161ff3837b17f9b4f217ab2eb0c30a..980372accdd67de3de4b3adaece5c9e10db46d46 100644 (file)
@@ -33,7 +33,7 @@ class HYDROGUI_Prs;
 class SUIT_ViewManager;
 class GraphicsView_ViewPort;
 class OCCViewer_ViewFrame;
-class Handle_HYDROData_Document;
+class HYDROData_Document;
 
 namespace HYDROGUI_Tool
 {
@@ -52,7 +52,7 @@ namespace HYDROGUI_Tool
 
   HYDROData_SequenceOfObjects GetSelectedObjects( HYDROGUI_Module* theModule );
 
-  bool IsObjectHasPresentation( const Handle_HYDROData_Entity& theObject,
+  bool IsObjectHasPresentation( const Handle(HYDROData_Entity)& theObject,
                                 const QString&                 theViewerType = "" );
 
   Handle(HYDROData_Entity) GetSelectedObject( HYDROGUI_Module* theModule );
@@ -95,7 +95,7 @@ namespace HYDROGUI_Tool
 
   QColor GenerateFillingColor( HYDROGUI_Module* theModule, const QStringList& theZoneNames );
 
-  QColor GenerateFillingColor( const Handle_HYDROData_Document& theDoc,
+  QColor GenerateFillingColor( const Handle(HYDROData_Document)& theDoc,
                                const QStringList& theZoneNames );
 
   QStringList GetSelectedGeomObjects( HYDROGUI_Module* theModule,