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