- enum ItemIndexMethod
- enum SceneLayer
- flags SceneLayers
- QGraphicsScene ( QObject * )
- QGraphicsScene ( const QRectF &, QObject * )
- QGraphicsScene ( qreal, qreal, qreal, qreal, QObject * )
- ~QGraphicsScene ()
- activeWindow () const : QGraphicsWidget *
- addEllipse ( const QRectF &, const QPen &, const QBrush & ) : QGraphicsEllipseItem *
- addEllipse ( qreal, qreal, qreal, qreal, const QPen &, const QBrush & ) : QGraphicsEllipseItem *
- addItem ( QGraphicsItem * )
- addLine ( const QLineF &, const QPen & ) : QGraphicsLineItem *
- addLine ( qreal, qreal, qreal, qreal, const QPen & ) : QGraphicsLineItem *
- addPath ( const QPainterPath &, const QPen &, const QBrush & ) : QGraphicsPathItem *
- addPixmap ( const QPixmap & ) : QGraphicsPixmapItem *
- addPolygon ( const QPolygonF &, const QPen &, const QBrush & ) : QGraphicsPolygonItem *
- addRect ( const QRectF &, const QPen &, const QBrush & ) : QGraphicsRectItem *
- addRect ( qreal, qreal, qreal, qreal, const QPen &, const QBrush & ) : QGraphicsRectItem *
- addSimpleText ( const QString &, const QFont & ) : QGraphicsSimpleTextItem *
- addText ( const QString &, const QFont & ) : QGraphicsTextItem *
- addWidget ( QWidget *, Qt::WindowFlags ) : QGraphicsProxyWidget *
- advance ()
- backgroundBrush () const : QBrush
- blockSignals ( bool ) : bool
- bspTreeDepth () const : int
- changed ( const QList<QRectF> & )
- childEvent ( QChildEvent * )
- children () const : const QObjectList &
- clear ()
- clearFocus ()
- clearSelection ()
- collidingItems ( const QGraphicsItem *, Qt::ItemSelectionMode ) const : QList<QGraphicsItem *>
- connect ( const QObject *, const char *, const QObject *, const char *, Qt::ConnectionType ) : bool
- connect ( const QObject *, const char *, const char *, Qt::ConnectionType ) const : bool
- connectNotify ( const char * )
- contextMenuEvent ( QGraphicsSceneContextMenuEvent * )
- createItemGroup ( const QList<QGraphicsItem *> & ) : QGraphicsItemGroup *
- customEvent ( QEvent * )
- d_ptr : QObjectData *
- deleteLater ()
- destroyItemGroup ( QGraphicsItemGroup * )
- destroyed ( QObject * )
- disconnect ( const QObject *, const char *, const QObject *, const char * ) : bool
- disconnect ( const char *, const QObject *, const char * ) : bool
- disconnect ( const QObject *, const char * ) : bool
- disconnectNotify ( const char * )
- dragEnterEvent ( QGraphicsSceneDragDropEvent * )
- dragLeaveEvent ( QGraphicsSceneDragDropEvent * )
- dragMoveEvent ( QGraphicsSceneDragDropEvent * )
- drawBackground ( QPainter *, const QRectF & )
- drawForeground ( QPainter *, const QRectF & )
- drawItems ( QPainter *, int, QGraphicsItem *[], const QStyleOptionGraphicsItem[], QWidget * )
- dropEvent ( QGraphicsSceneDragDropEvent * )
- dumpObjectInfo ()
- dumpObjectTree ()
- dynamicPropertyNames () const : QList<QByteArray>
- event ( QEvent * ) : bool
- eventFilter ( QObject *, QEvent * ) : bool
- findChild ( const QString & ) const : T
- findChildren ( const QString & ) const : QList<T>
- findChildren ( const QRegExp & ) const : QList<T>
- focusInEvent ( QFocusEvent * )
- focusItem () const : QGraphicsItem *
- focusNextPrevChild ( bool ) : bool
- focusOutEvent ( QFocusEvent * )
- font () const : QFont
- foregroundBrush () const : QBrush
- hasFocus () const : bool
- height () const : qreal
- helpEvent ( QGraphicsSceneHelpEvent * )
- inherits ( const char * ) const : bool
|
- inputMethodEvent ( QInputMethodEvent * )
- inputMethodQuery ( Qt::InputMethodQuery ) const : QVariant
- installEventFilter ( QObject * )
- invalidate ( const QRectF &, SceneLayers )
- invalidate ( qreal, qreal, qreal, qreal, SceneLayers )
- isWidgetType () const : bool
- itemAt ( const QPointF & ) const : QGraphicsItem *
- itemAt ( qreal, qreal ) const : QGraphicsItem *
- itemIndexMethod () const : ItemIndexMethod
- items () const : QList<QGraphicsItem *>
- items ( const QPointF & ) const : QList<QGraphicsItem *>
- items ( qreal, qreal, qreal, qreal, Qt::ItemSelectionMode ) const : QList<QGraphicsItem *>
- items ( const QRectF &, Qt::ItemSelectionMode ) const : QList<QGraphicsItem *>
- items ( const QPolygonF &, Qt::ItemSelectionMode ) const : QList<QGraphicsItem *>
- items ( const QPainterPath &, Qt::ItemSelectionMode ) const : QList<QGraphicsItem *>
- itemsBoundingRect () const : QRectF
- keyPressEvent ( QKeyEvent * )
- keyReleaseEvent ( QKeyEvent * )
- killTimer ( int )
- metaObject () const : const QMetaObject *
- mouseDoubleClickEvent ( QGraphicsSceneMouseEvent * )
- mouseGrabberItem () const : QGraphicsItem *
- mouseMoveEvent ( QGraphicsSceneMouseEvent * )
- mousePressEvent ( QGraphicsSceneMouseEvent * )
- mouseReleaseEvent ( QGraphicsSceneMouseEvent * )
- moveToThread ( QThread * )
- objectName () const : QString
- palette () const : QPalette
- parent () const : QObject *
- property ( const char * ) const : QVariant
- receivers ( const char * ) const : int
- removeEventFilter ( QObject * )
- removeItem ( QGraphicsItem * )
- render ( QPainter *, const QRectF &, const QRectF &, Qt::AspectRatioMode )
- sceneRect () const : QRectF
- sceneRectChanged ( const QRectF & )
- selectedItems () const : QList<QGraphicsItem *>
- selectionArea () const : QPainterPath
- selectionChanged ()
- sender () const : QObject *
- setActiveWindow ( QGraphicsWidget * )
- setBackgroundBrush ( const QBrush & )
- setBspTreeDepth ( int )
- setFocus ( Qt::FocusReason )
- setFocusItem ( QGraphicsItem *, Qt::FocusReason )
- setFont ( const QFont & )
- setForegroundBrush ( const QBrush & )
- setItemIndexMethod ( ItemIndexMethod )
- setObjectName ( const QString & )
- setPalette ( const QPalette & )
- setParent ( QObject * )
- setProperty ( const char *, const QVariant & ) : bool
- setSceneRect ( const QRectF & )
- setSceneRect ( qreal, qreal, qreal, qreal )
- setSelectionArea ( const QPainterPath & )
- setSelectionArea ( const QPainterPath &, Qt::ItemSelectionMode )
- setStyle ( QStyle * )
- signalsBlocked () const : bool
- startTimer ( int ) : int
- staticMetaObject : const QMetaObject
- staticQtMetaObject : const QMetaObject
- style () const : QStyle *
- thread () const : QThread *
- timerEvent ( QTimerEvent * )
- tr ( const char *, const char *, int ) : QString
- trUtf8 ( const char *, const char *, int ) : QString
- update ( const QRectF & )
- update ( qreal, qreal, qreal, qreal )
- views () const : QList<QGraphicsView *>
- wheelEvent ( QGraphicsSceneWheelEvent * )
- width () const : qreal
|