Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
QObject* PluginLoader::instance() {
45
return isActive() ? m_loader->instance() : nullptr;
46
}
47
48
bool PluginLoader::isActive() const {
49
return (PluginStatus::Active == m_status);
Callers
3
enablePlugin
Method · 0.45
disablePlugin
Method · 0.45
instanceOfPlugin
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected