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

Method documentSynopsis

core/document.cpp:2909–2912  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2907}
2908
2909const DocumentSynopsis *Document::documentSynopsis() const
2910{
2911 return d->m_generator ? d->m_generator->generateDocumentSynopsis() : nullptr;
2912}
2913
2914void Document::startFontReading()
2915{

Callers 3

testDocumentStructureMethod · 0.80
openUrlMethod · 0.80
notifySetupMethod · 0.80

Calls 1

Tested by 1

testDocumentStructureMethod · 0.64