Qt.QMoveEvent Class

public class QMoveEvent: QEvent, System.IDisposable

Base Types

System.Object
  QtSupport
    QEvent
      QMoveEvent

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QMoveEvent Constructors

QMoveEvent(Qt.QPoint, Qt.QPoint) Constructor
QMoveEvent(void *) Constructor

QMoveEvent Methods

QMoveEvent.Finalize Method
QMoveEvent.OldPos Method
QMoveEvent.Pos Method


QMoveEvent(Qt.QPoint, Qt.QPoint) Constructor

public void QMoveEvent(Qt.QPoint pos, Qt.QPoint oldPos);

See Also

Qt.QMoveEvent Class, Qt Namespace

QMoveEvent(void *) Constructor

public void QMoveEvent(void * ptr);

See Also

Qt.QMoveEvent Class, Qt Namespace

QMoveEvent.Finalize Method

protected override void Finalize();

See Also

Qt.QMoveEvent Class, Qt Namespace

QMoveEvent.OldPos Method

public Qt.QPoint OldPos();

See Also

Qt.QMoveEvent Class, Qt Namespace

QMoveEvent.Pos Method

public Qt.QPoint Pos();

See Also

Qt.QMoveEvent Class, Qt Namespace