messageviewer
MessageViewer::BodyPartFormatterFactory Class Reference
#include <bodypartformatterfactory.h>
Public Member Functions | |
~BodyPartFormatterFactory () | |
const Interface::BodyPartFormatter * | createFor (const char *type, const char *subtype) const |
const Interface::BodyPartFormatter * | createFor (const QString &type, const QString &subtype) const |
const Interface::BodyPartFormatter * | createFor (const QByteArray &type, const QByteArray &subtype) const |
Static Public Member Functions | |
static const BodyPartFormatterFactory * | instance () |
Detailed Description
Definition at line 47 of file bodypartformatterfactory.h.
Constructor & Destructor Documentation
BodyPartFormatterFactory::~BodyPartFormatterFactory | ( | ) |
Definition at line 83 of file bodypartformatterfactory.cpp.
Member Function Documentation
const Interface::BodyPartFormatter * BodyPartFormatterFactory::createFor | ( | const char * | type, |
const char * | subtype | ||
) | const |
Definition at line 185 of file bodypartformatterfactory.cpp.
const Interface::BodyPartFormatter * BodyPartFormatterFactory::createFor | ( | const QString & | type, |
const QString & | subtype | ||
) | const |
Definition at line 221 of file bodypartformatterfactory.cpp.
const Interface::BodyPartFormatter * BodyPartFormatterFactory::createFor | ( | const QByteArray & | type, |
const QByteArray & | subtype | ||
) | const |
Definition at line 225 of file bodypartformatterfactory.cpp.
|
static |
Definition at line 73 of file bodypartformatterfactory.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.