MimeTreeParser::Interface::BodyPartFormatterPlugin

Search for usage in LXR

MimeTreeParser::Interface::BodyPartFormatterPlugin Class Referenceabstract

#include <bodypartformatter.h>

Public Member Functions

virtual const BodyPartFormatterbodyPartFormatter (int idx) const =0
 

Detailed Description

interface for BodyPartFormatter plugins

The interface is queried by for types, subtypes, and the corresponding bodypart formatter, and the result inserted into the bodypart formatter factory.

Subtype alone or both type and subtype may be "*", which is taken as a wildcard, so that e.g. type=text subtype=* matches any text subtype, but with lesser specificity than a concrete mimetype such as text/plain. type=* is only allowed when subtype=*, too.

Definition at line 51 of file bodypartformatter.h.


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 Tue Mar 26 2024 11:12:44 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.