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

Method getResource

Source/Core/CtrlrPanel/CtrlrPanelResourceManager.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127CtrlrPanelResource *CtrlrPanelResourceManager::getResource (const int resourceIndex)
128{
129 return (resources[resourceIndex]);
130}
131
132CtrlrPanelResource *CtrlrPanelResourceManager::getResource (const String &resourceName)
133{

Callers 3

refreshDynamicDataMethod · 0.45
reloadImportedFontsMethod · 0.45
exportPanelMethod · 0.45

Calls 3

getNameMethod · 0.65
getMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected