KFileMetaData
epubextractor.cpp
static QDateTime dateTimeFromString(const QString &dateString)
Tries to extract a valid date time from the string provided.
Definition: extractorplugin.cpp:28
virtual void addType(Type::Type type)=0
This function is called by the plugins.
The ExtractionResult class is where all the data extracted by the indexer is saved....
Definition: extractionresult.h:34
QString fromUtf8(const char *str, int size)
CaseSensitive
int year() const const
bool isNull() const const
QString inputUrl() const
The input url which the plugins will use to locate the file.
Definition: extractionresult.cpp:35
void reserve(int alloc)
Flags inputFlags() const
The flags which the extraction plugin should considering following when extracting metadata from the ...
Definition: extractionresult.cpp:45
QByteArray toUtf8() const const
QString & remove(int position, int n)
virtual void append(const QString &text)=0
This function is called by plugins when they wish for some plain text to be indexed without any prope...
const char * constData() const const
virtual void add(Property::Property property, const QVariant &value)=0
This function is called by the plugins when they wish to add a key value pair which should be indexed...
QDate date() const const
The ExtractorPlugin is the base class for all file metadata extractors. It is responsible for extract...
Definition: extractorplugin.h:33
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Fri May 27 2022 03:47:54 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Fri May 27 2022 03:47:54 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.