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

Method clearCanvas

UnitTests/UnitTest_GraphView/BaseGraphView.h:454–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452 }
453
454 void clearCanvas()
455 {
456 for (auto& mConnection : mConnections)
457 mConnection->setVisible(false);
458 mCurrentIndexConnection = 0;
459 }
460
461 MyGUI::Widget* getNextWidget()
462 {

Callers

nothing calls this directly

Calls 1

setVisibleMethod · 0.45

Tested by

no test coverage detected