KFileMetaData::ExtractorCollection
#include <KFileMetaData/ExtractorCollection>
Public Member Functions | |
QList< Extractor * > | fetchExtractors (const QString &mimetype) const |
Detailed Description
The ExtractorCollection is a helper class which internally loads all the extractor plugins.
It can be used to fetch a certain subset of these plugins based on a given mimetype.
Once the appropriate plugins have been fetched, an ExtractionResult should be created and passed to the plugin's extract function.
Definition at line 32 of file extractorcollection.h.
Constructor & Destructor Documentation
◆ ExtractorCollection()
|
explicit |
Definition at line 34 of file extractorcollection.cpp.
Member Function Documentation
◆ fetchExtractors()
Fetch the extractors which can be used to extract data for the respective file with the given MIME type.
If no match is found then the best matching plugins are returned, determined by MIME type inheritance.
- See also
- QMimeType::allAncestors
Definition at line 150 of file extractorcollection.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:12:41 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.