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