KFileMetaData::WriterCollection

Search for usage in LXR

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()

WriterCollection::WriterCollection ( )
explicit

Definition at line 35 of file writercollection.cpp.

Member Function Documentation

◆ fetchWriters()

QList< Writer * > WriterCollection::fetchWriters ( const QString & mimetype) const

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 Fri May 17 2024 11:49:15 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.