Okular::TextDocumentGenerator
#include <textdocumentgenerator.h>
Public Member Functions | |
TextDocumentGenerator (TextDocumentConverter *converter, const QString &configName, QObject *parent, const QVariantList &args) | |
void | addPages (KConfigDialog *dlg) override |
bool | canGeneratePixmap () const override |
Okular::ExportFormat::List | exportFormats () const override |
bool | exportTo (const QString &fileName, const Okular::ExportFormat &format) override |
TextDocumentSettings * | generalSettings () |
Okular::DocumentInfo | generateDocumentInfo (const QSet< DocumentInfo::Key > &keys) const override |
const Okular::DocumentSynopsis * | generateDocumentSynopsis () override |
void | generatePixmap (Okular::PixmapRequest *request) override |
Document::OpenResult | loadDocumentWithPassword (const QString &fileName, QVector< Okular::Page * > &pagesVector, const QString &password) override |
Document::PrintError | print (QPrinter &printer) override |
bool | reparseConfig () override |
Public Member Functions inherited from Okular::Generator | |
Generator (QObject *parent=nullptr, const QVariantList &args=QVariantList()) | |
~Generator () override | |
virtual Okular::Action * | additionalDocumentAction (Document::DocumentAdditionalActionType type) |
virtual bool | canGenerateTextPage () const |
virtual bool | canSign () const |
virtual CertificateStore * | certificateStore () const |
bool | closeDocument () |
virtual bool | defaultPageContinuous () const |
virtual PageLayout | defaultPageLayout () const |
virtual const QList< EmbeddedFile * > * | embeddedFiles () const |
virtual FontInfo::List | fontsForPage (int page) |
virtual void | freeOpaqueActionContents (const BackendOpaqueAction &action) |
void | generateTextPage (Page *page) |
bool | hasFeature (GeneratorFeature feature) const |
virtual bool | isAllowed (Permission action) const |
virtual QAbstractItemModel * | layersModel () const |
virtual bool | loadDocument (const QString &fileName, QVector< Page * > &pagesVector) |
virtual bool | loadDocumentFromData (const QByteArray &fileData, QVector< Page * > &pagesVector) |
virtual Document::OpenResult | loadDocumentFromDataWithPassword (const QByteArray &fileData, QVector< Page * > &pagesVector, const QString &password) |
virtual QVariant | metaData (const QString &key, const QVariant &option) const |
virtual BackendOpaqueAction::OpaqueActionResult | opaqueAction (const BackendOpaqueAction *action) |
virtual void | pageSizeChanged (const PageSize &pageSize, const PageSize &oldPageSize) |
virtual PageSize::List | pageSizes () const |
virtual PageSizeMetric | pagesSizeMetric () const |
virtual void | rotationChanged (Rotation orientation, Rotation oldOrientation) |
void | setDPI (const QSizeF dpi) |
virtual bool | sign (const NewSignatureData &data, const QString &rFilename) |
virtual SwapBackingFileResult | swapBackingFile (const QString &newFileName, QVector< Okular::Page * > &newPagesVector) |
virtual void | walletDataForFile (const QString &fileName, QString *walletName, QString *walletFolder, QString *walletKey) const |
Public Member Functions inherited from QObject | |
QObject (QObject *parent) | |
QBindable< QString > | bindableObjectName () |
bool | blockSignals (bool block) |
const QObjectList & | children () const const |
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const const |
void | deleteLater () |
void | destroyed (QObject *obj) |
bool | disconnect (const char *signal, const QObject *receiver, const char *method) const const |
bool | disconnect (const QObject *receiver, const char *method) const const |
void | dumpObjectInfo () const const |
void | dumpObjectTree () const const |
QList< QByteArray > | dynamicPropertyNames () const const |
virtual bool | event (QEvent *e) |
virtual bool | eventFilter (QObject *watched, QEvent *event) |
T | findChild (const QString &name, Qt::FindChildOptions options) const const |
QList< T > | findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const const |
QList< T > | findChildren (const QString &name, Qt::FindChildOptions options) const const |
QList< T > | findChildren (Qt::FindChildOptions options) const const |
bool | inherits (const char *className) const const |
void | installEventFilter (QObject *filterObj) |
bool | isQuickItemType () const const |
bool | isWidgetType () const const |
bool | isWindowType () const const |
void | killTimer (int id) |
virtual const QMetaObject * | metaObject () const const |
void | moveToThread (QThread *targetThread) |
QString | objectName () const const |
void | objectNameChanged (const QString &objectName) |
QObject * | parent () const const |
QVariant | property (const char *name) const const |
Q_CLASSINFO (Name, Value) | |
Q_EMIT Q_EMIT | |
Q_ENUM (...) | |
Q_ENUM_NS (...) | |
Q_ENUMS (...) | |
Q_FLAG (...) | |
Q_FLAG_NS (...) | |
Q_FLAGS (...) | |
Q_GADGET Q_GADGET | |
Q_GADGET_EXPORT (EXPORT_MACRO) | |
Q_INTERFACES (...) | |
Q_INVOKABLE Q_INVOKABLE | |
Q_MOC_INCLUDE Q_MOC_INCLUDE | |
Q_NAMESPACE Q_NAMESPACE | |
Q_NAMESPACE_EXPORT (EXPORT_MACRO) | |
Q_OBJECT Q_OBJECT | |
Q_PROPERTY (...) | |
Q_REVISION Q_REVISION | |
Q_SET_OBJECT_NAME (Object) | |
Q_SIGNAL Q_SIGNAL | |
Q_SIGNALS Q_SIGNALS | |
Q_SLOT Q_SLOT | |
Q_SLOTS Q_SLOTS | |
T | qobject_cast (const QObject *object) |
T | qobject_cast (QObject *object) |
QT_NO_NARROWING_CONVERSIONS_IN_CONNECT QT_NO_NARROWING_CONVERSIONS_IN_CONNECT | |
void | removeEventFilter (QObject *obj) |
void | setObjectName (const QString &name) |
void | setObjectName (QAnyStringView name) |
void | setParent (QObject *parent) |
bool | setProperty (const char *name, const QVariant &value) |
bool | setProperty (const char *name, QVariant &&value) |
bool | signalsBlocked () const const |
int | startTimer (int interval, Qt::TimerType timerType) |
int | startTimer (std::chrono::milliseconds interval, Qt::TimerType timerType) |
QThread * | thread () const const |
Public Member Functions inherited from Okular::ConfigInterface | |
ConfigInterface (const ConfigInterface &)=delete | |
virtual | ~ConfigInterface () |
ConfigInterface & | operator= (const ConfigInterface &)=delete |
Protected Member Functions | |
TextDocumentConverter * | converter () |
bool | doCloseDocument () override |
void | setTextDocument (QTextDocument *textDocument) |
Okular::TextPage * | textPage (Okular::TextRequest *request) override |
Protected Member Functions inherited from Okular::Generator | |
const Document * | document () const |
QVariant | documentMetaData (const DocumentMetaDataKey key, const QVariant &option=QVariant()) const |
QSizeF | dpi () const |
virtual QImage | image (PixmapRequest *request) |
virtual QByteArray | requestFontData (const Okular::FontInfo &font) |
void | setFeature (GeneratorFeature feature, bool on=true) |
void | signalPixmapRequestDone (PixmapRequest *request) |
void | signalTextGenerationDone (Page *page, TextPage *textPage) |
void | updatePageBoundingBox (int page, const NormalizedRect &boundingBox) |
QMutex * | userMutex () const |
Protected Member Functions inherited from QObject | |
virtual void | childEvent (QChildEvent *event) |
virtual void | connectNotify (const QMetaMethod &signal) |
virtual void | customEvent (QEvent *event) |
virtual void | disconnectNotify (const QMetaMethod &signal) |
bool | isSignalConnected (const QMetaMethod &signal) const const |
int | receivers (const char *signal) const const |
QObject * | sender () const const |
int | senderSignalIndex () const const |
virtual void | timerEvent (QTimerEvent *event) |
Additional Inherited Members | |
Public Types inherited from Okular::Generator | |
enum | GeneratorFeature { Threaded , TextExtraction , ReadRawData , FontInfo , PageSizes , PrintNative , PrintPostscript , PrintToFile , TiledRendering , SwapBackingFile , SupportsCancelling } |
enum | PageLayout { NoLayout = -1 , SinglePage , TwoPageLeft , TwoPageRight } |
enum | PageSizeMetric { None , Points , Pixels } |
enum | SwapBackingFileResult { SwapBackingFileError , SwapBackingFileNoOp , SwapBackingFileReloadInternalData } |
Public Types inherited from QObject | |
typedef | QObjectList |
Properties inherited from QObject | |
objectName | |
Signals inherited from Okular::Generator | |
void | error (const QString &message, int duration) |
void | notice (const QString &message, int duration) |
void | warning (const QString &message, int duration) |
Static Public Member Functions inherited from QObject | |
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, Functor functor) |
bool | disconnect (const QMetaObject::Connection &connection) |
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
bool | disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) |
QString | tr (const char *sourceText, const char *disambiguation, int n) |
Protected Types inherited from Okular::Generator | |
enum | DocumentMetaDataKey { PaperColorMetaData , TextAntialiasMetaData , GraphicsAntialiasMetaData , TextHintingMetaData } |
Protected Slots inherited from Okular::Generator | |
void | signalPartialPixmapRequest (Okular::PixmapRequest *request, const QImage &image) |
Detailed Description
QTextDocument-based Generator.
This generator provides a document in the form of a QTextDocument object, parsed using a specialized TextDocumentConverter.
Definition at line 145 of file textdocumentgenerator.h.
Constructor & Destructor Documentation
◆ TextDocumentGenerator()
TextDocumentGenerator::TextDocumentGenerator | ( | TextDocumentConverter * | converter, |
const QString & | configName, | ||
QObject * | parent, | ||
const QVariantList & | args ) |
Creates a new generator that uses the specified converter
.
- Parameters
-
converter The text document converter. configName - see Okular::TextDocumentSettings parent The parent object. args The arguments.
- Note
- the generator will take ownership of the converter, so you don't have to delete it yourself
- Since
- 0.17 (KDE 4.11)
Definition at line 270 of file textdocumentgenerator.cpp.
◆ ~TextDocumentGenerator()
|
override |
Definition at line 279 of file textdocumentgenerator.cpp.
Member Function Documentation
◆ addPages()
|
overridevirtual |
Does nothing by default. You need to reimplement it in your generator.
Implements Okular::ConfigInterface.
Definition at line 537 of file textdocumentgenerator.cpp.
◆ canGeneratePixmap()
|
overridevirtual |
This method returns whether the generator is ready to handle a new pixmap request.
Reimplemented from Okular::Generator.
Definition at line 366 of file textdocumentgenerator.cpp.
◆ converter()
|
protected |
Definition at line 550 of file textdocumentgenerator.cpp.
◆ doCloseDocument()
|
overrideprotectedvirtual |
This method is called when the document is closed and not used any longer.
- Returns
- true on success, false otherwise.
Implements Okular::Generator.
Definition at line 350 of file textdocumentgenerator.cpp.
◆ exportFormats()
|
overridevirtual |
Returns the list of additional supported export formats.
Reimplemented from Okular::Generator.
Definition at line 466 of file textdocumentgenerator.cpp.
◆ exportTo()
|
overridevirtual |
This method is called to export the document in the given format
and save it under the given fileName
.
The format must be one of the supported export formats.
Reimplemented from Okular::Generator.
Definition at line 483 of file textdocumentgenerator.cpp.
◆ generalSettings()
TextDocumentSettings * TextDocumentGenerator::generalSettings | ( | ) |
Config skeleton for TextDocumentSettingsWidget.
You must use new construtor to initialize TextDocumentSettings, that contain configName
.
- Since
- 0.17 (KDE 4.11)
Definition at line 543 of file textdocumentgenerator.cpp.
◆ generateDocumentInfo()
|
overridevirtual |
Returns the general information object of the document.
Changed signature in okular version 0.21
Reimplemented from Okular::Generator.
Definition at line 441 of file textdocumentgenerator.cpp.
◆ generateDocumentSynopsis()
|
overridevirtual |
Returns the 'table of content' object of the document or 0 if no table of content is available.
Reimplemented from Okular::Generator.
Definition at line 447 of file textdocumentgenerator.cpp.
◆ generatePixmap()
|
overridevirtual |
This method can be called to trigger the generation of a new pixmap as described by request
.
We create the text page for every page that is visible to the user, so he can use the text extraction tools without a delay.
Reimplemented from Okular::Generator.
Definition at line 371 of file textdocumentgenerator.cpp.
◆ loadDocumentWithPassword()
|
overridevirtual |
Loads the document with the given fileName
and password
and fills the pagesVector
with the parsed pages.
- Note
- Do not implement this if your format doesn't support passwords, it'll cleanly call loadDocument()
- Since
- 0.20 (KDE 4.14)
- Returns
- a LoadResult defining the result of the operation
Reimplemented from Okular::Generator.
Definition at line 283 of file textdocumentgenerator.cpp.
◆ print()
|
overridevirtual |
This method is called to print the document to the given printer
.
Reimplemented from Okular::Generator.
Definition at line 429 of file textdocumentgenerator.cpp.
◆ reparseConfig()
|
overridevirtual |
By default checks if the default font has changed or not.
Implements Okular::ConfigInterface.
Definition at line 524 of file textdocumentgenerator.cpp.
◆ setTextDocument()
|
protected |
Definition at line 557 of file textdocumentgenerator.cpp.
◆ textPage()
|
overrideprotectedvirtual |
Returns the text page for the given request
.
Must return a null pointer if the request was cancelled and the generator supports cancelling
- Warning
- this method may be executed in its own separated thread if the Threaded is enabled!
- Since
- 1.4
Reimplemented from Okular::Generator.
Definition at line 423 of file textdocumentgenerator.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 8 2024 11:49:40 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.