Qt.QContextMenuEvent Class

public class QContextMenuEvent: QEvent, System.IDisposable

Base Types

System.Object
  QtSupport
    QEvent
      QContextMenuEvent

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QContextMenuEvent Constructors

QContextMenuEvent(Reason, Qt.QPoint, Qt.QPoint, int) Constructor
QContextMenuEvent(Reason, Qt.QPoint, int) Constructor
QContextMenuEvent(void *) Constructor

QContextMenuEvent Methods

QContextMenuEvent.Accept Method
QContextMenuEvent.Consume Method
QContextMenuEvent.Finalize Method
QContextMenuEvent.GlobalPos Method
QContextMenuEvent.GlobalX Method
QContextMenuEvent.GlobalY Method
QContextMenuEvent.Ignore Method
QContextMenuEvent.IsAccepted Method
QContextMenuEvent.IsConsumed Method
QContextMenuEvent.Pos Method
QContextMenuEvent.State Method
QContextMenuEvent.TheReason Method
QContextMenuEvent.X Method
QContextMenuEvent.Y Method


QContextMenuEvent(Reason, Qt.QPoint, Qt.QPoint, int) Constructor

public void QContextMenuEvent(Reason reason, Qt.QPoint pos, Qt.QPoint globalPos, int state);

See Also

Qt.QContextMenuEvent Class, Qt Namespace

QContextMenuEvent(Reason, Qt.QPoint, int) Constructor

public void QContextMenuEvent(Reason reason, Qt.QPoint pos, int state);

See Also

Qt.QContextMenuEvent Class, Qt Namespace

QContextMenuEvent(void *) Constructor

public void QContextMenuEvent(void * ptr);

See Also

Qt.QContextMenuEvent Class, Qt Namespace

QContextMenuEvent.Accept Method

public void Accept();

See Also

Qt.QContextMenuEvent Class, Qt Namespace

QContextMenuEvent.Consume Method

public void Consume();

See Also

Qt.QContextMenuEvent Class, Qt Namespace

QContextMenuEvent.Finalize Method

protected override void Finalize();

See Also

Qt.QContextMenuEvent Class, Qt Namespace

QContextMenuEvent.GlobalPos Method

public Qt.QPoint GlobalPos();

See Also

Qt.QContextMenuEvent Class, Qt Namespace

QContextMenuEvent.GlobalX Method

public int GlobalX();

See Also

Qt.QContextMenuEvent Class, Qt Namespace

QContextMenuEvent.GlobalY Method

public int GlobalY();

See Also

Qt.QContextMenuEvent Class, Qt Namespace

QContextMenuEvent.Ignore Method

public void Ignore();

See Also

Qt.QContextMenuEvent Class, Qt Namespace

QContextMenuEvent.IsAccepted Method

public bool IsAccepted();

See Also

Qt.QContextMenuEvent Class, Qt Namespace

QContextMenuEvent.IsConsumed Method

public bool IsConsumed();

See Also

Qt.QContextMenuEvent Class, Qt Namespace

QContextMenuEvent.Pos Method

public Qt.QPoint Pos();

See Also

Qt.QContextMenuEvent Class, Qt Namespace

QContextMenuEvent.State Method

public Qt.ButtonState State();

See Also

Qt.QContextMenuEvent Class, Qt Namespace

QContextMenuEvent.TheReason Method

public Reason TheReason();

See Also

Qt.QContextMenuEvent Class, Qt Namespace

QContextMenuEvent.X Method

public int X();

See Also

Qt.QContextMenuEvent Class, Qt Namespace

QContextMenuEvent.Y Method

public int Y();

See Also

Qt.QContextMenuEvent Class, Qt Namespace