- enum Type
- QWheelEvent ( const QPoint & pos, int delta, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, Qt::Orientation orient = Qt::Vertical )
- QWheelEvent ( const QPoint & pos, const QPoint & globalPos, int delta, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, Qt::Orientation orient = Qt::Vertical )
- ~QWheelEvent ()
- void accept ()
- Qt::MouseButtons buttons () const
- int delta () const
- const QPoint & globalPos () const
- int globalX () const
- int globalY () const
|
|