Qt 4.8
|
#include <qwidgetaction_p.h>
Public Functions | |
void | _q_widgetDestroyed (QObject *o) |
QWidgetActionPrivate () | |
Public Functions inherited from QActionPrivate | |
QActionPrivate () | |
void | redoGrab (QShortcutMap &map) |
void | redoGrabAlternate (QShortcutMap &map) |
void | sendDataChanged () |
void | setShortcutEnabled (bool enable, QShortcutMap &map) |
bool | showStatusText (QWidget *w, const QString &str) |
~QActionPrivate () | |
Public Functions inherited from QObjectPrivate | |
void | _q_reregisterTimers (void *pointer) |
void | addConnection (int signal, Connection *c) |
void | cleanConnectionLists () |
void | connectNotify (const char *signal) |
void | deleteChildren () |
void | disconnectNotify (const char *signal) |
bool | isSender (const QObject *receiver, const char *signal) const |
bool | isSignalConnected (uint signalIdx) const |
Returns true if the signal with index signal_index from object sender is connected. More... | |
void | moveToThread_helper () |
QObjectPrivate (int version=QObjectPrivateVersion) | |
QObjectList | receiverList (const char *signal) const |
QObjectList | senderList () const |
void | setParent_helper (QObject *) |
void | setThreadData_helper (QThreadData *currentData, QThreadData *targetData) |
int | signalIndex (const char *signalName) const |
Returns the signal index used in the internal connectionLists vector. More... | |
virtual | ~QObjectPrivate () |
Public Functions inherited from QObjectData | |
virtual | ~QObjectData ()=0 |
Additional Inherited Members | |
Public Types inherited from QObjectPrivate | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
Static Public Functions inherited from QActionPrivate | |
static QActionPrivate * | get (QAction *q) |
Static Public Functions inherited from QObjectPrivate | |
static void | clearGuards (QObject *) |
static QObjectPrivate * | get (QObject *o) |
static void | resetCurrentSender (QObject *receiver, Sender *currentSender, Sender *previousSender) |
static Sender * | setCurrentSender (QObject *receiver, Sender *sender) |
static void | signalSignature (const QMetaMethod &signal, QVarLengthArray< char > *result) |
Static Public Variables inherited from QActionPrivate | |
static QShortcutMap * | globalMap |
Definition at line 60 of file qwidgetaction_p.h.
|
inline |
Definition at line 64 of file qwidgetaction_p.h.
|
inline |
Definition at line 70 of file qwidgetaction_p.h.
uint QWidgetActionPrivate::autoCreated |
Definition at line 68 of file qwidgetaction_p.h.
Definition at line 66 of file qwidgetaction_p.h.
Definition at line 65 of file qwidgetaction_p.h.
uint QWidgetActionPrivate::defaultWidgetInUse |
Definition at line 67 of file qwidgetaction_p.h.