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

Method canExportToText

core/document.cpp:3052–3060  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3050}
3051
3052bool Document::canExportToText() const
3053{
3054 if (!d->m_generator) {
3055 return false;
3056 }
3057
3058 d->cacheExportFormats();
3059 return !d->m_exportToText.isNull();
3060}
3061
3062bool Document::exportToText(const QString &fileName) const
3063{

Callers 1

openFileMethod · 0.80

Calls 2

cacheExportFormatsMethod · 0.80
isNullMethod · 0.45

Tested by

no test coverage detected