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

Method textPage

core/textdocumentgenerator.cpp:419–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417}
418
419Okular::TextPage *TextDocumentGenerator::textPage(Okular::TextRequest *request)
420{
421 Q_D(TextDocumentGenerator);
422 return d->createTextPage(request->page()->number());
423}
424
425Document::PrintError TextDocumentGenerator::print(QPrinter &printer)
426{

Callers

nothing calls this directly

Calls 3

createTextPageMethod · 0.80
numberMethod · 0.80
pageMethod · 0.45

Tested by

no test coverage detected