MessageViewer::AttachmentStrategy
MessageViewer::AttachmentStrategy Class Referenceabstract
#include <attachmentstrategy.h>
Inherited by HeaderOnlyAttachmentStrategy, HiddenAttachmentStrategy, IconicAttachmentStrategy, InlinedAttachmentStrategy, and SmartAttachmentStrategy.
Public Types | |
enum | Display { None, AsIcon, Inline } |
enum | Type { Iconic, Smart, Inlined, Hidden, HeaderOnly } |
Public Member Functions | |
virtual Display | defaultDisplay (KMime::Content *node) const =0 |
virtual bool | inlineNestedMessages () const =0 |
virtual const char * | name () const =0 |
virtual bool | requiresAttachmentListInHeader () const |
Static Public Member Functions | |
static const AttachmentStrategy * | create (const QString &type) |
static const AttachmentStrategy * | create (Type type) |
static const AttachmentStrategy * | headerOnly () |
static const AttachmentStrategy * | hidden () |
static const AttachmentStrategy * | iconic () |
static const AttachmentStrategy * | inlined () |
static const AttachmentStrategy * | smart () |
Detailed Description
The AttachmentStrategy class.
Definition at line 27 of file attachmentstrategy.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.