Qt 3 Support Members for QContextMenuEvent
The following class members are part of the Qt 3 support layer. They are provided to help you port old code to Qt 4. We advise against using them in new code.
Public Functions
Member Function Documentation
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.
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.