MCPcopy Create free account
hub / github.com/MyGUI/mygui / setCanvasWidget

Method setCanvasWidget

UnitTests/UnitTest_GraphView/BaseGraphView.h:152–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

assignWidgetFunction · 0.85

Tested by

no test coverage detected