KFileMetaData::WriterCollection
KFileMetaData::WriterCollection Class Reference
#include <KFileMetaData/WriterCollection>
Public Member Functions | |
QList< Writer * > | fetchWriters (const QString &mimetype) const |
Detailed Description
The WriterCollection is a helper class which internally loads all the writer plugins.
It can be used to fetch a certain subset of writer plugins based on a given MIME type.
Once the appropriate plugins have been fetched, a WriteData should be created and passed to the plugin's write function.
Definition at line 34 of file writercollection.h.
Constructor & Destructor Documentation
◆ WriterCollection()
|
explicit |
Definition at line 35 of file writercollection.cpp.
Member Function Documentation
◆ fetchWriters()
Definition at line 96 of file writercollection.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
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
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.