messageviewer
#include <objecttreeemptysource.h>
Public Member Functions | |
EmptySource () | |
~EmptySource () | |
const AttachmentStrategy * | attachmentStrategy () |
QString | createMessageHeader (KMime::Message *message) |
CSSHelper * | cssHelper () |
bool | decryptMessage () |
bool | htmlLoadExternal () |
bool | htmlMail () |
HtmlWriter * | htmlWriter () |
int | levelQuote () |
const QTextCodec * | overrideCodec () |
void | setAllowDecryption (bool allowDecryption) |
void | setHtmlMode (MessageViewer::Util::HtmlMode mode) |
bool | showSignatureDetails () |
QObject * | sourceObject () |
Public Member Functions inherited from MessageViewer::ObjectTreeSourceIf | |
ObjectTreeSourceIf () | |
virtual | ~ObjectTreeSourceIf () |
Detailed Description
An ObjectTreeSource that does not work on anything.
Definition at line 31 of file objecttreeemptysource.h.
Constructor & Destructor Documentation
MessageViewer::EmptySource::EmptySource | ( | ) |
Definition at line 29 of file objecttreeemptysource.cpp.
MessageViewer::EmptySource::~EmptySource | ( | ) |
Definition at line 34 of file objecttreeemptysource.cpp.
Member Function Documentation
|
virtual |
Return the wanted attachment startegy.
Implements MessageViewer::ObjectTreeSourceIf.
Definition at line 89 of file objecttreeemptysource.cpp.
|
virtual |
Implements MessageViewer::ObjectTreeSourceIf.
Definition at line 78 of file objecttreeemptysource.cpp.
|
virtual |
Return the css helper object.
Implements MessageViewer::ObjectTreeSourceIf.
Definition at line 99 of file objecttreeemptysource.cpp.
|
virtual |
Return true if an encrypted mail should be decrypted.
Implements MessageViewer::ObjectTreeSourceIf.
Definition at line 43 of file objecttreeemptysource.cpp.
|
virtual |
Return true if external sources should be loaded in a html mail.
Implements MessageViewer::ObjectTreeSourceIf.
Definition at line 48 of file objecttreeemptysource.cpp.
|
virtual |
Return true if the mail should be parsed as a html mail.
Implements MessageViewer::ObjectTreeSourceIf.
Definition at line 38 of file objecttreeemptysource.cpp.
|
virtual |
Return the html write object.
Implements MessageViewer::ObjectTreeSourceIf.
Definition at line 94 of file objecttreeemptysource.cpp.
|
virtual |
Implements MessageViewer::ObjectTreeSourceIf.
Definition at line 68 of file objecttreeemptysource.cpp.
|
virtual |
The override codec that should be used for the mail.
Implements MessageViewer::ObjectTreeSourceIf.
Definition at line 73 of file objecttreeemptysource.cpp.
void MessageViewer::EmptySource::setAllowDecryption | ( | bool | allowDecryption | ) |
Definition at line 63 of file objecttreeemptysource.cpp.
|
virtual |
Sets the type of mail that is currently displayed.
Applications can display this information to the user, for example KMail displays a HTML status bar. Note: This is not called when the mode is "Normal".
Implements MessageViewer::ObjectTreeSourceIf.
Definition at line 58 of file objecttreeemptysource.cpp.
|
virtual |
Return true to include the signature details in the generated html.
Implements MessageViewer::ObjectTreeSourceIf.
Definition at line 53 of file objecttreeemptysource.cpp.
|
virtual |
The source object behind the interface.
Implements MessageViewer::ObjectTreeSourceIf.
Definition at line 84 of file objecttreeemptysource.cpp.
The documentation for this class was generated from the following files:
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.