Home
last modified time | relevance | path

Searched refs:nodesToNotify (Results 1 – 1 of 1) sorted by relevance

/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DMapDocumentCommandFacade.cpp346 const Model::NodeList nodesToNotify = Model::collectChildren(nodes); in performReparentNodes() local
353 …::NotifyBeforeAndAfter notifyNodes(nodesWillChangeNotifier, nodesDidChangeNotifier, nodesToNotify); in performReparentNodes()