![]() |
Qt 4.8
|
This is the complete list of members for QGraphicsScene, including all inherited members.
| activePanel() const | QGraphicsScene | |
| activeWindow() const | QGraphicsScene | |
| addEllipse(const QRectF &rect, const QPen &pen=QPen(), const QBrush &brush=QBrush()) | QGraphicsScene | |
| addEllipse(qreal x, qreal y, qreal w, qreal h, const QPen &pen=QPen(), const QBrush &brush=QBrush()) | QGraphicsScene | inline |
| addItem(QGraphicsItem *item) | QGraphicsScene | |
| addLine(const QLineF &line, const QPen &pen=QPen()) | QGraphicsScene | |
| addLine(qreal x1, qreal y1, qreal x2, qreal y2, const QPen &pen=QPen()) | QGraphicsScene | inline |
| addPath(const QPainterPath &path, const QPen &pen=QPen(), const QBrush &brush=QBrush()) | QGraphicsScene | |
| addPixmap(const QPixmap &pixmap) | QGraphicsScene | |
| addPolygon(const QPolygonF &polygon, const QPen &pen=QPen(), const QBrush &brush=QBrush()) | QGraphicsScene | |
| addRect(const QRectF &rect, const QPen &pen=QPen(), const QBrush &brush=QBrush()) | QGraphicsScene | |
| addRect(qreal x, qreal y, qreal w, qreal h, const QPen &pen=QPen(), const QBrush &brush=QBrush()) | QGraphicsScene | inline |
| addSimpleText(const QString &text, const QFont &font=QFont()) | QGraphicsScene | |
| addText(const QString &text, const QFont &font=QFont()) | QGraphicsScene | |
| addWidget(QWidget *widget, Qt::WindowFlags wFlags=0) | QGraphicsScene | |
| advance() | QGraphicsScene | slot |
| AllLayers enum value | QGraphicsScene | |
| backgroundBrush | QGraphicsScene | private |
| backgroundBrush() const | QGraphicsScene | |
| BackgroundLayer enum value | QGraphicsScene | |
| blockSignals(bool b) | QObject | |
| bspTreeDepth | QGraphicsScene | private |
| bspTreeDepth() const | QGraphicsScene | |
| BspTreeIndex enum value | QGraphicsScene | |
| changed(const QList< QRectF > ®ion) | QGraphicsScene | signal |
| childEvent(QChildEvent *) | QObject | protectedvirtual |
| children() const | QObject | inline |
| clear() | QGraphicsScene | slot |
| clearFocus() | QGraphicsScene | |
| clearSelection() | QGraphicsScene | slot |
| collidingItems(const QGraphicsItem *item, Qt::ItemSelectionMode mode=Qt::IntersectsItemShape) const | QGraphicsScene | |
| connect(const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection) | QObject | static |
| connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
| connect(const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const | QObject | inline |
| connectNotify(const char *signal) | QObject | protectedvirtual |
| contextMenuEvent(QGraphicsSceneContextMenuEvent *event) | QGraphicsScene | protectedvirtual |
| createItemGroup(const QList< QGraphicsItem *> &items) | QGraphicsScene | |
| customEvent(QEvent *) | QObject | protectedvirtual |
| d_ptr | QObject | protected |
| deleteLater() | QObject | slot |
| destroyed(QObject *=0) | QObject | signal |
| destroyItemGroup(QGraphicsItemGroup *group) | QGraphicsScene | |
| disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *member) | QObject | static |
| disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member) | QObject | static |
| disconnect(const char *signal=0, const QObject *receiver=0, const char *member=0) | QObject | inline |
| disconnect(const QObject *receiver, const char *member=0) | QObject | inline |
| disconnectNotify(const char *signal) | QObject | protectedvirtual |
| dragEnterEvent(QGraphicsSceneDragDropEvent *event) | QGraphicsScene | protectedvirtual |
| dragLeaveEvent(QGraphicsSceneDragDropEvent *event) | QGraphicsScene | protectedvirtual |
| dragMoveEvent(QGraphicsSceneDragDropEvent *event) | QGraphicsScene | protectedvirtual |
| drawBackground(QPainter *painter, const QRectF &rect) | QGraphicsScene | protectedvirtual |
| drawForeground(QPainter *painter, const QRectF &rect) | QGraphicsScene | protectedvirtual |
| drawItems(QPainter *painter, int numItems, QGraphicsItem *items[], const QStyleOptionGraphicsItem options[], QWidget *widget=0) | QGraphicsScene | protectedvirtual |
| dropEvent(QGraphicsSceneDragDropEvent *event) | QGraphicsScene | protectedvirtual |
| dumpObjectInfo() | QObject | |
| dumpObjectTree() | QObject | |
| dynamicPropertyNames() const | QObject | |
| event(QEvent *event) | QGraphicsScene | protectedvirtual |
| eventFilter(QObject *watched, QEvent *event) | QGraphicsScene | protectedvirtual |
| findChild(const QString &aName=QString()) const | QObject | inline |
| findChildren(const QString &aName=QString()) const | QObject | inline |
| findChildren(const QRegExp &re) const | QObject | inline |
| focusInEvent(QFocusEvent *event) | QGraphicsScene | protectedvirtual |
| focusItem() const | QGraphicsScene | |
| focusNextPrevChild(bool next) | QGraphicsScene | protectedslot |
| focusOutEvent(QFocusEvent *event) | QGraphicsScene | protectedvirtual |
| font | QGraphicsScene | private |
| font() const | QGraphicsScene | |
| foregroundBrush | QGraphicsScene | private |
| foregroundBrush() const | QGraphicsScene | |
| ForegroundLayer enum value | QGraphicsScene | |
| hasFocus() const | QGraphicsScene | |
| height() const | QGraphicsScene | inline |
| helpEvent(QGraphicsSceneHelpEvent *event) | QGraphicsScene | protectedvirtual |
| inherits(const char *classname) const | QObject | inline |
| inputMethodEvent(QInputMethodEvent *event) | QGraphicsScene | protectedvirtual |
| inputMethodQuery(Qt::InputMethodQuery query) const | QGraphicsScene | virtual |
| installEventFilter(QObject *) | QObject | |
| invalidate(qreal x, qreal y, qreal w, qreal h, SceneLayers layers=AllLayers) | QGraphicsScene | inline |
| invalidate(const QRectF &rect=QRectF(), SceneLayers layers=AllLayers) | QGraphicsScene | slot |
| isActive() const | QGraphicsScene | |
| isSortCacheEnabled() const | QGraphicsScene | |
| isWidgetType() const | QObject | inline |
| itemAt(const QPointF &pos) const | QGraphicsScene | |
| itemAt(const QPointF &pos, const QTransform &deviceTransform) const | QGraphicsScene | |
| itemAt(qreal x, qreal y) const | QGraphicsScene | inline |
| itemAt(qreal x, qreal y, const QTransform &deviceTransform) const | QGraphicsScene | inline |
| itemIndexMethod | QGraphicsScene | private |
| itemIndexMethod() const | QGraphicsScene | |
| ItemIndexMethod enum name | QGraphicsScene | |
| ItemLayer enum value | QGraphicsScene | |
| items() const | QGraphicsScene | |
| items(Qt::SortOrder order) const | QGraphicsScene | |
| items(const QPointF &pos, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform=QTransform()) const | QGraphicsScene | |
| items(const QRectF &rect, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform=QTransform()) const | QGraphicsScene | |
| items(const QPolygonF &polygon, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform=QTransform()) const | QGraphicsScene | |
| items(const QPainterPath &path, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform=QTransform()) const | QGraphicsScene | |
| items(const QPointF &pos) const | QGraphicsScene | |
| items(const QRectF &rect, Qt::ItemSelectionMode mode=Qt::IntersectsItemShape) const | QGraphicsScene | |
| items(const QPolygonF &polygon, Qt::ItemSelectionMode mode=Qt::IntersectsItemShape) const | QGraphicsScene | |
| items(const QPainterPath &path, Qt::ItemSelectionMode mode=Qt::IntersectsItemShape) const | QGraphicsScene | |
| items(qreal x, qreal y, qreal w, qreal h, Qt::ItemSelectionMode mode=Qt::IntersectsItemShape) const | QGraphicsScene | inline |
| items(qreal x, qreal y, qreal w, qreal h, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform=QTransform()) const | QGraphicsScene | inline |
| itemsBoundingRect() const | QGraphicsScene | |
| keyPressEvent(QKeyEvent *event) | QGraphicsScene | protectedvirtual |
| keyReleaseEvent(QKeyEvent *event) | QGraphicsScene | protectedvirtual |
| killTimer(int id) | QObject | |
| metaObject() const | QObject | virtual |
| mouseDoubleClickEvent(QGraphicsSceneMouseEvent *event) | QGraphicsScene | protectedvirtual |
| mouseGrabberItem() const | QGraphicsScene | |
| mouseMoveEvent(QGraphicsSceneMouseEvent *event) | QGraphicsScene | protectedvirtual |
| mousePressEvent(QGraphicsSceneMouseEvent *event) | QGraphicsScene | protectedvirtual |
| mouseReleaseEvent(QGraphicsSceneMouseEvent *event) | QGraphicsScene | protectedvirtual |
| moveToThread(QThread *thread) | QObject | |
| NoIndex enum value | QGraphicsScene | |
| objectName() const | QObject | |
| palette | QGraphicsScene | private |
| palette() const | QGraphicsScene | |
| parent() const | QObject | inline |
| property(const char *name) const | QObject | |
| qFindChildqFindChildren(const QObject *obj, const QString &name)() | QObject | related |
| qFindChildrenqFindChildren(const QObject *obj, const QString &name)() | QObject | related |
| qFindChildrenqFindChildren(const QObject *obj, const QRegExp ®Exp)() | QObject | related |
| QGesture class | QGraphicsScene | friend |
| QGraphicsEffect class | QGraphicsScene | friend |
| QGraphicsItem class | QGraphicsScene | friend |
| QGraphicsItemEffectSourcePrivate class | QGraphicsScene | friend |
| QGraphicsItemPrivate class | QGraphicsScene | friend |
| QGraphicsObject class | QGraphicsScene | friend |
| QGraphicsScene(QObject *parent=0) | QGraphicsScene | |
| QGraphicsScene(const QRectF &sceneRect, QObject *parent=0) | QGraphicsScene | |
| QGraphicsScene(qreal x, qreal y, qreal width, qreal height, QObject *parent=0) | QGraphicsScene | |
| QGraphicsSceneBspTreeIndex class | QGraphicsScene | friend |
| QGraphicsSceneBspTreeIndexPrivate class | QGraphicsScene | friend |
| QGraphicsSceneIndex class | QGraphicsScene | friend |
| QGraphicsSceneIndexPrivate class | QGraphicsScene | friend |
| QGraphicsView class | QGraphicsScene | friend |
| QGraphicsViewPrivate class | QGraphicsScene | friend |
| QGraphicsWidget class | QGraphicsScene | friend |
| QGraphicsWidgetPrivate class | QGraphicsScene | friend |
| QObject(QObject *parent=0) | QObject | explicit |
| QObject(QObjectPrivate &dd, QObject *parent=0) | QObject | protected |
| qobject_cast(QObject *object) | QObject | related |
| QObjectList | QObject | related |
| qt_find_obj_child(QObject *parent, const char *type, const QString &name) | QObject | related |
| receivers(const char *signal) const | QObject | protected |
| registerUserData() | QObject | static |
| removeEventFilter(QObject *) | QObject | |
| removeItem(QGraphicsItem *item) | QGraphicsScene | |
| render(QPainter *painter, const QRectF &target=QRectF(), const QRectF &source=QRectF(), Qt::AspectRatioMode aspectRatioMode=Qt::KeepAspectRatio) | QGraphicsScene | |
| SceneLayer enum name | QGraphicsScene | |
| sceneRect | QGraphicsScene | private |
| sceneRect() const | QGraphicsScene | |
| sceneRectChanged(const QRectF &rect) | QGraphicsScene | signal |
| selectedItems() const | QGraphicsScene | |
| selectionArea() const | QGraphicsScene | |
| selectionChanged() | QGraphicsScene | signal |
| sender() const | QObject | protected |
| senderSignalIndex() const | QObject | protected |
| sendEvent(QGraphicsItem *item, QEvent *event) | QGraphicsScene | |
| setActivePanel(QGraphicsItem *item) | QGraphicsScene | |
| setActiveWindow(QGraphicsWidget *widget) | QGraphicsScene | |
| setBackgroundBrush(const QBrush &brush) | QGraphicsScene | |
| setBspTreeDepth(int depth) | QGraphicsScene | |
| setFocus(Qt::FocusReason focusReason=Qt::OtherFocusReason) | QGraphicsScene | |
| setFocusItem(QGraphicsItem *item, Qt::FocusReason focusReason=Qt::OtherFocusReason) | QGraphicsScene | |
| setFont(const QFont &font) | QGraphicsScene | |
| setForegroundBrush(const QBrush &brush) | QGraphicsScene | |
| setItemIndexMethod(ItemIndexMethod method) | QGraphicsScene | |
| setObjectName(const QString &name) | QObject | |
| setPalette(const QPalette &palette) | QGraphicsScene | |
| setParent(QObject *) | QObject | |
| setProperty(const char *name, const QVariant &value) | QObject | |
| setSceneRect(const QRectF &rect) | QGraphicsScene | |
| setSceneRect(qreal x, qreal y, qreal w, qreal h) | QGraphicsScene | inline |
| setSelectionArea(const QPainterPath &path) | QGraphicsScene | |
| setSelectionArea(const QPainterPath &path, const QTransform &deviceTransform) | QGraphicsScene | |
| setSelectionArea(const QPainterPath &path, Qt::ItemSelectionMode mode) | QGraphicsScene | |
| setSelectionArea(const QPainterPath &path, Qt::ItemSelectionMode mode, const QTransform &deviceTransform) | QGraphicsScene | |
| setSortCacheEnabled(bool enabled) | QGraphicsScene | |
| setStickyFocus(bool enabled) | QGraphicsScene | |
| setStyle(QStyle *style) | QGraphicsScene | |
| setUserData(uint id, QObjectUserData *data) | QObject | |
| signalsBlocked() const | QObject | inline |
| sortCacheEnabled | QGraphicsScene | private |
| startTimer(int interval) | QObject | |
| staticMetaObject | QObject | static |
| staticQtMetaObject | QObject | protectedstatic |
| stickyFocus | QGraphicsScene | private |
| stickyFocus() const | QGraphicsScene | |
| style() const | QGraphicsScene | |
| thread() const | QObject | |
| timerEvent(QTimerEvent *) | QObject | protectedvirtual |
| tr(const char *sourceText, const char *comment=0, int n=-1) | QObject | static |
| trUtf8(const char *sourceText, const char *comment=0, int n=-1) | QObject | static |
| update(qreal x, qreal y, qreal w, qreal h) | QGraphicsScene | inline |
| update(const QRectF &rect=QRectF()) | QGraphicsScene | slot |
| userData(uint id) const | QObject | |
| views() const | QGraphicsScene | |
| wheelEvent(QGraphicsSceneWheelEvent *event) | QGraphicsScene | protectedvirtual |
| width() const | QGraphicsScene | inline |
| ~QGraphicsScene() | QGraphicsScene | virtual |
| ~QObject() | QObject | virtual |