Applets
SystemTray::Protocol Class Reference
System tray protocol base class. More...
#include <protocol.h>
Inheritance diagram for SystemTray::Protocol:

Signals | |
void | jobCreated (SystemTray::Job *job) |
void | notificationCreated (SystemTray::Notification *notification) |
void | taskCreated (SystemTray::Task *task) |
Public Member Functions | |
virtual void | init ()=0 |
Protocol (QObject *parent) |
Detailed Description
System tray protocol base class.To support a new system tray protocol, this class and Task should be subclassed and the subclass of this class registered with the global Manager. The Protocol subclass should emit taskCreated() for each new task created.
Definition at line 46 of file protocol.h.
Constructor & Destructor Documentation
SystemTray::Protocol::Protocol | ( | QObject * | parent | ) | [explicit] |
Definition at line 28 of file protocol.cpp.
Member Function Documentation
virtual void SystemTray::Protocol::init | ( | ) | [pure virtual] |
void SystemTray::Protocol::jobCreated | ( | SystemTray::Job * | job | ) | [signal] |
Signals that a new notification has been created.
void SystemTray::Protocol::notificationCreated | ( | SystemTray::Notification * | notification | ) | [signal] |
Signals that a new notification has been created.
void SystemTray::Protocol::taskCreated | ( | SystemTray::Task * | task | ) | [signal] |
Signals that a new task has been created.
The documentation for this class was generated from the following files: