MCPcopy Create free account
hub / github.com/Linloir/GraphBuilder / SetSelection

Method SetSelection

customWidgets.cpp:298–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298void singleSelectGroup::SetSelection(selectionItem *item){
299 int id = selections.indexOf(item);
300 selections[id]->Select();
301}
302
303void singleSelectGroup::changeSelection(selectionItem *item){
304 int id = selections.indexOf(item);

Callers 2

InitMethod · 0.80
CreateSettingsMethod · 0.80

Calls 1

SelectMethod · 0.80

Tested by

no test coverage detected