1 #ifndef QUARTER_EVENTFILTER_H 2 #define QUARTER_EVENTFILTER_H 36 #include <Quarter/Basic.h> 42 namespace SIM {
namespace Coin3D {
namespace Quarter {
56 const QPoint & globalMousePosition(
void)
const;
59 bool eventFilter(
QObject * obj, QEvent * event);
62 class EventFilterP * pimpl;
67 #endif // QUARTER_EVENTFILTER_H
Definition: EventFilter.h:46
Definition: QuarterWidget.h:54