KItinerary::GenericBoardingPassExtractor
#include <genericboardingpassextractor.h>
Public Member Functions | |
bool | canHandle (const KItinerary::ExtractorDocumentNode &node) const override |
ExtractorResult | extract (const ExtractorDocumentNode &node, const ExtractorEngine *engine) const override |
QString | name () const override |
Public Member Functions inherited from KItinerary::AbstractExtractor |
Detailed Description
Generic PDF boarding pass extractor.
Definition at line 16 of file genericboardingpassextractor.h.
Constructor & Destructor Documentation
◆ GenericBoardingPassExtractor()
GenericBoardingPassExtractor::GenericBoardingPassExtractor | ( | ) |
Definition at line 42 of file genericboardingpassextractor.cpp.
Member Function Documentation
◆ canHandle()
|
overridevirtual |
Fast check whether this extractor is applicable for node
.
Implements KItinerary::AbstractExtractor.
Definition at line 55 of file genericboardingpassextractor.cpp.
◆ extract()
|
overridevirtual |
Extract data from node
.
Implements KItinerary::AbstractExtractor.
Definition at line 154 of file genericboardingpassextractor.cpp.
◆ name()
|
overridevirtual |
Identifier for this extractor.
Mainly used for diagnostics and tooling.
Implements KItinerary::AbstractExtractor.
Definition at line 50 of file genericboardingpassextractor.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.