MessageViewer::MessagePartRendererFactory
#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 MessagePartRendererFactory * | instance () |
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()
|
static |
Definition at line 126 of file messagepartrendererfactory.cpp.
◆ renderersForPart()
|
nodiscard |
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:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:33:26 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.