MCPcopy Create free account
hub / github.com/SpartanJ/eepp / registerPlugin

Method registerPlugin

src/tools/ecode/plugins/pluginmanager.cpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void PluginManager::registerPlugin( const PluginDefinition& def ) {
39 mDefinitions[def.id] = def;
40}
41
42void PluginManager::setUIReady() {
43 sendBroadcast( PluginMessageType::UIReady, PluginMessageFormat::Empty, nullptr );

Callers 3

onPluginEnabledMethod · 0.45
initPluginManagerMethod · 0.45
onNewEditorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected