00001 00004 #ifndef BPSSCANNEREVENT_H 00005 #define BPSSCANNEREVENT_H 00006 00007 #include "bpscore_global.h" 00008 #include <QEvent> 00009 00014 class BPSCORE_EXPORT BpsScannerEvent : public QEvent 00015 { 00016 BPS_PRIVATE(BpsScannerEvent) 00017 00018 public: 00019 00023 static QEvent::Type eventType(); 00024 00029 BpsScannerEvent(char aCode, const QString& aData); 00030 00032 ~BpsScannerEvent(); 00034 00038 char code() const; 00039 00043 QString data() const; 00044 }; 00045 00046 #endif // BPSSCANNEREVENT_H