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

Method embeddedFiles

core/document.cpp:2961–2964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2959}
2960
2961const QList<EmbeddedFile *> *Document::embeddedFiles() const
2962{
2963 return d->m_generator ? d->m_generator->embeddedFiles() : nullptr;
2964}
2965
2966const Page *Document::page(int n) const
2967{

Callers 3

dataObjectsMethod · 0.45
EmbeddedFilesDialogMethod · 0.45
openFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected