Documents > BPS V2 C++ API
bpsbarcodeinput.h
Go to the documentation of this file.
00001 
00004 #ifndef BPSBARCODEINPUT_H
00005 #define BPSBARCODEINPUT_H
00006 
00007 #include "bpsgui_global.h"
00008 #include <QComboBox>
00009 
00013 class BPSGUI_EXPORT BpsBarcodeInput : public QComboBox
00014 {
00015     Q_OBJECT
00016     BPS_PRIVATE(BpsBarcodeInput)
00017 
00018 public:
00019 
00023     BpsBarcodeInput(QWidget* aParent = 0);
00024 
00028     QString barcodeId() const;
00029 
00033     static QMap<QString,QString> options();
00034 
00035 public slots:
00036 
00041     void setBarcodeId(const QString& aId);
00042 
00043 signals:
00044 
00049     void barcodeIdChanged(const QString& aId);
00050 };
00051 
00052 #endif // BPSBARCODEINPUT_H