Vesna
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
PowerButtonEventHandler.h
Go to the documentation of this file.
1 #ifndef POWERBUTTONEVENTHANDLER_H
2 #define POWERBUTTONEVENTHANDLER_H
3 
4 #include <QScopedPointer>
5 
7 {
8 public:
11 
12  void Start();
13 
14 private:
15  class DataClass;
16  QScopedPointer<DataClass> d;
17 };
18 
19 #endif // POWERBUTTONEVENTHANDLER_H
PowerButtonEventHandler()
INTERNAL.
Definition: PowerButtonEventHandler.cpp:160
void Start()
Definition: PowerButtonEventHandler.cpp:169
Definition: PowerButtonEventHandler.h:6
INTERNAL
Definition: PowerButtonEventHandler.cpp:31
~PowerButtonEventHandler()
Definition: PowerButtonEventHandler.cpp:165