| 385 | #endif |
| 386 | } |
| 387 | |
| 388 | void Runtime::updateAttributeState(ViewNode& viewNode, const StringBox& attributeName, const Value& attributeValue) { |
| 389 | auto attributeId = _attributeIds.getIdForName(attributeName); |
| 390 | |
| 391 | viewNode.valueChanged(attributeId, attributeValue, false); |
| 392 | } |
| 393 | |
| 394 | DumpedLogs Runtime::dumpContextsLogs() const { |