Qt.QWheelEvent Class

public class QWheelEvent: QEvent, System.IDisposable

Base Types

System.Object
  QtSupport
    QEvent
      QWheelEvent

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QWheelEvent Constructors

QWheelEvent(Qt.QPoint, int, int, Qt.Orientation) Constructor
QWheelEvent(Qt.QPoint, Qt.QPoint, int, int, Qt.Orientation) Constructor
QWheelEvent(Qt.QPoint, int, int) Constructor
QWheelEvent(Qt.QPoint, Qt.QPoint, int, int) Constructor
QWheelEvent(void *) Constructor

QWheelEvent Methods

QWheelEvent.Accept Method
QWheelEvent.Delta Method
QWheelEvent.Finalize Method
QWheelEvent.GlobalPos Method
QWheelEvent.GlobalX Method
QWheelEvent.GlobalY Method
QWheelEvent.Ignore Method
QWheelEvent.IsAccepted Method
QWheelEvent.Orientation Method
QWheelEvent.Pos Method
QWheelEvent.State Method
QWheelEvent.X Method
QWheelEvent.Y Method


QWheelEvent(Qt.QPoint, int, int, Qt.Orientation) Constructor

public void QWheelEvent(Qt.QPoint pos, int delta, int state, Qt.Orientation orient);

See Also

Qt.QWheelEvent Class, Qt Namespace

QWheelEvent(Qt.QPoint, Qt.QPoint, int, int, Qt.Orientation) Constructor

public void QWheelEvent(Qt.QPoint pos, Qt.QPoint globalPos, int delta, int state, Qt.Orientation orient);

See Also

Qt.QWheelEvent Class, Qt Namespace

QWheelEvent(Qt.QPoint, int, int) Constructor

public void QWheelEvent(Qt.QPoint pos, int delta, int state);

See Also

Qt.QWheelEvent Class, Qt Namespace

QWheelEvent(Qt.QPoint, Qt.QPoint, int, int) Constructor

public void QWheelEvent(Qt.QPoint pos, Qt.QPoint globalPos, int delta, int state);

See Also

Qt.QWheelEvent Class, Qt Namespace

QWheelEvent(void *) Constructor

public void QWheelEvent(void * ptr);

See Also

Qt.QWheelEvent Class, Qt Namespace

QWheelEvent.Accept Method

public void Accept();

See Also

Qt.QWheelEvent Class, Qt Namespace

QWheelEvent.Delta Method

public int Delta();

See Also

Qt.QWheelEvent Class, Qt Namespace

QWheelEvent.Finalize Method

protected override void Finalize();

See Also

Qt.QWheelEvent Class, Qt Namespace

QWheelEvent.GlobalPos Method

public Qt.QPoint GlobalPos();

See Also

Qt.QWheelEvent Class, Qt Namespace

QWheelEvent.GlobalX Method

public int GlobalX();

See Also

Qt.QWheelEvent Class, Qt Namespace

QWheelEvent.GlobalY Method

public int GlobalY();

See Also

Qt.QWheelEvent Class, Qt Namespace

QWheelEvent.Ignore Method

public void Ignore();

See Also

Qt.QWheelEvent Class, Qt Namespace

QWheelEvent.IsAccepted Method

public bool IsAccepted();

See Also

Qt.QWheelEvent Class, Qt Namespace

QWheelEvent.Orientation Method

public Qt.Orientation Orientation();

See Also

Qt.QWheelEvent Class, Qt Namespace

QWheelEvent.Pos Method

public Qt.QPoint Pos();

See Also

Qt.QWheelEvent Class, Qt Namespace

QWheelEvent.State Method

public Qt.ButtonState State();

See Also

Qt.QWheelEvent Class, Qt Namespace

QWheelEvent.X Method

public int X();

See Also

Qt.QWheelEvent Class, Qt Namespace

QWheelEvent.Y Method

public int Y();

See Also

Qt.QWheelEvent Class, Qt Namespace