25 #ifndef USERINTERACTIONEVENT_HH 26 #define USERINTERACTIONEVENT_HH 32 #include <QtCore/QEvent> 51 QEvent::Type
type()
const;
53 static QEvent::Type
const Type;
virtual ~UserInteractionEvent()
std::ostream & operator<<(std::ostream &os, UserInteractionEvent const &e)
QWheelEvent * wheelEvent() const
QMouseEvent * p_mouseEvent
QWheelEvent * p_wheelEvent
QEvent::Type type() const
static QEvent::Type const Type
UserInteractionEvent(QMouseEvent *mouseEvent=NULL, QWheelEvent *wheelEvent=NULL)
QMouseEvent * mouseEvent() const