kmail

bodypartformatterfactory.cpp File Reference

#include "bodypartformatterfactory.h"
#include "bodypartformatterfactory_p.h"
#include "interfaces/bodypartformatter.h"
#include "urlhandlermanager.h"
#include <libkdepim/pluginloader.h>
#include <kdebug.h>
#include <qstring.h>
#include <qcstring.h>
#include <qstringlist.h>
#include <assert.h>

Include dependency graph for bodypartformatterfactory.cpp:

Go to the source code of this file.


Functions

static void insertBodyPartFormatter (const char *type, const char *subtype, const KMail::Interface::BodyPartFormatter *formatter)
static void loadPlugins ()
static void setup ()

Variables

static TypeRegistry * all = 0

Function Documentation

static void insertBodyPartFormatter ( const char *  type,
const char *  subtype,
const KMail::Interface::BodyPartFormatter formatter 
) [static]

Definition at line 81 of file bodypartformatterfactory.cpp.

static void loadPlugins (  )  [static]

Definition at line 105 of file bodypartformatterfactory.cpp.

static void setup (  )  [static]

Definition at line 141 of file bodypartformatterfactory.cpp.


Variable Documentation

TypeRegistry* all = 0 [static]

Definition at line 79 of file bodypartformatterfactory.cpp.