Uses of Enum
io.qt.gui.QContextMenuEvent.Reason
Packages that use QContextMenuEvent.Reason
-
Uses of QContextMenuEvent.Reason in io.qt.gui
Methods in io.qt.gui that return QContextMenuEvent.ReasonModifier and TypeMethodDescriptionfinal QContextMenuEvent.Reason
QContextMenuEvent.reason()
static QContextMenuEvent.Reason
QContextMenuEvent.Reason.resolve
(int value) Returns the corresponding enum entry for the given value.static QContextMenuEvent.Reason
Returns the enum constant of this type with the specified name.static QContextMenuEvent.Reason[]
QContextMenuEvent.Reason.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.gui with parameters of type QContextMenuEvent.ReasonModifierConstructorDescriptionQContextMenuEvent
(QContextMenuEvent.Reason reason, QPoint pos) Deprecated.Use the other constructorQContextMenuEvent
(QContextMenuEvent.Reason reason, QPoint pos, QPoint globalPos) Overloaded constructor forQContextMenuEvent(io.qt.gui.QContextMenuEvent.Reason, io.qt.core.QPoint, io.qt.core.QPoint, io.qt.core.Qt.KeyboardModifiers)
withmodifiers = new io.qt.core.Qt.KeyboardModifiers(0)
.QContextMenuEvent
(QContextMenuEvent.Reason reason, QPoint pos, QPoint globalPos, Qt.KeyboardModifier... modifiers) QContextMenuEvent
(QContextMenuEvent.Reason reason, QPoint pos, QPoint globalPos, Qt.KeyboardModifiers modifiers)