| 1760 | } |
| 1761 | |
| 1762 | void 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 | |
| 1775 | const String CtrlrPanel::getPanelInstanceID() |
| 1776 | { |
nothing calls this directly
no test coverage detected