Documents > BPS V2 C++ API
bpslabelercombobox.h
Go to the documentation of this file.
00001 
00004 #ifndef BPSLABELERCOMBOBOX_H
00005 #define BPSLABELERCOMBOBOX_H
00006 
00007 #include "bpsgui_global.h"
00008 #include <QComboBox>
00009 
00010 class BpsDatastore;
00011 
00015 class BPSGUI_EXPORT BpsLabelerComboBox : public QComboBox
00016 {
00017     Q_OBJECT
00018     BPS_PRIVATE(BpsLabelerComboBox)
00019 
00020 public:
00025     BpsLabelerComboBox(BpsDatastore* aDatastore, QWidget* aParent = 0);
00026 
00028 protected:
00029     virtual void contextMenuEvent(QContextMenuEvent* aEvent);
00031 };
00032 
00033 #endif // BPSLABELERCOMBOBOX_H