| 571 | } |
| 572 | |
| 573 | void RcxController::setViewRootId(uint64_t id) { |
| 574 | if (m_viewRootId == id) return; |
| 575 | m_viewRootId = id; |
| 576 | refresh(); |
| 577 | } |
| 578 | |
| 579 | void RcxController::scrollToNodeId(uint64_t nodeId) { |
| 580 | if (auto* editor = primaryEditor()) |
no outgoing calls