Documents > BPS V2 C++ API
bpslabelerinput.h
Go to the documentation of this file.
00001 
00004 #ifndef BPSLABELERINPUT_H
00005 #define BPSLABELERINPUT_H
00006 
00007 #include "bpsgui_global.h"
00008 #include <QComboBox>
00009 
00010 class BpsDatastore;
00011 
00015 class BPSGUI_EXPORT BpsLabelerInput : public QComboBox
00016 {
00017     Q_OBJECT
00018     BPS_PRIVATE(BpsLabelerInput)
00019 
00020 public:
00021 
00026     BpsLabelerInput(BpsDatastore* aDatastore, QWidget* aParent = 0);
00027 
00031     QVariant labelerKey() const;
00032 
00033 public slots:
00034 
00039     void setLabelerKey(const QVariant& aKey);
00040 
00041 signals:
00042 
00047     void labelerKeyChanged(const QVariant& aKey);
00048 };
00049 
00050 #endif // BPSLABELERINPUT_H