MCPcopy Create free account
hub / github.com/KDE/okular / configurableGenerators

Method configurableGenerators

core/document.cpp:4882–4892  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4880}
4881
4882QList<KPluginMetaData> DocumentPrivate::configurableGenerators()
4883{
4884 const QList<KPluginMetaData> available = availableGenerators();
4885 QList<KPluginMetaData> result;
4886 for (const KPluginMetaData &md : available) {
4887 if (md.rawData().value(QStringLiteral("X-KDE-okularHasInternalSettings")).toBool()) {
4888 result << md;
4889 }
4890 }
4891 return result;
4892}
4893
4894KPluginMetaData Document::generatorInfo() const
4895{

Callers 1

setupViewerActionsMethod · 0.80

Calls 2

valueMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected