KItinerary::IcalEventProcessor
#include <icaldocumentprocessor.h>

Public Member Functions | |
QJSValue | contentToScriptValue (const ExtractorDocumentNode &node, QJSEngine *engine) const override |
bool | matches (const ExtractorFilter &filter, const ExtractorDocumentNode &node) const override |
void | preExtract (ExtractorDocumentNode &node, const ExtractorEngine *engine) const override |
![]() | |
virtual bool | canHandleData (const QByteArray &encodedData, QStringView fileName) const |
virtual ExtractorDocumentNode | createNodeFromContent (const QVariant &decodedData) const |
virtual ExtractorDocumentNode | createNodeFromData (const QByteArray &encodedData) const |
virtual void | destroyNode (ExtractorDocumentNode &node) const |
virtual void | expandNode (ExtractorDocumentNode &node, const ExtractorEngine *engine) const |
virtual void | postExtract (ExtractorDocumentNode &node) const |
virtual void | reduceNode (ExtractorDocumentNode &node) const |
Additional Inherited Members | |
![]() | |
template<typename T > | |
void | destroyIfOwned (ExtractorDocumentNode &node) const |
![]() | |
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 ical calendar events.
Definition at line 23 of file icaldocumentprocessor.h.
Member Function Documentation
◆ 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 103 of file icaldocumentprocessor.cpp.
◆ matches()
|
overridevirtual |
Checks whether the given filter
matches node
.
The default implementation can handle QObject and Q_GADGET types via Qt's property system.
Reimplemented from KItinerary::ExtractorDocumentProcessor.
Definition at line 82 of file icaldocumentprocessor.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 92 of file icaldocumentprocessor.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2022 The KDE developers.
Generated on Tue Jun 28 2022 04:02:13 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.