23 #include "mouseGrabber.h"
25 using namespace qglviewer;
28 #if QT_VERSION >= 0x040000
29 QList<MouseGrabber*> MouseGrabber::MouseGrabberPool_;
31 QPtrList<MouseGrabber> MouseGrabber::MouseGrabberPool_;
54 MouseGrabber::MouseGrabberPool_.append(
this);
64 #if QT_VERSION >= 0x040000
65 MouseGrabber::MouseGrabberPool_.removeAll(const_cast<MouseGrabber*>(
this));
67 MouseGrabber::MouseGrabberPool_.removeRef(
this);
81 #if QT_VERSION >= 0x040000
83 qDeleteAll(MouseGrabber::MouseGrabberPool_);
85 MouseGrabber::MouseGrabberPool_.setAutoDelete(autoDelete);
87 MouseGrabber::MouseGrabberPool_.clear();