Applets
SystemTray::Manager Class Reference
w More...
#include <manager.h>

Signals | |
void | jobAdded (SystemTray::Job *job) |
void | jobChanged (SystemTray::Job *job) |
void | jobRemoved (SystemTray::Job *job) |
void | notificationAdded (SystemTray::Notification *notification) |
void | notificationChanged (SystemTray::Notification *notification) |
void | notificationRemoved (SystemTray::Notification *notification) |
void | taskAdded (SystemTray::Task *task) |
void | taskChanged (SystemTray::Task *task) |
void | taskRemoved (SystemTray::Task *task) |
Public Member Functions | |
QList< Job * > | jobs () const |
Manager () | |
QList< Notification * > | notifications () const |
void | registerJobProtocol () |
void | registerNotificationProtocol () |
QList< Task * > | tasks () const |
~Manager () |
Detailed Description
wCreator and amalgamator of the supported system tray specifications
Definition at line 39 of file manager.h.
Constructor & Destructor Documentation
SystemTray::Manager::Manager | ( | ) |
Definition at line 65 of file manager.cpp.
SystemTray::Manager::~Manager | ( | ) |
Definition at line 70 of file manager.cpp.
Member Function Documentation
void SystemTray::Manager::jobAdded | ( | SystemTray::Job * | job | ) | [signal] |
Emitted when a new job has been added.
void SystemTray::Manager::jobChanged | ( | SystemTray::Job * | job | ) | [signal] |
Emitted when something about a job changes.
void SystemTray::Manager::jobRemoved | ( | SystemTray::Job * | job | ) | [signal] |
Emitted when a job has been removed.
void SystemTray::Manager::notificationAdded | ( | SystemTray::Notification * | notification | ) | [signal] |
Emitted when a new notification has been added.
void SystemTray::Manager::notificationChanged | ( | SystemTray::Notification * | notification | ) | [signal] |
Emitted when something about a notification changes.
void SystemTray::Manager::notificationRemoved | ( | SystemTray::Notification * | notification | ) | [signal] |
Emitted when a notification has been removed.
QList< Notification * > SystemTray::Manager::notifications | ( | ) | const |
void SystemTray::Manager::registerJobProtocol | ( | ) |
Integrates the Job progress info into the applet's notification system.
Definition at line 132 of file manager.cpp.
void SystemTray::Manager::registerNotificationProtocol | ( | ) |
Iintegrates the notifications into the applet's notification system.
Definition at line 101 of file manager.cpp.
void SystemTray::Manager::taskAdded | ( | SystemTray::Task * | task | ) | [signal] |
Emitted when a new task has been added.
void SystemTray::Manager::taskChanged | ( | SystemTray::Task * | task | ) | [signal] |
Emitted when something about a task changes (such as it changing from non-embeddable to embeddable).
void SystemTray::Manager::taskRemoved | ( | SystemTray::Task * | task | ) | [signal] |
Emitted when a task has been removed.
The documentation for this class was generated from the following files: