KItinerary::PkPassDocumentProcessor
#include <pkpassdocumentprocessor.h>
Public Member Functions | |
bool | canHandleData (const QByteArray &encodedData, QStringView fileName) const override |
QJSValue | contentToScriptValue (const ExtractorDocumentNode &node, QJSEngine *engine) const override |
ExtractorDocumentNode | createNodeFromContent (const QVariant &decodedData) const override |
ExtractorDocumentNode | createNodeFromData (const QByteArray &encodedData) const override |
void | destroyNode (ExtractorDocumentNode &node) const override |
void | expandNode (ExtractorDocumentNode &node, const ExtractorEngine *engine) const override |
void | postExtract (ExtractorDocumentNode &node, const ExtractorEngine *engine) const override |
void | preExtract (ExtractorDocumentNode &node, const ExtractorEngine *engine) const override |
Public Member Functions inherited from KItinerary::ExtractorDocumentProcessor | |
virtual bool | matches (const ExtractorFilter &filter, const ExtractorDocumentNode &node) const |
virtual void | reduceNode (ExtractorDocumentNode &node) const |
Additional Inherited Members | |
Protected Member Functions inherited from KItinerary::ExtractorDocumentProcessor | |
template<typename T > | |
void | destroyIfOwned (ExtractorDocumentNode &node) const |
Static Protected Member Functions inherited from KItinerary::ExtractorDocumentProcessor | |
static bool | matchesGadget (const ExtractorFilter &filter, const QMetaObject *mo, const void *obj) |
template<typename T > | |
static bool | matchesGadget (const ExtractorFilter &filter, const T *obj) |
Detailed Description
Processor for Apple Wallet pass files.
Definition at line 14 of file pkpassdocumentprocessor.h.
Member Function Documentation
◆ canHandleData()
|
overridevirtual |
Fast check whether the given encoded data can possibly be processed by this instance.
The default implementation returns false, relying on QMimeDatabase for detection.
Reimplemented from KItinerary::ExtractorDocumentProcessor.
Definition at line 44 of file pkpassdocumentprocessor.cpp.
◆ contentToScriptValue()
|
overridevirtual |
Create a QJSValue for the node content.
The default implementation is sufficient if the content is a QObject pointer, QGadget value, or any built-in type.
Reimplemented from KItinerary::ExtractorDocumentProcessor.
Definition at line 107 of file pkpassdocumentprocessor.cpp.
◆ createNodeFromContent()
|
overridevirtual |
Create a document node from an already decoded data type.
The default implementation just sets decodedData
on the resulting node.
Reimplemented from KItinerary::ExtractorDocumentProcessor.
Definition at line 65 of file pkpassdocumentprocessor.cpp.
◆ createNodeFromData()
|
overridevirtual |
Create a document node from raw data.
The default implementation produces in invalid node.
Reimplemented from KItinerary::ExtractorDocumentProcessor.
Definition at line 50 of file pkpassdocumentprocessor.cpp.
◆ destroyNode()
|
overridevirtual |
Destroys type-specific data in node
.
The default implementation does nothing.
Reimplemented from KItinerary::ExtractorDocumentProcessor.
Definition at line 102 of file pkpassdocumentprocessor.cpp.
◆ expandNode()
|
overridevirtual |
Create child nodes for node
, as far as that's necessary for this document type.
Reimplemented from KItinerary::ExtractorDocumentProcessor.
Definition at line 80 of file pkpassdocumentprocessor.cpp.
◆ postExtract()
|
overridevirtual |
Called after extractors have been applied to node
.
This can be used for applying document type specific data to the extracted result. The default implementation does nothing.
Reimplemented from KItinerary::ExtractorDocumentProcessor.
Definition at line 505 of file pkpassdocumentprocessor.cpp.
◆ preExtract()
|
overridevirtual |
Called before extractors are applied to node
.
This can be used for performing document type specific extraction steps. The default implementation does nothing.
Reimplemented from KItinerary::ExtractorDocumentProcessor.
Definition at line 376 of file pkpassdocumentprocessor.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:28:49 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.