kmail

KMail::Interface::BodyPartFormatterPlugin Class Reference

interface for BodyPartFormatter plugins More...

#include <bodypartformatter.h>

List of all members.


Public Member Functions

virtual const BodyPartFormatterbodyPartFormatter (int idx) const =0
virtual const char * subtype (int idx) const =0
virtual const char * type (int idx) const =0
virtual const BodyPartURLHandlerurlHandler (int idx) const =0
virtual ~BodyPartFormatterPlugin ()

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 80 of file interfaces/bodypartformatter.h.


Constructor & Destructor Documentation

virtual KMail::Interface::BodyPartFormatterPlugin::~BodyPartFormatterPlugin (  )  [inline, virtual]

Definition at line 82 of file interfaces/bodypartformatter.h.


Member Function Documentation

virtual const BodyPartFormatter* KMail::Interface::BodyPartFormatterPlugin::bodyPartFormatter ( int  idx  )  const [pure virtual]

virtual const char* KMail::Interface::BodyPartFormatterPlugin::subtype ( int  idx  )  const [pure virtual]

virtual const char* KMail::Interface::BodyPartFormatterPlugin::type ( int  idx  )  const [pure virtual]

virtual const BodyPartURLHandler* KMail::Interface::BodyPartFormatterPlugin::urlHandler ( int  idx  )  const [pure virtual]


The documentation for this class was generated from the following file: