|
Torc
0.1
|
#include <torcnotify.h>
Public Slots | |
| void | ApplicationNameChanged (void) |
Public Member Functions | |
| TorcNotify () | |
| bool | Validate (void) |
| TorcNotifier * | FindNotifierByName (const QString &Name) |
| QVariantMap | SetNotificationText (const QString &Title, const QString &Body, const QMap< QString, QString > &Custom) |
| void | Graph (QByteArray *Data) |
Public Member Functions inherited from TorcDeviceHandler | |
| TorcDeviceHandler () | |
| virtual | ~TorcDeviceHandler ()=default |
Static Public Attributes | |
| static TorcNotify * | gNotify = new TorcNotify() |
Protected Member Functions | |
| void | Create (const QVariantMap &Details) override |
| void | Destroy (void) override |
Protected Member Functions inherited from TorcDeviceHandler | |
| TorcDeviceHandler * | GetNextHandler (void) |
Additional Inherited Members | |
Static Public Member Functions inherited from TorcDeviceHandler | |
| static void | Start (const QVariantMap &Details) |
| static void | Stop (void) |
Static Protected Member Functions inherited from TorcDeviceHandler | |
| static TorcDeviceHandler * | GetDeviceHandler (void) |
Protected Attributes inherited from TorcDeviceHandler | |
| QReadWriteLock | m_handlerLock |
Definition at line 14 of file torcnotify.h.
| TorcNotify::TorcNotify | ( | ) |
Definition at line 31 of file torcnotify.cpp.
|
slot |
Definition at line 193 of file torcnotify.cpp.
|
overrideprotectedvirtual |
Implements TorcDeviceHandler.
Definition at line 199 of file torcnotify.cpp.
|
overrideprotectedvirtual |
Implements TorcDeviceHandler.
Definition at line 281 of file torcnotify.cpp.
| TorcNotifier * TorcNotify::FindNotifierByName | ( | const QString & | Name | ) |
Definition at line 54 of file torcnotify.cpp.
| void TorcNotify::Graph | ( | QByteArray * | Data | ) |
Definition at line 64 of file torcnotify.cpp.
| QVariantMap TorcNotify::SetNotificationText | ( | const QString & | Title, |
| const QString & | Body, | ||
| const QMap< QString, QString > & | Custom | ||
| ) |
Definition at line 102 of file torcnotify.cpp.
| bool TorcNotify::Validate | ( | void | ) |
Definition at line 40 of file torcnotify.cpp.
|
static |
Definition at line 19 of file torcnotify.h.
1.8.11