Messagelib
14 #include "messageviewer_export.h"
16 #include <Akonadi/MessageStatus>
17 #include <KMime/Message>
22 namespace MimeTreeParser
27 namespace GrantleeTheme
32 namespace MessageViewer
35 class HeaderStylePrivate;
56 virtual const char *name()
const = 0;
66 void setVCardName(
const QString &vCardName);
67 Q_REQUIRED_RESULT
QString vCardName()
const;
69 void setPrinting(
bool printing);
70 Q_REQUIRED_RESULT
bool isPrinting()
const;
72 void setTopLevel(
bool topLevel);
73 Q_REQUIRED_RESULT
bool isTopLevel()
const;
78 void setAllowAsync(
bool allowAsync);
79 Q_REQUIRED_RESULT
bool allowAsync()
const;
81 void setSourceObject(
QObject *sourceObject);
90 Q_REQUIRED_RESULT
bool readOnlyMessage()
const;
91 void setReadOnlyMessage(
bool readOnlyMessage);
93 Q_REQUIRED_RESULT
bool showEmoticons()
const;
94 void setShowEmoticons(
bool b);
96 void setAttachmentHtml(
const QString &html);
97 Q_REQUIRED_RESULT
QString attachmentHtml()
const;
100 std::unique_ptr<HeaderStylePrivate>
const d;
Q_SCRIPTABLE CaptureState status()
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Mar 20 2023 04:04:14 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.