ActionBase Class Referenceabstract
#include <kscoring.h>
Inherited by ActionColor, ActionMarkAsRead, ActionNotify, and ActionSetScore.
Public Types | |
| enum | ActionTypes { SETSCORE, NOTIFY, COLOR, MARKASREAD } |
Public Member Functions | |
| virtual TQString | toString () const =0 |
| virtual void | apply (ScorableArticle &) const =0 |
| virtual ActionBase * | clone () const =0 |
| virtual int | getType () const =0 |
| virtual TQString | getValueString () const |
| virtual void | setValue (const TQString &) |
| TQString | userName () |
Static Public Member Functions | |
| static ActionBase * | factory (int type, const TQString &value) |
| static TQStringList | userNames () |
| static TQString | userName (int type) |
| static int | getTypeForName (const TQString &name) |
| static int | getTypeForUserName (const TQString &name) |
Detailed Description
Base class for other Action classes.
Definition at line 84 of file kscoring.h.
The documentation for this class was generated from the following files:
