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

Method fileName

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

Source from the content-addressed store, hash-verified

38}
39
40QString PluginLoader::fileName() const {
41 return m_fileName;
42}
43
44QObject* PluginLoader::instance() {
45 return isActive() ? m_loader->instance() : nullptr;

Callers 15

renderImageLaTeXMethod · 0.45
executeLatexProcessMethod · 0.45
imageFromPDFMethod · 0.45
imageFromDVIMethod · 0.45
viewMethod · 0.45
loadNotebookMethod · 0.45
enablePluginMethod · 0.45
disablePluginMethod · 0.45
loadedPluginFileNamesMethod · 0.45
failedPluginFileNamesMethod · 0.45
errorOfPluginMethod · 0.45
instanceOfPluginMethod · 0.45

Calls

no outgoing calls