Documents > BPS V2 C++ API
bpsscannerfilter.h
Go to the documentation of this file.
00001 
00004 #ifndef BPSSCANNERFILTER_H
00005 #define BPSSCANNERFILTER_H
00006 
00007 #include "bpscore_global.h"
00008 #include <QObject>
00009 
00045 class BPSCORE_EXPORT BpsScannerFilter : public QObject
00046 {
00047     Q_OBJECT
00048 
00049 public:
00050 
00054     BpsScannerFilter(QObject* aParent = 0);
00055 
00057     virtual bool eventFilter(QObject* aWatched, QEvent* aEvent);
00059 
00060 signals:
00066     void scanned(char aCode, const QString& aData);
00067 };
00068 
00069 #endif // BPSSCANNERFILTER_H