Torc  0.1
torcsystemnotification.h
Go to the documentation of this file.
1 #ifndef TORCSYSTEMNOTIFICATION_H
2 #define TORCSYSTEMNOTIFICATION_H
3 
4 // Torc
5 #include "torclocalcontext.h"
6 #include "torcnotification.h"
7 
9 {
10  Q_OBJECT
11 
12  public:
13  explicit TorcSystemNotification(const QVariantMap &Details);
15 
16  QStringList GetDescription (void) override;
17  void Graph (QByteArray *Data) override;
18 
19  public slots:
20  // QObject
21  bool event (QEvent *Event) override;
22 
23  private:
24  QList<Torc::Actions> m_events;
25 };
26 
27 #endif // TORCSYSTEMNOTIFICATION_H
TorcSystemNotification(const QVariantMap &Details)
bool event(QEvent *Event) override
Listen for system events (TorcEvent).
void Graph(QByteArray *Data) override
QStringList GetDescription(void) override