Documents > BPS V2 C++ API
bpshourglass.h
Go to the documentation of this file.
00001 
00004 #ifndef BPSHOURGLASS_H
00005 #define BPSHOURGLASS_H
00006 
00007 #include "bpsgui_global.h"
00008 #include <QWidget>
00009 
00023 class BPSGUI_EXPORT BpsHourglass : public QObject
00024 {
00025     Q_OBJECT
00026 
00027 public:
00031     BpsHourglass(QObject* aParent = 0);
00032 
00034     ~BpsHourglass();
00036 
00037 protected:
00045     virtual bool eventFilter(QObject* aObject, QEvent* aEvent);
00046 };
00047 
00048 #endif // BPSHOURGLASS_H