| 1449 | |
| 1450 | float ViewNode::getPointScale() const { |
| 1451 | if (_viewFactory == nullptr) { |
| 1452 | return 0; |
| 1453 | } |
| 1454 | return _viewFactory->getViewManager().getPointScale(); |
| 1455 | } |
| 1456 | |
| 1457 | void ViewNode::onChildrenChanged() { |
| 1458 | setChildrenIndexerNeedsUpdate(); |