KFileMetaData::SimpleExtractionResult
#include <KFileMetaData/SimpleExtractionResult>
Additional Inherited Members | |
Public Types inherited from KFileMetaData::ExtractionResult | |
enum | Flag { ExtractNothing = 0 , ExtractMetaData = 1 , ExtractPlainText = 2 , ExtractImageData = 4 } |
typedef QFlags< Flag > | Flags |
Detailed Description
A simple ExtractionResult implementation which stores all the data in memory.
This should ideally not be used in production applications as it holds all of the plain text in memory, and that can get quite large when extracting certain documents.
Definition at line 30 of file simpleextractionresult.h.
Constructor & Destructor Documentation
◆ SimpleExtractionResult() [1/2]
SimpleExtractionResult::SimpleExtractionResult | ( | const QString & | url, |
const QString & | mimetype = QString(), | ||
const Flags & | flags = Flags{ExtractPlainText | ExtractMetaData} ) |
Definition at line 19 of file simpleextractionresult.cpp.
◆ SimpleExtractionResult() [2/2]
SimpleExtractionResult::SimpleExtractionResult | ( | const SimpleExtractionResult & | rhs | ) |
Definition at line 25 of file simpleextractionresult.cpp.
Member Function Documentation
◆ add()
|
overridevirtual |
This function is called by the plugins when they wish to add a key value pair which should be indexed.
This function may be called multiple times for the same key.
property
This specifies a property name. It should be one of the properties from the global list of properties.
value
The value of the property
Implements KFileMetaData::ExtractionResult.
Definition at line 45 of file simpleextractionresult.cpp.
◆ addType()
|
overridevirtual |
This function is called by the plugins.
A type is a higher level classification of the file. A file can have multiple types, but mostly when it does, those types are related. Eg - Document and Presentation.
Please choose one type from the list of available types
Implements KFileMetaData::ExtractionResult.
Definition at line 50 of file simpleextractionresult.cpp.
◆ append()
|
overridevirtual |
This function is called by plugins when they wish for some plain text to be indexed without any property.
This generally corresponds to the text content in a file
Implements KFileMetaData::ExtractionResult.
Definition at line 55 of file simpleextractionresult.cpp.
◆ operator=()
SimpleExtractionResult & SimpleExtractionResult::operator= | ( | const SimpleExtractionResult & | rhs | ) |
Definition at line 33 of file simpleextractionresult.cpp.
◆ operator==()
bool SimpleExtractionResult::operator== | ( | const SimpleExtractionResult & | rhs | ) | const |
Definition at line 39 of file simpleextractionresult.cpp.
◆ properties()
PropertyMultiMap SimpleExtractionResult::properties | ( | ) | const |
Returns the properties of the extraction result.
Definition at line 61 of file simpleextractionresult.cpp.
◆ text()
QString SimpleExtractionResult::text | ( | ) | const |
Definition at line 66 of file simpleextractionresult.cpp.
◆ types()
QList< Type::Type > SimpleExtractionResult::types | ( | ) | const |
Definition at line 71 of file simpleextractionresult.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:15:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.