X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FHYDROGUI%2FHYDROGUI_Module.h;h=808958f64ee96844d5074ec9f93c2bc05be68000;hb=9e5f9721be88b2f58dcf4ae6564b2bee69fdb65e;hp=0aaf8f0b7091d17811b72d8a19693f0641441afd;hpb=d5288d46b0d85156f7666edf2cef050dc6655eae;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_Module.h b/src/HYDROGUI/HYDROGUI_Module.h index 0aaf8f0b..808958f6 100644 --- a/src/HYDROGUI/HYDROGUI_Module.h +++ b/src/HYDROGUI/HYDROGUI_Module.h @@ -143,6 +143,10 @@ public: void removeViewVTKPrs( const int theViewId ); void removeObjectVTKPrs( const int theViewId, const Handle(HYDROData_Entity)& theObject ); + /** + * Update global imposed range of Z values for VTK viewer + */ + void updateVTKZRange( double theRange[] ); QStringList GetGeomObjectsToImport(); @@ -162,6 +166,8 @@ protected: protected slots: void onOperation(); + void onDelete(); + bool onUndo( int theNumActions ); bool onRedo( int theNumActions );