Salome HOME
IPAL54049: Operations on multiple study objects are very long
authoreap <eap@opencascade.com>
Wed, 22 Mar 2017 14:02:15 +0000 (17:02 +0300)
committereap <eap@opencascade.com>
Wed, 22 Mar 2017 14:02:15 +0000 (17:02 +0300)
commitfb044eba690087ceb33185b914dd18418867ea4f
tree66d483382d4997be1e7f654e4887f00b4435142e
parent7c7eefda24f12cb42a498d092d83c0e8af71203f
IPAL54049: Operations on multiple study objects are very long

Most of time was spent in GEOM_Displayer::UpdateColorScale() {
myApp->selectionMgr()->selectedObjects( aSelectedObjects );
}
19 files changed:
src/BuildGUI/BuildGUI_FaceDlg.cxx
src/DependencyTree/DependencyTree_View.cxx
src/GEOMBase/GEOMBase_Helper.cxx
src/GEOMGUI/GEOMGUI_AnnotationMgr.cxx
src/GEOMGUI/GEOMGUI_Selection.cxx
src/GEOMGUI/GEOM_Displayer.cxx
src/GEOMGUI/GEOM_Displayer.h
src/GEOMGUI/GeometryGUI.cxx
src/GEOMToolsGUI/GEOMToolsGUI.cxx
src/GEOMToolsGUI/GEOMToolsGUI_1.cxx
src/GEOMToolsGUI/GEOMToolsGUI_DeleteDlg.cxx
src/GEOMToolsGUI/GEOMToolsGUI_MaterialPropertiesDlg.cxx
src/GEOMToolsGUI/GEOMToolsGUI_PublishDlg.cxx
src/GEOMToolsGUI/GEOMToolsGUI_ReduceStudyDlg.cxx
src/IGESPlugin/IGESPlugin_GUI.cxx
src/MeasureGUI/MeasureGUI_AnnotationDlg.cxx
src/MeasureGUI/MeasureGUI_CheckCompoundOfBlocksDlg.cxx
src/STLPlugin/STLPlugin_GUI.cxx
src/XAOPlugin/XAOPlugin_ImportDlg.cxx