|
| | GraphScene (QObject *parent) |
| |
| void | centerOn (const QPointF &pos) |
| |
| void | clearGraph () |
| |
| void | resetZoom () |
| |
| void | setAction (QAction *action) |
| |
| void | setActiveGraph (DataStructurePtr g) |
| |
| void | updateDocument () |
| |
| void | updateGraph (DataStructurePtr g) |
| |
| void | zoomBy (qreal scaleFactor) |
| |
| qreal | zoomFactor () const |
| |
| void | zoomTo (qreal scaleFactor) |
| |
| void | zoomToRect (const QRectF &rect) |
| |
| | QGraphicsScene (QObject *parent) |
| |
| | QGraphicsScene (const QRectF &sceneRect, QObject *parent) |
| |
| | QGraphicsScene (qreal x, qreal y, qreal width, qreal height, QObject *parent) |
| |
| virtual | ~QGraphicsScene () |
| |
| QGraphicsItem * | activePanel () const |
| |
| QGraphicsWidget * | activeWindow () const |
| |
| QGraphicsEllipseItem * | addEllipse (const QRectF &rect, const QPen &pen, const QBrush &brush) |
| |
| QGraphicsEllipseItem * | addEllipse (qreal x, qreal y, qreal w, qreal h, const QPen &pen, const QBrush &brush) |
| |
| void | addItem (QGraphicsItem *item) |
| |
| QGraphicsLineItem * | addLine (const QLineF &line, const QPen &pen) |
| |
| QGraphicsLineItem * | addLine (qreal x1, qreal y1, qreal x2, qreal y2, const QPen &pen) |
| |
| QGraphicsPathItem * | addPath (const QPainterPath &path, const QPen &pen, const QBrush &brush) |
| |
| QGraphicsPixmapItem * | addPixmap (const QPixmap &pixmap) |
| |
| QGraphicsPolygonItem * | addPolygon (const QPolygonF &polygon, const QPen &pen, const QBrush &brush) |
| |
| QGraphicsRectItem * | addRect (const QRectF &rect, const QPen &pen, const QBrush &brush) |
| |
| QGraphicsRectItem * | addRect (qreal x, qreal y, qreal w, qreal h, const QPen &pen, const QBrush &brush) |
| |
| QGraphicsSimpleTextItem * | addSimpleText (const QString &text, const QFont &font) |
| |
| QGraphicsTextItem * | addText (const QString &text, const QFont &font) |
| |
| QGraphicsProxyWidget * | addWidget (QWidget *widget, QFlags< Qt::WindowType > wFlags) |
| |
| void | advance () |
| |
| QBrush | backgroundBrush () const |
| |
| int | bspTreeDepth () const |
| |
| void | changed (const QList< QRectF > ®ion) |
| |
| void | clear () |
| |
| void | clearFocus () |
| |
| void | clearSelection () |
| |
| QList< QGraphicsItem * > | collidingItems (const QGraphicsItem *item, Qt::ItemSelectionMode mode) const |
| |
| QGraphicsItemGroup * | createItemGroup (const QList< QGraphicsItem * > &items) |
| |
| void | destroyItemGroup (QGraphicsItemGroup *group) |
| |
| QGraphicsItem * | focusItem () const |
| |
| QFont | font () const |
| |
| QBrush | foregroundBrush () const |
| |
| bool | hasFocus () const |
| |
| qreal | height () const |
| |
| virtual QVariant | inputMethodQuery (Qt::InputMethodQuery query) const |
| |
| void | invalidate (qreal x, qreal y, qreal w, qreal h, QFlags< QGraphicsScene::SceneLayer > layers) |
| |
| void | invalidate (const QRectF &rect, QFlags< QGraphicsScene::SceneLayer > layers) |
| |
| bool | isActive () const |
| |
| bool | isSortCacheEnabled () const |
| |
| QGraphicsItem * | itemAt (qreal x, qreal y) const |
| |
| QGraphicsItem * | itemAt (qreal x, qreal y, const QTransform &deviceTransform) const |
| |
| QGraphicsItem * | itemAt (const QPointF &position) const |
| |
| QGraphicsItem * | itemAt (const QPointF &position, const QTransform &deviceTransform) const |
| |
| ItemIndexMethod | itemIndexMethod () const |
| |
| QList< QGraphicsItem * > | items (qreal x, qreal y, qreal w, qreal h, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform) const |
| |
| QList< QGraphicsItem * > | items () const |
| |
| QList< QGraphicsItem * > | items (Qt::SortOrder order) const |
| |
| QList< QGraphicsItem * > | items (const QPointF &pos, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform) const |
| |
| QList< QGraphicsItem * > | items (const QPolygonF &polygon, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform) const |
| |
| QList< QGraphicsItem * > | items (const QRectF &rect, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform) const |
| |
| QList< QGraphicsItem * > | items (const QPainterPath &path, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform) const |
| |
| QList< QGraphicsItem * > | items (const QPointF &pos) const |
| |
| QList< QGraphicsItem * > | items (const QRectF &rectangle, Qt::ItemSelectionMode mode) const |
| |
| QList< QGraphicsItem * > | items (const QPolygonF &polygon, Qt::ItemSelectionMode mode) const |
| |
| QList< QGraphicsItem * > | items (const QPainterPath &path, Qt::ItemSelectionMode mode) const |
| |
| QList< QGraphicsItem * > | items (qreal x, qreal y, qreal w, qreal h, Qt::ItemSelectionMode mode) const |
| |
| QRectF | itemsBoundingRect () const |
| |
| QGraphicsItem * | mouseGrabberItem () const |
| |
| QPalette | palette () const |
| |
| void | removeItem (QGraphicsItem *item) |
| |
| void | render (QPainter *painter, const QRectF &target, const QRectF &source, Qt::AspectRatioMode aspectRatioMode) |
| |
| QRectF | sceneRect () const |
| |
| void | sceneRectChanged (const QRectF &rect) |
| |
| QList< QGraphicsItem * > | selectedItems () const |
| |
| QPainterPath | selectionArea () const |
| |
| void | selectionChanged () |
| |
| bool | sendEvent (QGraphicsItem *item, QEvent *event) |
| |
| void | setActivePanel (QGraphicsItem *item) |
| |
| void | setActiveWindow (QGraphicsWidget *widget) |
| |
| void | setBackgroundBrush (const QBrush &brush) |
| |
| void | setBspTreeDepth (int depth) |
| |
| void | setFocus (Qt::FocusReason focusReason) |
| |
| void | setFocusItem (QGraphicsItem *item, Qt::FocusReason focusReason) |
| |
| void | setFont (const QFont &font) |
| |
| void | setForegroundBrush (const QBrush &brush) |
| |
| void | setItemIndexMethod (ItemIndexMethod method) |
| |
| void | setPalette (const QPalette &palette) |
| |
| void | setSceneRect (qreal x, qreal y, qreal w, qreal h) |
| |
| void | setSceneRect (const QRectF &rect) |
| |
| void | setSelectionArea (const QPainterPath &path, const QTransform &deviceTransform) |
| |
| void | setSelectionArea (const QPainterPath &path) |
| |
| void | setSelectionArea (const QPainterPath &path, Qt::ItemSelectionMode mode, const QTransform &deviceTransform) |
| |
| void | setSelectionArea (const QPainterPath &path, Qt::ItemSelectionMode mode) |
| |
| void | setSortCacheEnabled (bool enabled) |
| |
| void | setStickyFocus (bool enabled) |
| |
| void | setStyle (QStyle *style) |
| |
| bool | stickyFocus () const |
| |
| QStyle * | style () const |
| |
| void | update (const QRectF &rect) |
| |
| void | update (qreal x, qreal y, qreal w, qreal h) |
| |
| QList< QGraphicsView * > | views () const |
| |
| qreal | width () const |
| |
| | QObject (QObject *parent) |
| |
| | QObject (QObject *parent, const char *name) |
| |
| virtual | ~QObject () |
| |
| bool | blockSignals (bool block) |
| |
| QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
| |
| const QObjectList & | children () const |
| |
| const char * | className () const |
| |
| bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
| |
| void | deleteLater () |
| |
| void | destroyed (QObject *obj) |
| |
| bool | disconnect (const QObject *receiver, const char *method) |
| |
| bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
| |
| void | dumpObjectInfo () |
| |
| void | dumpObjectTree () |
| |
| QList< QByteArray > | dynamicPropertyNames () const |
| |
| T | findChild (const QString &name) const |
| |
| QList< T > | findChildren (const QRegExp ®Exp) const |
| |
| QList< T > | findChildren (const QString &name) const |
| |
| bool | inherits (const char *className) const |
| |
| void | insertChild (QObject *object) |
| |
| void | installEventFilter (QObject *filterObj) |
| |
| bool | isA (const char *className) const |
| |
| bool | isWidgetType () const |
| |
| void | killTimer (int id) |
| |
| virtual const QMetaObject * | metaObject () const |
| |
| void | moveToThread (QThread *targetThread) |
| |
| const char * | name () const |
| |
| const char * | name (const char *defaultName) const |
| |
| QString | objectName () const |
| |
| QObject * | parent () const |
| |
| QVariant | property (const char *name) const |
| |
| void | removeChild (QObject *object) |
| |
| void | removeEventFilter (QObject *obj) |
| |
| void | setName (const char *name) |
| |
| void | setObjectName (const QString &name) |
| |
| void | setParent (QObject *parent) |
| |
| bool | setProperty (const char *name, const QVariant &value) |
| |
| bool | signalsBlocked () const |
| |
| int | startTimer (int interval) |
| |
| QThread * | thread () const |
| |
Definition at line 38 of file GraphScene.h.