Messagelib
14#include "messageviewer_export.h"
22namespace MessageViewer
27class MESSAGEVIEWER_EXPORT AttachmentStrategy
31 virtual ~AttachmentStrategy();
45 static const AttachmentStrategy *create(Type type);
46 static const AttachmentStrategy *create(
const QString &type);
48 static const AttachmentStrategy *iconic();
49 static const AttachmentStrategy *smart();
50 static const AttachmentStrategy *inlined();
51 static const AttachmentStrategy *hidden();
52 static const AttachmentStrategy *headerOnly();
58 virtual const char *name()
const = 0;
70 virtual bool inlineNestedMessages()
const = 0;
72 virtual bool requiresAttachmentListInHeader()
const;
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:47:09 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.