MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / onNodeDoubleClicked

Method onNodeDoubleClicked

bt_editor/graphic_container.cpp:302–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302void GraphicContainer::onNodeDoubleClicked(Node &root_node)
303{
304 auto nodes = getSubtreeNodesRecursively(root_node);
305 for(auto node: nodes)
306 {
307 node->nodeGraphicsObject().setSelected(true);
308 }
309}
310
311void GraphicContainer::onPortValueDoubleClicked(QLineEdit *edit_value)
312{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected