The following class members are part of the Qt 3 support layer. They are provided to help you port old code to Qt 4. We advise against using them in new code.
QWheelEvent ( const QPoint & pos, int delta, int state, Qt::Orientation orient = Qt::Vertical ) | |
QWheelEvent ( const QPoint & pos, const QPoint & globalPos, int delta, int state, Qt::Orientation orient = Qt::Vertical ) | |
Qt::ButtonState | state () const |
Use one of the other constructors instead.
Use one of the other constructors instead.
Returns the keyboard modifier flags at the time of the event.
The returned value is a selection of the following values, combined using the OR operator: Qt::ShiftButton, Qt::ControlButton, and Qt::AltButton.