Salome HOME
Fix for the bug #42: point C is not activated, but point C is shown in preview in...
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Module.h
index c4c1317e0357977bb9d6ac57812beb361a6a89c1..3561ed1c9b82048d45cbaa6b356db06ac36592d8 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef HYDROGUI_MODULE_H
 #define HYDROGUI_MODULE_H
 
-#include <HYDROData_Object.h>
+#include <HYDROData_Entity.h>
 
 #include <LightApp_Module.h>
 
@@ -111,19 +111,19 @@ public:
                                                       const ViewManagerRole theRole );
 
   bool                            isObjectVisible( const int theViewId,
-                                                   const Handle(HYDROData_Object)& theObject ) const;
+                                                   const Handle(HYDROData_Entity)& theObject ) const;
   void                            setObjectVisible( const int theViewId,
-                                                    const Handle(HYDROData_Object)& theObject,
+                                                    const Handle(HYDROData_Entity)& theObject,
                                                     const bool theState );
 
   HYDROGUI_Shape*                 getObjectShape( const int                       theViewId,
-                                                  const Handle(HYDROData_Object)& theObject ) const;
+                                                  const Handle(HYDROData_Entity)& theObject ) const;
   void                            setObjectShape( const int                       theViewId,
-                                                  const Handle(HYDROData_Object)& theObject,
+                                                  const Handle(HYDROData_Entity)& theObject,
                                                   HYDROGUI_Shape*                 theShape );
   void                            removeViewShapes( const int                       theViewId );
   void                            removeObjectShape( const int                       theViewId,
-                                                     const Handle(HYDROData_Object)& theObject );
+                                                     const Handle(HYDROData_Entity)& theObject );
 
 protected:
   CAM_DataModel*                  createDataModel();