messageviewer
#include <headerstrategy.h>
Public Types | |
enum | DefaultPolicy { Display, Hide } |
enum | Type { All, Rich, Standard, Brief, Custom, Grantlee } |
Public Member Functions | |
virtual DefaultPolicy | defaultPolicy () const =0 |
virtual QStringList | headersToDisplay () const |
virtual QStringList | headersToHide () const |
virtual const char * | name () const =0 |
void | readConfig () |
virtual bool | showHeader (const QString &header) const |
Static Public Member Functions | |
static HeaderStrategy * | all () |
static HeaderStrategy * | brief () |
static HeaderStrategy * | create (Type type) |
static HeaderStrategy * | create (const QString &type) |
static HeaderStrategy * | custom () |
static HeaderStrategy * | grantlee () |
static HeaderStrategy * | rich () |
static HeaderStrategy * | standard () |
Protected Member Functions | |
HeaderStrategy () | |
virtual | ~HeaderStrategy () |
Detailed Description
Definition at line 42 of file headerstrategy.h.
Member Enumeration Documentation
Enumerator | |
---|---|
Display | |
Hide |
Definition at line 79 of file headerstrategy.h.
Enumerator | |
---|---|
All | |
Rich | |
Standard | |
Brief | |
Custom | |
Grantlee |
Definition at line 52 of file headerstrategy.h.
Constructor & Destructor Documentation
|
protected |
Definition at line 46 of file headerstrategy.cpp.
|
protectedvirtual |
Definition at line 50 of file headerstrategy.cpp.
Member Function Documentation
|
static |
Definition at line 106 of file headerstrategy.cpp.
|
static |
Definition at line 124 of file headerstrategy.cpp.
|
static |
Definition at line 68 of file headerstrategy.cpp.
|
static |
Definition at line 81 of file headerstrategy.cpp.
|
static |
Definition at line 130 of file headerstrategy.cpp.
|
pure virtual |
|
static |
Definition at line 142 of file headerstrategy.cpp.
|
virtual |
Reimplemented in MessageViewer::CustomHeaderStrategy, MessageViewer::BriefHeaderStrategy, MessageViewer::StandardHeaderStrategy, and MessageViewer::RichHeaderStrategy.
Definition at line 54 of file headerstrategy.cpp.
|
virtual |
Reimplemented in MessageViewer::CustomHeaderStrategy.
Definition at line 58 of file headerstrategy.cpp.
|
pure virtual |
void MessageViewer::HeaderStrategy::readConfig | ( | ) |
Definition at line 136 of file headerstrategy.cpp.
|
static |
Definition at line 112 of file headerstrategy.cpp.
|
virtual |
Reimplemented in MessageViewer::AllHeaderStrategy.
Definition at line 62 of file headerstrategy.cpp.
|
static |
Definition at line 118 of file headerstrategy.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.