| 91 | } |
| 92 | |
| 93 | mx::NodeGraphPtr UiNode::getNodeGraph() const |
| 94 | { |
| 95 | return _element ? _element->asA<mx::NodeGraph>() : nullptr; |
| 96 | } |
| 97 | |
| 98 | // return the uiNode connected with input name |
| 99 | UiNodePtr UiNode::getConnectedNode(const std::string& name) |
no outgoing calls
no test coverage detected