MessageViewer::HeaderStyle
MessageViewer::HeaderStyle Class Referenceabstract
#include <headerstyle.h>
Inheritance diagram for MessageViewer::HeaderStyle:

Public Member Functions | |
bool | allowAsync () const |
QString | attachmentHtml () const |
virtual QString | format (KMime::Message *message) const =0 |
const HeaderStrategy * | headerStrategy () const |
bool | isPrinting () const |
bool | isTopLevel () const |
Akonadi::MessageStatus | messageStatus () const |
virtual const char * | name () const =0 |
MimeTreeParser::NodeHelper * | nodeHelper () const |
bool | readOnlyMessage () const |
void | setAllowAsync (bool allowAsync) |
void | setAttachmentHtml (const QString &html) |
void | setHeaderStrategy (const HeaderStrategy *strategy) |
void | setMessageStatus (Akonadi::MessageStatus status) |
void | setNodeHelper (MimeTreeParser::NodeHelper *nodeHelper) |
void | setPrinting (bool printing) |
void | setReadOnlyMessage (bool readOnlyMessage) |
void | setShowEmoticons (bool b) |
void | setSourceObject (QObject *sourceObject) |
void | setTheme (const GrantleeTheme::Theme &theme) |
void | setTopLevel (bool topLevel) |
void | setVCardName (const QString &vCardName) |
bool | showEmoticons () const |
QObject * | sourceObject () const |
GrantleeTheme::Theme | theme () const |
QString | vCardName () const |
Detailed Description
This class encapsulates the visual appearance of message headers.
Together with HeaderStrategy, which determines which of the headers present in the message be shown, it is responsible for the formatting of message headers.
Encapsulates visual appearance of message headers.
- See also
- HeaderStrategy
Definition at line 46 of file headerstyle.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 04:02:36 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 04:02:36 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.