Definition at line 546 of file qgraphicsitem.h.
#include <qgraphicsitem.h>

Signals |
|
| void | parentChanged () |
| void | opacityChanged () |
| void | visibleChanged () |
| void | enabledChanged () |
| void | xChanged () |
| void | yChanged () |
| void | zChanged () |
| void | rotationChanged () |
| void | scaleChanged () |
| void | childrenChanged () |
| void | widthChanged () |
| void | heightChanged () |
Public Member Functions |
|
| QGraphicsObject (QGraphicsItem *parent=0) | |
| void | grabGesture (Qt::GestureType type, Qt::GestureFlags flags=Qt::GestureFlags()) |
| void | ungrabGesture (Qt::GestureType type) |
Protected Slots |
|
| void | updateMicroFocus () |
Protected Member Functions |
|
| QGraphicsObject (QGraphicsItemPrivate &dd, QGraphicsItem *parent, QGraphicsScene *scene) | |
Properties |
|
| QGraphicsObject | parent |
| qreal | opacity |
| bool | enabled |
| bool | visible |
| QPointF | pos |
| qreal | x |
| qreal | y |
| qreal | z |
| qreal | rotation |
| qreal | scale |
| QPointF | transformOriginPoint |
| QGraphicsEffect | effect |
Friends |
|
| class | QGraphicsItem |
| class | QGraphicsItemPrivate |
| QGraphicsObject | ( | QGraphicsItem * | parent = 0 |
) |
| QGraphicsObject | ( | QGraphicsItemPrivate & | dd, |
| QGraphicsItem * | parent, | ||
| QGraphicsScene * | scene | ||
| ) | [protected] |
| void grabGesture | ( | Qt::GestureType | type, |
| Qt::GestureFlags | flags =
Qt::GestureFlags() |
||
| ) |
| void ungrabGesture | ( | Qt::GestureType | type | ) |
| void updateMicroFocus | ( | ) | [protected, slot] |
Reimplemented from QGraphicsItem.
| void parentChanged | ( | ) | [signal] |
| void opacityChanged | ( | ) | [signal] |
| void visibleChanged | ( | ) | [signal] |
| void enabledChanged | ( | ) | [signal] |
| void xChanged | ( | ) | [signal] |
| void yChanged | ( | ) | [signal] |
| void zChanged | ( | ) | [signal] |
| void rotationChanged | ( | ) | [signal] |
| void scaleChanged | ( | ) | [signal] |
| void childrenChanged | ( | ) | [signal] |
| void widthChanged | ( | ) | [signal] |
| void heightChanged | ( | ) | [signal] |
friend class QGraphicsItem
[friend] |
Reimplemented in QGraphicsProxyWidget, and QGraphicsWidget.
Definition at line 603 of file qgraphicsitem.h.
friend class QGraphicsItemPrivate
[friend] |
Reimplemented in QGraphicsWidget.
Definition at line 604 of file qgraphicsitem.h.
QGraphicsObject parent
[read, write] |
Definition at line 549 of file qgraphicsitem.h.
qreal opacity [read, write] |
Definition at line 550 of file qgraphicsitem.h.
bool enabled [read, write] |
Definition at line 551 of file qgraphicsitem.h.
bool visible [read, write] |
Definition at line 552 of file qgraphicsitem.h.
QPointF pos [read,
write] |
Definition at line 553 of file qgraphicsitem.h.
qreal x [read, write] |
Definition at line 554 of file qgraphicsitem.h.
qreal y [read, write] |
Definition at line 555 of file qgraphicsitem.h.
qreal z [read, write] |
Definition at line 556 of file qgraphicsitem.h.
qreal rotation [read, write] |
Definition at line 557 of file qgraphicsitem.h.
qreal scale [read, write] |
Definition at line 558 of file qgraphicsitem.h.
QPointF transformOriginPoint
[read, write] |
Definition at line 559 of file qgraphicsitem.h.
QGraphicsEffect effect
[read, write] |
Definition at line 561 of file qgraphicsitem.h.