KItinerary
extractorpostprocessor.h
46 * At this point, all invalid elements are discarded. The definition of invalid is fairly loose though,
52 * Validation can be disabled and done separately using KItinerary::ExtractorValidator, in case you
58 * makes the data usable for basic display right away, but it for example doesn't do multi-traveler
void setContextDate(const QDateTime &dt)
The date the reservation(s) processed here have been made, if known.
Definition extractorpostprocessor.cpp:175
QList< QVariant > result() const
This returns the final result of all previously executed processing steps followed by sorting and fil...
Definition extractorpostprocessor.cpp:116
void setValidationEnabled(bool validate)
Enable or disable validation.
Definition extractorpostprocessor.cpp:180
void process(const QList< QVariant > &data)
This will normalize and augment the given data elements and merge them with already added data elemen...
Definition extractorpostprocessor.cpp:67
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-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:52:35 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:52:35 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.