Vesna
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
LedNotificationAppReceiver.h
Go to the documentation of this file.
1 #ifndef LEDNOTIFICATIONAPPRECEIVER_H
2 #define LEDNOTIFICATIONAPPRECEIVER_H
3 
4 #include "commondevices/leddriver/LedNotificationReceiver.h"
5 #include <QScopedPointer>
6 
7 class LedNotificationAppReceiver : public EM::Devices::LedNotificationReceiver
8 {
9 public:
12 
13  virtual bool OnReceiveMessage( EM::Devices::EDeviceMessage *message );
14 
15 private:
16  class DataClass;
17  QScopedPointer<DataClass> d;
18 };
19 
20 #endif // LEDNOTIFICATIONAPPRECEIVER_H
LedNotificationAppReceiver()
Definition: LedNotificationAppReceiver.cpp:15
virtual ~LedNotificationAppReceiver()
Definition: LedNotificationAppReceiver.cpp:20
Definition: LedNotificationAppReceiver.cpp:3
Definition: LedNotificationAppReceiver.h:7
virtual bool OnReceiveMessage(EM::Devices::EDeviceMessage *message)
Definition: LedNotificationAppReceiver.cpp:24