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 [[nodiscard]]
QString vCardName()
const;
69 void setPrinting(
bool printing);
70 [[nodiscard]]
bool isPrinting()
const;
72 void setTopLevel(
bool topLevel);
73 [[nodiscard]]
bool isTopLevel()
const;
78 void setAllowAsync(
bool allowAsync);
79 [[nodiscard]]
bool allowAsync()
const;
81 void setSourceObject(
QObject *sourceObject);
90 [[nodiscard]]
bool readOnlyMessage()
const;
91 void setReadOnlyMessage(
bool readOnlyMessage);
93 [[nodiscard]]
bool showEmoticons()
const;
94 void setShowEmoticons(
bool b);
96 void setAttachmentHtml(
const QString &html);
97 [[nodiscard]]
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 Sat Dec 2 2023 03:56:53 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.