X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_Module.h;h=2e62e5081b5ee87f1358736728b65e353f29e1a1;hb=58bb6b7459bebeeb089c9ed486c4683a8bae7288;hp=381bf95da8ebd3bd44de8fc2d573aabb79239fef;hpb=281a4cd992ae7151a85c979648e6dd2e61978421;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_Module.h b/src/HYDROGUI/HYDROGUI_Module.h index 381bf95d..2e62e508 100644 --- a/src/HYDROGUI/HYDROGUI_Module.h +++ b/src/HYDROGUI/HYDROGUI_Module.h @@ -41,7 +41,7 @@ class SVTK_Viewer; class SUIT_ViewWindow; class SUIT_ViewManager; -class Handle(HYDROData_StricklerTable); +class HYDROData_StricklerTable; class HYDROGUI_DataModel; class HYDROGUI_Displayer; @@ -157,6 +157,9 @@ public: void setObjectVisible( const int theViewId, const Handle(HYDROData_Entity)& theObject, const bool theState ); + + virtual void preferencesChanged( const QString&, const QString& ); + /** * Set IsToUpdate flag for all presentations of the given object to recompute them during * the next viewer(s) updating. @@ -214,6 +217,8 @@ public: */ QCursor getPrefEditCursor() const; + void clearCache(); + /** * Returns Strickler table used for Land Cover scalar map coloring in the given view. * @param theViewId the view id @@ -248,6 +253,8 @@ public: */ void setObjectRemoved( const Handle(HYDROData_Entity)& theObject ); + void enableLCMActions(); + protected: CAM_DataModel* createDataModel();