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

Method exportFormats

core/document.cpp:3076–3084  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3074}
3075
3076ExportFormat::List Document::exportFormats() const
3077{
3078 if (!d->m_generator) {
3079 return ExportFormat::List();
3080 }
3081
3082 d->cacheExportFormats();
3083 return d->m_exportFormats;
3084}
3085
3086bool Document::exportTo(const QString &fileName, const ExportFormat &format) const
3087{

Callers 2

cacheExportFormatsMethod · 0.45
openFileMethod · 0.45

Calls 1

cacheExportFormatsMethod · 0.80

Tested by

no test coverage detected