public class QContextMenuEvent: QEvent, System.IDisposable
System.Object
QtSupport
QEvent
QContextMenuEventThis type implements System.IDisposable.
Qt Namespace
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
public void QContextMenuEvent(Reason reason, Qt.QPoint pos, Qt.QPoint globalPos, int state);
Qt.QContextMenuEvent Class, Qt Namespace
public void QContextMenuEvent(Reason reason, Qt.QPoint pos, int state);
Qt.QContextMenuEvent Class, Qt Namespace
public void QContextMenuEvent(void * ptr);
Qt.QContextMenuEvent Class, Qt Namespace
public void Accept();
Qt.QContextMenuEvent Class, Qt Namespace
public void Consume();
Qt.QContextMenuEvent Class, Qt Namespace
protected override void Finalize();
Qt.QContextMenuEvent Class, Qt Namespace
public Qt.QPoint GlobalPos();
Qt.QContextMenuEvent Class, Qt Namespace
public int GlobalX();
Qt.QContextMenuEvent Class, Qt Namespace
public int GlobalY();
Qt.QContextMenuEvent Class, Qt Namespace
public void Ignore();
Qt.QContextMenuEvent Class, Qt Namespace
public bool IsAccepted();
Qt.QContextMenuEvent Class, Qt Namespace
public bool IsConsumed();
Qt.QContextMenuEvent Class, Qt Namespace
public Qt.QPoint Pos();
Qt.QContextMenuEvent Class, Qt Namespace
public Qt.ButtonState State();
Qt.QContextMenuEvent Class, Qt Namespace
public Reason TheReason();
Qt.QContextMenuEvent Class, Qt Namespace
public int X();
Qt.QContextMenuEvent Class, Qt Namespace
public int Y();
Qt.QContextMenuEvent Class, Qt Namespace