]> SALOME platform Git repositories - modules/gui.git/commit
Salome HOME
Optimization of Object Browser update: TRIPOLI_3_2_BR
authormpv <mpv@opencascade.com>
Tue, 13 Mar 2012 04:28:46 +0000 (04:28 +0000)
committermpv <mpv@opencascade.com>
Tue, 13 Mar 2012 04:28:46 +0000 (04:28 +0000)
commit65f269f30a3f4124cbc78a2426cc5ca2ec2fb060
tree60767101420c7c45339f9af992970b134cf28f16
parentb8c0a8ad18b432debbffa2381c6b002d7e00ecdd
Optimization of Object Browser update:
on setAutoUpdate flag to true for tree of 30000 elements "updateItem" emits "changeLayout" signal for each item (evn for not-updated), that updated whole widget.
Now it may be prevented by the autoUpdateLayout flag.
src/SUIT/SUIT_DataBrowser.cxx
src/SUIT/SUIT_DataBrowser.h
src/SUIT/SUIT_TreeModel.cxx
src/SUIT/SUIT_TreeModel.h