MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / plugins

Method plugins

src/settings.cpp:1399–1402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1397}
1398
1399std::vector<MOBase::IPlugin*> PluginSettings::plugins() const
1400{
1401 return m_Plugins;
1402}
1403
1404QVariant PluginSettings::setting(const QString& pluginName, const QString& key) const
1405{

Callers 11

registerPluginMethod · 0.80
unloadPluginMethod · 0.80
unloadPluginsMethod · 0.80
loadPluginsMethod · 0.80
PluginsSettingsTabMethod · 0.80
updateMethod · 0.80
OrganizerCoreMethod · 0.80
pluginSettingMethod · 0.80
setPluginSettingMethod · 0.80
persistentMethod · 0.80
setPersistentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected