Obsolete Members for QWheelEvent

以下成员源于类 QWheelEvent 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。

公共函数

(obsolete) Qt::ButtonState state () const

成员函数文档编制

Qt::ButtonState QWheelEvent:: state () const

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 ,和 Qt::AltButton .