Go to the documentation of this file.00001
00004 #ifndef BPSKEYBOARDSCANNER_H
00005 #define BPSKEYBOARDSCANNER_H
00006
00007 #include "bpsgui_global.h"
00008 #include <QObject>
00009
00080 class BPSGUI_EXPORT BpsKeyboardScanner : public QObject
00081 {
00082 Q_OBJECT
00083
00084 BPS_PRIVATE(BpsKeyboardScanner)
00085
00086 public:
00087
00091 BpsKeyboardScanner(QObject* aParent = 0);
00092
00096 int timeout() const;
00097
00102 void setTimeout(int aTimeout);
00103
00105 ~BpsKeyboardScanner();
00106
00107 virtual bool eventFilter(QObject* aWatched, QEvent* aEvent);
00109 };
00110
00111 #endif // BPSKEYBOARDSCANNER_H