Qt 4.8
qaction_p.h
Go to the documentation of this file.
1 /****************************************************************************
2 **
3 ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
4 ** Contact: http://www.qt-project.org/legal
5 **
6 ** This file is part of the QtGui module of the Qt Toolkit.
7 **
8 ** $QT_BEGIN_LICENSE:LGPL$
9 ** Commercial License Usage
10 ** Licensees holding valid commercial Qt licenses may use this file in
11 ** accordance with the commercial license agreement provided with the
12 ** Software or, alternatively, in accordance with the terms contained in
13 ** a written agreement between you and Digia. For licensing terms and
14 ** conditions see http://qt.digia.com/licensing. For further information
15 ** use the contact form at http://qt.digia.com/contact-us.
16 **
17 ** GNU Lesser General Public License Usage
18 ** Alternatively, this file may be used under the terms of the GNU Lesser
19 ** General Public License version 2.1 as published by the Free Software
20 ** Foundation and appearing in the file LICENSE.LGPL included in the
21 ** packaging of this file. Please review the following information to
22 ** ensure the GNU Lesser General Public License version 2.1 requirements
23 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
24 **
25 ** In addition, as a special exception, Digia gives you certain additional
26 ** rights. These rights are described in the Digia Qt LGPL Exception
27 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
28 **
29 ** GNU General Public License Usage
30 ** Alternatively, this file may be used under the terms of the GNU
31 ** General Public License version 3.0 as published by the Free Software
32 ** Foundation and appearing in the file LICENSE.GPL included in the
33 ** packaging of this file. Please review the following information to
34 ** ensure the GNU General Public License version 3.0 requirements will be
35 ** met: http://www.gnu.org/copyleft/gpl.html.
36 **
37 **
38 ** $QT_END_LICENSE$
39 **
40 ****************************************************************************/
41 
42 #ifndef QACTION_P_H
43 #define QACTION_P_H
44 
45 //
46 // W A R N I N G
47 // -------------
48 //
49 // This file is not part of the Qt API. It exists for the convenience
50 // of other Qt classes. This header file may change from version to
51 // version without notice, or even be removed.
52 //
53 // We mean it.
54 //
55 
56 #include "QtGui/qaction.h"
57 #include "QtGui/qmenu.h"
58 #include "private/qgraphicswidget_p.h"
59 #include "private/qobject_p.h"
60 
62 
63 #ifndef QT_NO_ACTION
64 
65 #ifdef QT3_SUPPORT
66 class QMenuItemEmitter;
67 #endif
68 
69 class QShortcutMap;
70 
72 {
74 public:
76  ~QActionPrivate();
77 
78  static QActionPrivate *get(QAction *q)
79  {
80  return q->d_func();
81  }
82 
83  bool showStatusText(QWidget *w, const QString &str);
84 
92 #ifndef QT_NO_SHORTCUT
95 #endif
97 #ifndef QT_NO_SHORTCUT
102 #endif
106  uint visible : 1, forceInvisible : 1;
111 
112  //for soft keys management
115  int iconVisibleInMenu : 3; // Only has values -1, 0, and 1
116 
120 
122 #ifndef QT_NO_GRAPHICSVIEW
124 #endif
125 #ifndef QT_NO_SHORTCUT
126  void redoGrab(QShortcutMap &map);
127  void redoGrabAlternate(QShortcutMap &map);
128  void setShortcutEnabled(bool enable, QShortcutMap &map);
129 
131 #endif // QT_NO_SHORTCUT
132 
133 #ifdef QT3_SUPPORT //for menubar/menu compat
134  QMenuItemEmitter *act_signal;
135  int id, param;
136 #endif
137  void sendDataChanged();
138 };
139 
140 #endif // QT_NO_ACTION
141 
143 
144 #endif // QACTION_P_H
The QVariant class acts like a union for the most common Qt data types.
Definition: qvariant.h:92
#define QT_END_NAMESPACE
This macro expands to.
Definition: qglobal.h:90
QString tooltip
Definition: qaction_p.h:89
uint forceEnabledInSoftkeys
Definition: qaction_p.h:113
QList< QWidget * > widgets
Definition: qaction_p.h:121
The QWidget class is the base class of all user interface objects.
Definition: qwidget.h:150
QAction::Priority priority
Definition: qaction_p.h:119
QAction::SoftKeyRole softKeyRole
Definition: qaction_p.h:118
Priority
This enum defines priorities for actions in user interface.
Definition: qaction.h:98
QList< int > alternateShortcutIds
Definition: qaction_p.h:99
QString iconText
Definition: qaction_p.h:87
QPointer< QActionGroup > group
Definition: qaction_p.h:85
Qt::ShortcutContext shortcutContext
Definition: qaction_p.h:100
The QString class provides a Unicode character string.
Definition: qstring.h:83
uint menuActionSoftkeys
Definition: qaction_p.h:114
#define QT_BEGIN_NAMESPACE
This macro expands to.
Definition: qglobal.h:89
QString statustip
Definition: qaction_p.h:90
QPointer< QMenu > menu
Definition: qaction_p.h:104
QList< QGraphicsWidget * > graphicsWidgets
Definition: qaction_p.h:123
unsigned int uint
Definition: qglobal.h:996
SoftKeyRole
This enum describes how an action should be placed in the softkey bar.
Definition: qaction.h:96
QString whatsthis
Definition: qaction_p.h:91
QVariant userData
Definition: qaction_p.h:96
QList< QKeySequence > alternateShortcuts
Definition: qaction_p.h:94
QAction::MenuRole menuRole
Definition: qaction_p.h:117
#define Q_DECLARE_PUBLIC(Class)
Definition: qglobal.h:2477
The QKeySequence class encapsulates a key sequence as used by shortcuts.
Definition: qkeysequence.h:72
int iconVisibleInMenu
Definition: qaction_p.h:115
The QFont class specifies a font used for drawing text.
Definition: qfont.h:64
uint forceDisabled
Definition: qaction_p.h:105
#define Q_AUTOTEST_EXPORT
Definition: qglobal.h:1510
MenuRole
This enum describes how an action should be moved into the application menu on Mac OS X...
Definition: qaction.h:94
QString text
Definition: qaction_p.h:86
QKeySequence shortcut
Definition: qaction_p.h:93
ShortcutContext
Definition: qnamespace.h:1478
static QShortcutMap * globalMap
Definition: qaction_p.h:130
#define enabled
The QAction class provides an abstract user interface action that can be inserted into widgets...
Definition: qaction.h:64
The QIcon class provides scalable icons in different modes and states.
Definition: qicon.h:60