KItinerary::GenericBoardingPassExtractor
KItinerary::GenericBoardingPassExtractor Class Reference
#include <genericboardingpassextractor.h>
Inheritance diagram for KItinerary::GenericBoardingPassExtractor:

Public Member Functions | |
bool | canHandle (const KItinerary::ExtractorDocumentNode &node) const override |
ExtractorResult | extract (const ExtractorDocumentNode &node, const ExtractorEngine *engine) const override |
QString () const override | |
Detailed Description
Generic PDF boarding pass extractor.
Definition at line 16 of file genericboardingpassextractor.h.
Member Function Documentation
◆ canHandle()
|
overridevirtual |
Fast check whether this extractor is applicable for node
.
Implements KItinerary::AbstractExtractor.
Definition at line 44 of file genericboardingpassextractor.cpp.
◆ extract()
|
overridevirtual |
Extract data from node
.
Implements KItinerary::AbstractExtractor.
Definition at line 123 of file genericboardingpassextractor.cpp.
◆ QString()
|
overridevirtual |
Identifier for this extractor.
Mainly used for diagnostics and tooling.
Implements KItinerary::AbstractExtractor.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Sep 28 2023 04:00:17 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Sep 28 2023 04:00:17 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.