public class QWheelEvent: QEvent, System.IDisposable
System.Object
QtSupport
QEvent
QWheelEventThis type implements System.IDisposable.
Qt Namespace
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
public void QWheelEvent(Qt.QPoint pos, int delta, int state, Qt.Orientation orient);
Qt.QWheelEvent Class, Qt Namespace
public void QWheelEvent(Qt.QPoint pos, Qt.QPoint globalPos, int delta, int state, Qt.Orientation orient);
Qt.QWheelEvent Class, Qt Namespace
public void QWheelEvent(Qt.QPoint pos, int delta, int state);
Qt.QWheelEvent Class, Qt Namespace
public void QWheelEvent(Qt.QPoint pos, Qt.QPoint globalPos, int delta, int state);
Qt.QWheelEvent Class, Qt Namespace
public void QWheelEvent(void * ptr);
Qt.QWheelEvent Class, Qt Namespace
public void Accept();
Qt.QWheelEvent Class, Qt Namespace
public int Delta();
Qt.QWheelEvent Class, Qt Namespace
protected override void Finalize();
Qt.QWheelEvent Class, Qt Namespace
public Qt.QPoint GlobalPos();
Qt.QWheelEvent Class, Qt Namespace
public int GlobalX();
Qt.QWheelEvent Class, Qt Namespace
public int GlobalY();
Qt.QWheelEvent Class, Qt Namespace
public void Ignore();
Qt.QWheelEvent Class, Qt Namespace
public bool IsAccepted();
Qt.QWheelEvent Class, Qt Namespace
public Qt.Orientation Orientation();
Qt.QWheelEvent Class, Qt Namespace
public Qt.QPoint Pos();
Qt.QWheelEvent Class, Qt Namespace
public Qt.ButtonState State();
Qt.QWheelEvent Class, Qt Namespace
public int X();
Qt.QWheelEvent Class, Qt Namespace
public int Y();
Qt.QWheelEvent Class, Qt Namespace