X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_UpdateFlags.h;h=c7831fbe981157c7b2c35bd06e456618483f4a21;hb=a1431f03eac1d1aed4203d0568d987c41ce939b3;hp=14ef92ef13124e83280acaa4e388f9de8e5c4805;hpb=db1999ae9883edbf6f18672b5f179a6da4871978;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_UpdateFlags.h b/src/HYDROGUI/HYDROGUI_UpdateFlags.h index 14ef92ef..c7831fbe 100644 --- a/src/HYDROGUI/HYDROGUI_UpdateFlags.h +++ b/src/HYDROGUI/HYDROGUI_UpdateFlags.h @@ -42,6 +42,10 @@ typedef enum UF_OCC_Init = 0x00000100, //!< initial update (used with UF_OCCViewer) UF_OCC_Forced = 0x00000200, //!< to force recomputing all presentations (used with UF_OCCViewer) + UF_VTKViewer = 0x00000800, //!< OCC viewer + UF_VTK_Init = 0x00001000, //!< initial update (used with UF_OCCViewer) + UF_VTK_Forced = 0x00002000, //!< to force recomputing all presentations (used with UF_OCCViewer) + UF_FitAll = 0x00000400, //!< to do fit all (used with UF_Viewer or UF_OCCViewer) UF_All = UF_Base | UF_GV_Init | UF_GV_Forced | UF_OCCViewer | UF_OCC_Init | UF_OCC_Forced//!< all update flags