KNotify
NotifyByKTTS Class Reference
#include <notifybyktts.h>
Inheritance diagram for NotifyByKTTS:

Public Member Functions | |
virtual void | notify (int id, KNotifyConfig *config) |
NotifyByKTTS (QObject *parent=0l) | |
virtual QString | optionName () |
virtual | ~NotifyByKTTS () |
Detailed Description
Definition at line 31 of file notifybyktts.h.
Constructor & Destructor Documentation
NotifyByKTTS::NotifyByKTTS | ( | QObject * | parent = 0l |
) |
Definition at line 28 of file notifybyktts.cpp.
NotifyByKTTS::~NotifyByKTTS | ( | ) | [virtual] |
Definition at line 34 of file notifybyktts.cpp.
Member Function Documentation
void NotifyByKTTS::notify | ( | int | id, | |
KNotifyConfig * | config | |||
) | [virtual] |
This function is called when the notification is sent.
(or re-sent) You should implement this function to display a notification
for each call to this function (even for re-notification), you MUST call finish(int)
- Parameters:
-
id is the notification id config is the configuration of the notification
Implements KNotifyPlugin.
Definition at line 38 of file notifybyktts.cpp.
virtual QString NotifyByKTTS::optionName | ( | ) | [inline, virtual] |
return the name of this plugin.
this is the name that should appears in the .knotifyrc file, in the field Action=... if a notification
Implements KNotifyPlugin.
Definition at line 37 of file notifybyktts.h.
The documentation for this class was generated from the following files: