MCPcopy Create free account
hub / github.com/IChooseYou/Reclass / setViewRootId

Method setViewRootId

src/controller.cpp:573–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 6

createTabMethod · 0.80
newDocumentMethod · 0.80
createWorkspaceDockMethod · 0.80
toolTreeApplyMethod · 0.80
toolUiActionMethod · 0.80

Calls

no outgoing calls

Tested by 1