| 150 | |
| 151 | protected: |
| 152 | void setCanvasWidget(const std::string& _widgetName) |
| 153 | { |
| 154 | assignWidget(mCanvas, _widgetName); |
| 155 | |
| 156 | updateCanvas(); |
| 157 | } |
| 158 | |
| 159 | private: |
| 160 | void removeAllConnections(BaseGraphNode* _node) |
nothing calls this directly
no test coverage detected