| 509 | } |
| 510 | |
| 511 | void |
| 512 | Gui::selectNode(const NodeGuiPtr& node) |
| 513 | { |
| 514 | if (!node) { |
| 515 | return; |
| 516 | } |
| 517 | _imp->_nodeGraphArea->selectNode(node, false); //< wipe current selection |
| 518 | } |
| 519 | |
| 520 | void |
| 521 | Gui::connectInput(int inputNb, |
no outgoing calls
no test coverage detected