KItinerary
genericboardingpassextractor.h
24 ExtractorResult extract(const ExtractorDocumentNode &node, const ExtractorEngine *engine) const override;
Abstract base class for data extractors.
Definition abstractextractor.h:20
A node in the extracted document object tree.
Definition extractordocumentnode.h:50
Determines whether an extractor is applicable to a given email.
Definition extractorfilter.h:24
Generic PDF boarding pass extractor.
Definition genericboardingpassextractor.h:17
ExtractorResult extract(const ExtractorDocumentNode &node, const ExtractorEngine *engine) const override
Extract data from node.
Definition genericboardingpassextractor.cpp:154
bool canHandle(const KItinerary::ExtractorDocumentNode &node) const override
Fast check whether this extractor is applicable for node.
Definition genericboardingpassextractor.cpp:55
QString name() const override
Identifier for this extractor.
Definition genericboardingpassextractor.cpp:50
Classes for reservation/travel data models, data extraction and data augmentation.
Definition berelement.h:17
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:28:48 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:28:48 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.