X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_Module.h;h=3561ed1c9b82048d45cbaa6b356db06ac36592d8;hb=5cae7e874afd2fc1b6f61023e8ebd33a933db3c7;hp=14c366a9ba02cce29ce348e9d69daf72330e737f;hpb=754600d998f99ee604193e739f852a8b6f04031b;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_Module.h b/src/HYDROGUI/HYDROGUI_Module.h index 14c366a9..3561ed1c 100644 --- a/src/HYDROGUI/HYDROGUI_Module.h +++ b/src/HYDROGUI/HYDROGUI_Module.h @@ -23,7 +23,7 @@ #ifndef HYDROGUI_MODULE_H #define HYDROGUI_MODULE_H -#include +#include #include @@ -58,6 +58,7 @@ public: VMR_Unknown = 0, VMR_General, VMR_TransformImage, + VMR_ReferenceImage, VMR_ObserveImage, //VMR_PreviewZone, // totally unused, to delete VMR_PreviewCaseZones // actually unused, to review @@ -110,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();