| 1735 | return _emittingViewNode != nullptr; |
| 1736 | } |
| 1737 | |
| 1738 | ViewNode* ViewNode::getEmittingViewNode() const { |
| 1739 | return _emittingViewNode.get(); |
| 1740 | } |
| 1741 | |
| 1742 | void ViewNode::valueChanged(AttributeId attribute, const Value& value, bool shouldNotifySync) { |
| 1743 | _attributesApplier.updateAttributeWithoutUpdate(attribute, value); |