]> SALOME platform Git repositories - modules/gui.git/commit
Salome HOME
SUIT_DataObject::setModified() became virtual, it infroms the tree model about the...
authorsan <san@opencascade.com>
Mon, 28 May 2012 17:24:39 +0000 (17:24 +0000)
committersan <san@opencascade.com>
Mon, 28 May 2012 17:24:39 +0000 (17:24 +0000)
commit487b1c096c815985a350103e8cf06b14bad099c1
treea49ff06ab4e3797ca2831d1ef4f121f6ba601263
parent25d8b80d79e3f283cbeae98867ee13c2f1e8537f
SUIT_DataObject::setModified() became virtual, it infroms the tree model about the data change with help of a new modified(SUIT_DataObject*) signal.

SUIT_AbstractModel::setVisibilityState() got the 3rd argument that can be used to block dataChanged() signal
src/SUIT/SUIT_DataObject.cxx
src/SUIT/SUIT_DataObject.h
src/SUIT/SUIT_TreeModel.cxx
src/SUIT/SUIT_TreeModel.h