BPS C++ API  2.24.4
bpsscannerevent.h
Go to the documentation of this file.
1 
4 #ifndef BPSSCANNEREVENT_H
5 #define BPSSCANNEREVENT_H
6 
7 #include "bpscore_global.h"
8 #include <QEvent>
9 
15 {
17 
18 public:
19 
24 
29  BpsScannerEvent(char aCode, const QString& aData);
30 
32  virtual ~BpsScannerEvent();
34 
38  char code() const;
39 
43  QString data() const;
44 };
45 
46 #endif // BPSSCANNEREVENT_H
Public include file for BPS CORE library macros.
#define BPSCORE_EXPORT
Declare class to be an import from the shared library.
Definition: bpscore_global.h:22
#define BPS_PRIVATE(Class)
Declare pointer to private object in a public class.
Definition: bpsglobals.h:102
A custom event sent by scanner drivers.
Definition: bpsscannerevent.h:15
QString data() const
char code() const
static QEvent::Type eventType()
BpsScannerEvent(char aCode, const QString &aData)