BioSignalPi  v2
pifacecontrolandview.h
Go to the documentation of this file.
1 #ifndef PIFACECONTROLANDVIEW_H
2 #define PIFACECONTROLANDVIEW_H
3 
4 #include <QObject>
10 class PiFaceControlAndView : public QObject
11 {
12  Q_OBJECT
13 
14 public:
15  PiFaceControlAndView(QObject *parent=0);
17 public slots:
21  void run();
22 signals:
26  void finished();
27 
28 };
29 
30 #endif // PIFACECONTROLANDVIEW_H
PiFaceControlAndView(QObject *parent=0)
void run()
Main eventloop.
void finished()
Emits when it wants to be terminated.
Handles the eventloop of the PiFace GUI.