BPS C++ API  2.24.4
bpshourglass.h
Go to the documentation of this file.
1 
4 #ifndef BPSHOURGLASS_H
5 #define BPSHOURGLASS_H
6 
7 #include "bpsgui_global.h"
8 #include <QWidget>
9 
24 {
25  Q_OBJECT
26 
27 public:
31  BpsHourglass(QObject* aParent = nullptr);
32 
34  virtual ~BpsHourglass();
36 
37 protected:
45  virtual bool eventFilter(QObject* aObject, QEvent* aEvent);
46 };
47 
48 #endif // BPSHOURGLASS_H
Public include file for BPS GUI library macros.
#define BPSGUI_EXPORT
Declare class an import from the shared library.
Definition: bpsgui_global.h:22
Show a hourglass indicator.
Definition: bpshourglass.h:24
virtual bool eventFilter(QObject *aObject, QEvent *aEvent)
This event filter is automatically applied to qApp.
BpsHourglass(QObject *aParent=nullptr)