Method
IdeTreeModelinvalidate
since: 3.32
Description
Invalidates model
starting from node
so that those items
are rebuilt using the configured tree addins.
If node
is NULL
, the root of the tree is invalidated.
Available since: 3.32
Parameters
node
-
Type:
IdeTreeNode
An
IdeTreeNode
orNULL
.The argument can be NULL
.The data is owned by the caller of the function.