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

Method isActive

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

Source from the content-addressed store, hash-verified

46}
47
48bool PluginLoader::isActive() const {
49 return (PluginStatus::Active == m_status);
50}
51
52bool PluginLoader::load() {
53 if (!m_loader)

Callers 8

saveMethod · 0.80
datasetClickedMethod · 0.80
onDisconnectMethod · 0.80
refreshPreviewMethod · 0.80
prepareAndExecuteMethod · 0.80
testIntegerMessageMethod · 0.80
testNumericMessageMethod · 0.80
testTextMessageMethod · 0.80

Calls

no outgoing calls

Tested by 3

testIntegerMessageMethod · 0.64
testNumericMessageMethod · 0.64
testTextMessageMethod · 0.64