9#include <QSharedPointer>
18namespace MimeTreeParser
24namespace MessageViewer
26class DefaultRendererPrivate;
28class AttachmentStrategy;
34 explicit DefaultRenderer(CSSHelperBase *cssHelder);
37 void setShowOnlyOneMimePart(
bool onlyOneMimePart);
38 void setAttachmentStrategy(
const AttachmentStrategy *strategy);
39 void setShowEmoticons(
bool showEmoticons);
40 void setIsPrinting(
bool isPrinting);
41 void setShowExpandQuotesMark(
bool showExpandQuotesMark);
42 void setShowSignatureDetails(
bool showSignatureDetails);
43 void setLevelQuote(
int levelQuote);
44 void setHtmlLoadExternal(
bool htmlLoadExternal);
47 void setShowEncryptionDetails(
bool showEncryptionDetails);
50 std::unique_ptr<DefaultRendererPrivate>
const d;
This file is part of the KDE documentation.
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.