![]() |
Qt 4.8
|
#include <qwidget_p.h>
Public Variables | |
| QWidgetPaintContext * | context |
| QTransform | lastEffectTransform |
| QWidget * | m_widget |
| bool | updateDueToGraphicsEffect |
Public Variables inherited from QObjectPrivate | |
| union { | |
| QObject * currentChildBeingDeleted | |
| QAbstractDeclarativeData * declarativeData | |
| }; | |
| quint32 | connectedSignals [2] |
| QObjectConnectionListVector * | connectionLists |
| Sender * | currentSender |
| QList< QPointer< QObject > > | eventFilters |
| ExtraData * | extraData |
| QString | objectName |
| Connection * | senders |
| QAtomicPointer< QtSharedPointer::ExternalRefCountData > | sharedRefcount |
| QThreadData * | threadData |
| void * | unused |
Public Variables inherited from QObjectData | |
| uint | blockSig: 1 |
| QObjectList | children |
| uint | hasGuards: 1 |
| uint | inEventHandler: 1 |
| uint | inThreadChangeEvent: 1 |
| uint | isWidget: 1 |
| QMetaObject * | metaObject |
| uint | ownObjectName: 1 |
| QObject * | parent |
| uint | pendTimer: 1 |
| int | postedEvents |
| QObject * | q_ptr |
| uint | receiveChildEvents: 1 |
| uint | sendChildEvents: 1 |
| uint | unused: 22 |
| uint | wasDeleted: 1 |
Additional Inherited Members | |
Public Types inherited from QGraphicsEffectSourcePrivate | |
| enum | InvalidateReason { TransformChanged, EffectRectChanged, SourceChanged } |
Public Types inherited from QObjectPrivate | |
| typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
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) |
Definition at line 945 of file qwidget_p.h.
|
inline |
Definition at line 948 of file qwidget_p.h.
|
virtual |
Implements QGraphicsEffectSourcePrivate.
Definition at line 6013 of file qwidget.cpp.
|
inlinevirtual |
Implements QGraphicsEffectSourcePrivate.
Definition at line 952 of file qwidget_p.h.
|
inlinevirtual |
Implements QGraphicsEffectSourcePrivate.
Definition at line 984 of file qwidget_p.h.
|
virtual |
Implements QGraphicsEffectSourcePrivate.
Definition at line 6027 of file qwidget.cpp.
|
inlinevirtual |
Implements QGraphicsEffectSourcePrivate.
Definition at line 971 of file qwidget_p.h.
|
inlinevirtual |
Implements QGraphicsEffectSourcePrivate.
Definition at line 955 of file qwidget_p.h.
|
inlinevirtual |
Implements QGraphicsEffectSourcePrivate.
Definition at line 968 of file qwidget_p.h.
|
virtual |
Implements QGraphicsEffectSourcePrivate.
Definition at line 6046 of file qwidget.cpp.
|
inlinevirtual |
Implements QGraphicsEffectSourcePrivate.
Definition at line 981 of file qwidget_p.h.
|
inlinevirtual |
Implements QGraphicsEffectSourcePrivate.
Definition at line 961 of file qwidget_p.h.
|
inlinevirtual |
| QWidgetPaintContext* QWidgetEffectSourcePrivate::context |
Definition at line 993 of file qwidget_p.h.
Referenced by QWidgetPrivate::drawWidget().
| QTransform QWidgetEffectSourcePrivate::lastEffectTransform |
Definition at line 994 of file qwidget_p.h.
Referenced by QWidgetPrivate::drawWidget().
| QWidget* QWidgetEffectSourcePrivate::m_widget |
Definition at line 992 of file qwidget_p.h.
| bool QWidgetEffectSourcePrivate::updateDueToGraphicsEffect |
Definition at line 995 of file qwidget_p.h.
Referenced by QWidgetPrivate::invalidateGraphicsEffectsRecursively().