18#include <QtGui/private/qtguiglobal_p.h>
19#include <QtGui/qaction.h>
20#include <QtGui/qfont.h>
21#if QT_CONFIG(shortcut)
22# include <QtGui/private/qshortcutmap_p.h>
24#include "private/qobject_p.h"
39 virtual void destroy();
41#if QT_CONFIG(shortcut)
50 bool setEnabled(
bool enable,
bool byGroup);
51 void setVisible(
bool b);
60#if QT_CONFIG(shortcut)
69#if QT_CONFIG(shortcut)
75 uint enabled : 1, explicitEnabled : 1, explicitEnabledValue : 1;
88#if QT_CONFIG(shortcut)
95 void sendDataChanged();
static QActionPrivate * get(QAction *q)
QObjectList associatedObjects
int shortcutVisibleInContextMenu
QPointer< QActionGroup > group
The QAction class provides an abstraction for user commands that can be added to different user inter...
MenuRole
This enum describes how an action should be moved into the application menu on \macos.
Priority
This enum defines priorities for actions in user interface.
The QIcon class provides scalable icons in different modes and states.
bool(* ContextMatcher)(QObject *object, Qt::ShortcutContext context)
\macro QT_RESTRICTED_CAST_FROM_ASCII
QMap< QString, QString > map
[6]
Combined button and popup list for selecting options.
GLboolean GLboolean GLboolean b
GLdouble GLdouble GLdouble GLdouble q
#define QT_REQUIRE_CONFIG(feature)