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

Method setResource

Source/UIComponents/CtrlrComponents/Groups/CtrlrGroup.cpp:384–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382}
383
384void CtrlrGroup::setResource()
385{
386 groupBackgroundImage = owner.getOwnerPanel().getResourceManager().getResourceAsImage(getProperty(Ids::uiGroupBackgroundImage));
387 repaint();
388 resized();
389}
390
391void CtrlrGroup::reloadResources(Array <CtrlrPanelResource*> resourcesThatChanged)
392{

Callers

nothing calls this directly

Calls 3

getResourceAsImageMethod · 0.80
repaintFunction · 0.50
resizedFunction · 0.50

Tested by

no test coverage detected