| 220 | } |
| 221 | |
| 222 | void |
| 223 | VisualNode::unstopAll(const NodeAllocator& na) { |
| 224 | UnstopAllCursor c(this,na); |
| 225 | PreorderNodeVisitor<UnstopAllCursor>(c).run(); |
| 226 | dirtyUp(na); |
| 227 | } |
| 228 | |
| 229 | void |
| 230 | VisualNode::changedStatus(const NodeAllocator& na) { dirtyUp(na); } |