Uses of Class
io.qt.gui.QContextMenuEvent.Reason
Package | Description |
---|---|
io.qt.gui |
-
Uses of QContextMenuEvent.Reason in io.qt.gui
Methods in io.qt.gui that return QContextMenuEvent.Reason Modifier and Type Method Description QContextMenuEvent.Reason
QContextMenuEvent. reason()
static QContextMenuEvent.Reason
QContextMenuEvent.Reason. resolve(int value)
Returns the corresponding enum entry for the given value.static QContextMenuEvent.Reason
QContextMenuEvent.Reason. valueOf(String name)
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.Reason Constructor Description QContextMenuEvent(QContextMenuEvent.Reason reason, QPoint pos)
QContextMenuEvent(QContextMenuEvent.Reason reason, QPoint pos, QPoint globalPos)
QContextMenuEvent(QContextMenuEvent.Reason reason, QPoint pos, QPoint globalPos, Qt.KeyboardModifier... modifiers)
QContextMenuEvent(QContextMenuEvent.Reason reason, QPoint pos, QPoint globalPos, Qt.KeyboardModifiers modifiers)