MCPcopy Create free account
hub / github.com/KDE/labplot / instance

Method instance

src/backend/core/plugin/PluginLoader.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44QObject* PluginLoader::instance() {
45 return isActive() ? m_loader->instance() : nullptr;
46}
47
48bool PluginLoader::isActive() const {
49 return (PluginStatus::Active == m_status);

Callers 3

enablePluginMethod · 0.45
disablePluginMethod · 0.45
instanceOfPluginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected