kmail
KMail::AttachmentStrategy Class Reference
List of all members.Detailed Description
Definition at line 40 of file attachmentstrategy.h.
Public Types | |
| enum | Type { Iconic, Smart, Inlined, Hidden } |
| enum | Display { None, AsIcon, Inline } |
Public Member Functions | |
| virtual const char * | name () const=0 |
| virtual const AttachmentStrategy * | next () const=0 |
| virtual const AttachmentStrategy * | prev () const=0 |
| virtual bool | inlineNestedMessages () const=0 |
| virtual Display | defaultDisplay (const partNode *node) const =0 |
Static Public Member Functions | |
| static const AttachmentStrategy * | create (Type type) |
| static const AttachmentStrategy * | create (const QString &type) |
| static const AttachmentStrategy * | iconic () |
| static const AttachmentStrategy * | smart () |
| static const AttachmentStrategy * | inlined () |
| static const AttachmentStrategy * | hidden () |
Protected Member Functions | |
| AttachmentStrategy () | |
| virtual | ~AttachmentStrategy () |
The documentation for this class was generated from the following files:

