Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
QString PluginLoader::fileName() const {
41
return m_fileName;
42
}
43
44
QObject* PluginLoader::instance() {
45
return isActive() ? m_loader->instance() : nullptr;
Callers
15
renderImageLaTeX
Method · 0.45
executeLatexProcess
Method · 0.45
imageFromPDF
Method · 0.45
imageFromDVI
Method · 0.45
view
Method · 0.45
loadNotebook
Method · 0.45
enablePlugin
Method · 0.45
disablePlugin
Method · 0.45
loadedPluginFileNames
Method · 0.45
failedPluginFileNames
Method · 0.45
errorOfPlugin
Method · 0.45
instanceOfPlugin
Method · 0.45
Calls
no outgoing calls
Tested by
15
TestImportCSV
Method · 0.36
datapickerImageLoadImageAbsolute
Method · 0.36
datapickerImageLoadImageRelative
Method · 0.36
datapickerImageLoadImageEmbeddAbsolute
Method · 0.36
datapickerImageLoadImageEmbeddAbsoluteUndoRedo
Method · 0.36
datapickerImageLoadImageEmbeddRelative
Method · 0.36
datapickerImageLoadImageEmbeddRelativeUndoRedo
Method · 0.36
datapickerImageClipboard
Method · 0.36
datapickerImageClipboardSelectImageFromPath
Method · 0.36
testReadContinuousFixed00
Method · 0.36
testReadContinuousFixed01
Method · 0.36
testReadContinuousFixed02
Method · 0.36