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

Method resourceImportFinished

Source/Core/CtrlrPanel/CtrlrPanel.cpp:1762–1773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1760}
1761
1762void CtrlrPanel::resourceImportFinished()
1763{
1764 owner.getFontManager().reloadImportedFonts(this);
1765
1766 if (luaPanelResourcesLoadedCbk && !luaPanelResourcesLoadedCbk.wasObjectDeleted())
1767 {
1768 if (luaPanelResourcesLoadedCbk->isValid())
1769 {
1770 getCtrlrLuaManager().getMethodManager().call (luaPanelResourcesLoadedCbk);
1771 }
1772 }
1773}
1774
1775const String CtrlrPanel::getPanelInstanceID()
1776{

Callers

nothing calls this directly

Calls 3

reloadImportedFontsMethod · 0.80
isValidMethod · 0.45
callMethod · 0.45

Tested by

no test coverage detected