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

Method searchPath

src/frontend/PlotTemplateDialog.h:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 virtual QVariant data(const QModelIndex& index, int role = Qt::DisplayRole) const override;
61 virtual int rowCount(const QModelIndex& parent = QModelIndex()) const override;
62 QString searchPath() {
63 return mSearchPath;
64 }
65
66 enum Roles {
67 FilenameRole = Qt::ItemDataRole::UserRole + 1,

Callers 2

PlotTemplateDialogMethod · 0.80
changePreviewSourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected