Go to the documentation of this file.00001
00004 #ifndef BPSENTERKEYFILTER_H
00005 #define BPSENTERKEYFILTER_H
00006
00007 #include "bpsgui_global.h"
00008 #include <QObject>
00009
00013 class BPSGUI_EXPORT BpsEnterKeyFilter : public QObject
00014 {
00015 Q_OBJECT
00016
00017 public:
00018
00022 BpsEnterKeyFilter(QObject* aParent = 0);
00023
00025 virtual bool eventFilter(QObject* aWatched, QEvent* aEvent);
00027 signals:
00028
00032 void enterKeyPressed();
00033
00037 void enterKeyReleased();
00038 };
00039
00040 #endif // BPSENTERKEYFILTER_H