(3f9569c505c0949efee336a83cb247e4e5a4658c)
#include <QtWidgets/private/qtwidgetsglobal_p.h>
#include "QtWidgets/qmenu.h"
#include "QtWidgets/qstyleoption.h"
#include "QtCore/qdatetime.h"
#include "QtCore/qmap.h"
#include "QtCore/qhash.h"
#include "QtCore/qbasictimer.h"
#include "private/qwidget_p.h"
#include <qpa/qplatformmenu.h>
#include <QtCore/qpointer.h>
#include <functional>
Go to the source code of this file.
|
| QT_REQUIRE_CONFIG (menu) |
static QT_BEGIN_NAMESPACE int | pick (Qt::Orientation o, const QPoint &pos) |
static int | pick (Qt::Orientation o, const QSize &size) |
static int & | rpick (Qt::Orientation o, QPoint &pos) |
static int & | rpick (Qt::Orientation o, QSize &size) |
static QSizePolicy::Policy | pick (Qt::Orientation o, const QSizePolicy &policy) |
static int | perp (Qt::Orientation o, const QPoint &pos) |
static int | perp (Qt::Orientation o, const QSize &size) |
static int & | rperp (Qt::Orientation o, QPoint &pos) |
static int & | rperp (Qt::Orientation o, QSize &size) |
static int | pick (Qt::Orientation o, const QMargins &m) |
static int | perp (Qt::Orientation o, const QMargins &m) |
◆ perp() [1/3]
◆ perp() [2/3]
◆ perp() [3/3]
◆ pick() [1/4]
◆ pick() [2/4]
◆ pick() [3/4]
◆ pick() [4/4]
◆ QT_REQUIRE_CONFIG()
QT_REQUIRE_CONFIG |
( |
menu | | ) |
|
◆ rperp() [1/2]
◆ rperp() [2/2]
◆ rpick() [1/2]
◆ rpick() [2/2]