Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Functions | |
exec (QCursor::pos()) | |
[0] | |
exec (somewidget.mapToGlobal(QPoint(0, 0))) | |
[0] | |
exec (e->globalPosition().toPoint()) | |
[1] | |
for (QAction *a :std::as_const(actions)) menu.addAction(a) | |
menu | exec (pos, at) |
Variables | |
QMenu | menu |
[5] | |
QAction * | at = actions[0] |
exec | ( | e-> | globalPosition).toPoint( | ) |
[1]
[4]
[2]
[5]
exec | ( | QCursor::pos() | ) |
[0]
[2]
[3]
exec | ( | somewidget. | mapToGlobalQPoint(0, 0) | ) |
[0]
[3]
[1]
[4]
QAction * at = actions[0] |
Definition at line 36 of file src_gui_widgets_qmenu.cpp.
QMenu menu |
[5]
[6]
Definition at line 35 of file src_gui_widgets_qmenu.cpp.
Referenced by org.qtproject.qt.android.QtActivityBase::onContextMenuClosed(), org.qtproject.qt.android.QtActivityBase::onCreateContextMenu(), org.qtproject.qt.android.QtActivityBase::onCreateOptionsMenu(), org.qtproject.qt.android.QtActivityBase::onOptionsMenuClosed(), org.qtproject.qt.android.QtActivityBase::onPrepareOptionsMenu(), and QMenuBarPrivate::setCurrentAction().