Methods | |
DzPlugin | findPlugin (String pluginName) |
String | getDisabledPluginFilename (Number which) |
String | getDisabledPluginName (Number which) |
String | getDisabledPluginReason (Number which) |
String | getFailedPluginName (Number which) |
String | getFailedPluginReason (Number which) |
Number | getNumDisabledPlugins () |
Number | getNumFailedPlugins () |
Number | getNumPlugins () |
DzPlugin | getPlugin (Number which) |
which | The index of the disabled plug-in to get the filename of. |
which | The index of the disabled plug-in to get the name of. |
which | The index of the disabled plug-in to get the disabled string of. |
which | The index of the failed plug-in to get the name of. |
which | The index of the failed plug-in to get the failure string of. |
Number DzPluginMgr::getNumDisabledPlugins | ( | ) |
Number DzPluginMgr::getNumFailedPlugins | ( | ) |
Number DzPluginMgr::getNumPlugins | ( | ) |
which | The index of the plug-in to get. |