MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / getResourcesCopy

Method getResourcesCopy

Source/Core/CtrlrPanel/CtrlrPanelResourceManager.cpp:519–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517}
518
519Array <CtrlrPanelResource*> CtrlrPanelResourceManager::getResourcesCopy()
520{
521 Array <CtrlrPanelResource*> ret;
522 for (int i=0; i<resources.size(); i++)
523 {
524 ret.add (resources[i]);
525 }
526 return (ret);
527}

Callers 2

updateTableMethod · 0.80
visibilityChangedMethod · 0.80

Calls 2

sizeMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected