MessageViewer::MessagePartRendererFactory

Search for usage in LXR

MessageViewer::MessagePartRendererFactory Class Reference

#include <messagepartrendererfactory.h>

Public Member Functions

QList< MessagePartRendererBase * > renderersForPart (const QMetaObject *mo, const MimeTreeParser::MessagePart::Ptr &mp) const
 
void setPluginPath (const QString &subdir)
 

Static Public Member Functions

static MessagePartRendererFactoryinstance ()
 

Detailed Description

The MessagePartRendererFactory class.

Definition at line 25 of file messagepartrendererfactory.h.

Constructor & Destructor Documentation

◆ MessagePartRendererFactory()

MessagePartRendererFactory::MessagePartRendererFactory ( )

Definition at line 114 of file messagepartrendererfactory.cpp.

Member Function Documentation

◆ instance()

MessagePartRendererFactory * MessagePartRendererFactory::instance ( )
static

Definition at line 126 of file messagepartrendererfactory.cpp.

◆ renderersForPart()

QList< MessagePartRendererBase * > MessagePartRendererFactory::renderersForPart ( const QMetaObject * mo,
const MimeTreeParser::MessagePart::Ptr & mp ) const

Definition at line 132 of file messagepartrendererfactory.cpp.

◆ setPluginPath()

void MessagePartRendererFactory::setPluginPath ( const QString & subdir)

Customize where to look for render plugins.

This is the sub directory appended to the Qt plugin search paths. An empty string disables plugin loading. This only has any effect before the first call to renderersForPart().

Definition at line 121 of file messagepartrendererfactory.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 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.