From 35099cb7b439a00dd35f48438f438de6ff3e2999 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 7 Nov 2007 09:32:54 +0000 Subject: [PATCH] PAL16774 (Crash after display of many groups) + void RemoveVisuData(int studyID); - void UpdateView (SUIT_ViewWindow*, + bool UpdateView (SUIT_ViewWindow*, --- src/SMESHGUI/SMESHGUI_VTKUtils.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/SMESHGUI/SMESHGUI_VTKUtils.h b/src/SMESHGUI/SMESHGUI_VTKUtils.h index 0e5f7dad7..4d866c132 100644 --- a/src/SMESHGUI/SMESHGUI_VTKUtils.h +++ b/src/SMESHGUI/SMESHGUI_VTKUtils.h @@ -90,13 +90,14 @@ namespace SMESH { SMESH_Actor* CreateActor (_PTR(Study), const char*, int = false); void DisplayActor (SUIT_ViewWindow*, SMESH_Actor* theActor); void RemoveActor (SUIT_ViewWindow*, SMESH_Actor* theActor); + void RemoveVisuData(int studyID); //---------------------------------------------------------------------------- enum EDisplaing {eDisplayAll, eDisplay, eDisplayOnly, eErase, eEraseAll}; - void UpdateView (SUIT_ViewWindow*, + bool UpdateView (SUIT_ViewWindow*, EDisplaing theAction, const char* theEntry = ""); - void UpdateView (EDisplaing theAction, + bool UpdateView (EDisplaing theAction, const char* theEntry = ""); void UpdateView(); -- 2.39.2