knode
#include <kscoring.h>
Public Types | |
enum | ActionTypes { SETSCORE, NOTIFY, COLOR, MARKASREAD } |
Public Member Functions | |
ActionBase () | |
virtual | ~ActionBase () |
virtual void | apply (ScorableArticle &) const =0 |
virtual ActionBase * | clone () const =0 |
virtual int | getType () const =0 |
virtual QString | getValueString () const |
virtual void | setValue (const QString &) |
virtual QString | toString () const =0 |
QString | userName () |
Static Public Member Functions | |
static ActionBase * | factory (int type, const QString &value) |
static int | getTypeForName (const QString &name) |
static int | getTypeForUserName (const QString &name) |
static QString | userName (int type) |
static QStringList | userNames () |
Detailed Description
Base class for other Action classes.
Definition at line 77 of file kscoring.h.
Member Enumeration Documentation
Enumerator | |
---|---|
SETSCORE | |
NOTIFY | |
COLOR | |
MARKASREAD |
Definition at line 93 of file kscoring.h.
Constructor & Destructor Documentation
ActionBase::ActionBase | ( | ) |
Definition at line 152 of file kscoring.cpp.
|
virtual |
Definition at line 157 of file kscoring.cpp.
Member Function Documentation
|
pure virtual |
Implemented in KPIM::ActionMarkAsRead, KPIM::ActionNotify, KPIM::ActionSetScore, and KPIM::ActionColor.
|
pure virtual |
Implemented in KPIM::ActionMarkAsRead, KPIM::ActionNotify, KPIM::ActionSetScore, and KPIM::ActionColor.
|
static |
Definition at line 172 of file kscoring.cpp.
|
pure virtual |
Implemented in KPIM::ActionMarkAsRead, KPIM::ActionNotify, KPIM::ActionSetScore, and KPIM::ActionColor.
|
static |
Definition at line 206 of file kscoring.cpp.
|
static |
Definition at line 223 of file kscoring.cpp.
|
inlinevirtual |
Reimplemented in KPIM::ActionNotify, KPIM::ActionSetScore, and KPIM::ActionColor.
Definition at line 85 of file kscoring.h.
|
inlinevirtual |
Reimplemented in KPIM::ActionNotify, KPIM::ActionSetScore, and KPIM::ActionColor.
Definition at line 86 of file kscoring.h.
|
pure virtual |
Implemented in KPIM::ActionMarkAsRead, KPIM::ActionNotify, KPIM::ActionSetScore, and KPIM::ActionColor.
|
static |
Definition at line 189 of file kscoring.cpp.
|
inline |
Definition at line 92 of file kscoring.h.
|
static |
Definition at line 162 of file kscoring.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:58:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.