KNotify
NotifyByTaskbar Class Reference
#include <notifybytaskbar.h>
Inheritance diagram for NotifyByTaskbar:

Public Member Functions | |
virtual void | notify (int id, KNotifyConfig *config) |
NotifyByTaskbar (QObject *parent=0l) | |
virtual QString | optionName () |
virtual | ~NotifyByTaskbar () |
Detailed Description
Definition at line 29 of file notifybytaskbar.h.
Constructor & Destructor Documentation
NotifyByTaskbar::NotifyByTaskbar | ( | QObject * | parent = 0l |
) |
Definition at line 28 of file notifybytaskbar.cpp.
NotifyByTaskbar::~NotifyByTaskbar | ( | ) | [virtual] |
Definition at line 33 of file notifybytaskbar.cpp.
Member Function Documentation
void NotifyByTaskbar::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 39 of file notifybytaskbar.cpp.
virtual QString NotifyByTaskbar::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 35 of file notifybytaskbar.h.
The documentation for this class was generated from the following files: