KNotify
KNotifyPlugin Class Reference
#include <knotifyplugin.h>
Inheritance diagram for KNotifyPlugin:

Detailed Description
abstract class for action
Definition at line 35 of file knotifyplugin.h.
Signals | |
| void | actionInvoked (int id, int action) |
| void | finished (int id) |
Public Member Functions | |
| virtual void | close (int id) |
| KNotifyPlugin (QObject *parent=0l) | |
| virtual void | notify (int id, KNotifyConfig *config)=0 |
| virtual QString | optionName ()=0 |
| virtual void | update (int, KNotifyConfig *) |
| virtual | ~KNotifyPlugin () |
Protected Member Functions | |
| void | finish (int id) |
Constructor & Destructor Documentation
| KNotifyPlugin::KNotifyPlugin | ( | QObject * | parent = 0l |
) |
Definition at line 24 of file knotifyplugin.cpp.
| KNotifyPlugin::~KNotifyPlugin | ( | ) | [virtual] |
Definition at line 29 of file knotifyplugin.cpp.
Member Function Documentation
| void KNotifyPlugin::actionInvoked | ( | int | id, | |
| int | action | |||
| ) | [signal] |
| virtual void KNotifyPlugin::close | ( | int | id | ) | [inline, virtual] |
| void KNotifyPlugin::finish | ( | int | id | ) | [inline, protected] |
Definition at line 52 of file knotifyplugin.h.
| void KNotifyPlugin::finished | ( | int | id | ) | [signal] |
| virtual void KNotifyPlugin::notify | ( | int | id, | |
| KNotifyConfig * | config | |||
| ) | [pure virtual] |
notify or re-notify.
finished(int) MUST be emitted, even for re-notify
Implemented in NotifyByExecute, NotifyByKTTS, NotifyByLogfile, NotifyByPopup, NotifyBySound, and NotifyByTaskbar.
| virtual QString KNotifyPlugin::optionName | ( | ) | [pure virtual] |
Implemented in NotifyByExecute, NotifyByKTTS, NotifyByLogfile, NotifyByPopup, NotifyBySound, and NotifyByTaskbar.
| virtual void KNotifyPlugin::update | ( | int | , | |
| KNotifyConfig * | ||||
| ) | [inline, virtual] |
The documentation for this class was generated from the following files:
KDE 4.1 API Reference