QGraphicsScale Class Reference
#include <qgraphicstransform.h>
Definition at line 83 of file qgraphicstransform.h.
|
void | deleteLater () |
|
static bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection) |
|
static bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection) |
|
static bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *member) |
|
static bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member) |
|
static uint | registerUserData () |
|
void | update () |
|
| QGraphicsTransform (QGraphicsTransformPrivate &p, QObject *parent) |
|
QObject * | sender () const |
|
int | senderSignalIndex () const |
|
int | receivers (const char *signal) const |
|
virtual void | timerEvent (QTimerEvent *) |
|
virtual void | childEvent (QChildEvent *) |
|
virtual void | customEvent (QEvent *) |
|
virtual void | connectNotify (const char *signal) |
|
virtual void | disconnectNotify (const char *signal) |
|
| QObject (QObjectPrivate &dd, QObject *parent=0) |
|
QScopedPointer< QObjectData > | d_ptr |
|
static const QMetaObject | staticQtMetaObject |
|
The documentation for this class was generated from the following file: