Compatibility Members for QContextMenuEvent

The following members of class QContextMenuEventare part of the Qt compatibility layer. We advise against using them in new code.

Public Functions

QContextMenuEvent(Reason reason, const QPoint & pos, const QPoint & globalPos, int dummy)
QContextMenuEvent(Reason reason, const QPoint & pos, int dummy)
Qt::ButtonState state() const

Member Function Documentation

QContextMenuEvent::QContextMenuEvent(Reason reason, const QPoint & pos, const QPoint & globalPos, int dummy)

Constructs a context menu event with the given reason for the position specified by pos in widget coordinates and globalPos in global screen coordinates. dummy is ignored.

QContextMenuEvent::QContextMenuEvent(Reason reason, const QPoint & pos, int dummy)

Constructs a context menu event with the given reason for the position specified by pos in widget coordinates. dummy is ignored.

Qt::ButtonState QContextMenuEvent::state() const

Returns the button state (a combination of mouse buttons and keyboard modifiers) immediately before the event was generated.

The returned value is a selection of the following values, combined with the OR operator: Qt::LeftButton, Qt::RightButton, Qt::MidButton, Qt::ShiftButton, Qt::ControlButton, and Qt::AltButton.

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.