| addItem_(QGraphicsItem *item) | DA::DAGraphicsScene | |
| addItems_(const QList< QGraphicsItem * > &its) | DA::DAGraphicsScene | |
| addItemToGroup(QGraphicsItemGroup *group, const QList< QGraphicsItem * > &willGroupItems) | DA::DAGraphicsScene | static |
| addItemWithSignal(QGraphicsItem *item) | DA::DAGraphicsScene | protected |
| addNodeItem_(DAAbstractNodeGraphicsItem *i) (定义于 DA::DANodeGraphicsScene) | DA::DANodeGraphicsScene | |
| addNodeLink_(DAAbstractNodeLinkGraphicsItem *link) (定义于 DA::DANodeGraphicsScene) | DA::DANodeGraphicsScene | |
| addPixmapItem_(const QImage &img) | DA::DANodeGraphicsScene | |
| beginLink(DAGraphicsLinkItem *linkItem, LinkMode lm=LinkModeAutoStartEndFollowMouseClick) | DA::DAGraphicsScene | |
| callNodeItemLinkIsEmpty(DAAbstractNodeLinkGraphicsItem *link) | DA::DANodeGraphicsScene | protected |
| cancel() (定义于 DA::DAGraphicsScene) | DA::DAGraphicsScene | virtual |
| cancelLink() override | DA::DANodeGraphicsScene | virtual |
| classifyItems(const QList< QGraphicsItem * > &sourceItems, QList< DAAbstractNodeGraphicsItem * > &nodeItems, QList< DAAbstractNodeLinkGraphicsItem * > &linkItems, QList< QGraphicsItem * > &normalItem) | DA::DANodeGraphicsScene | protectedstatic |
| clearSceneAction() | DA::DAGraphicsScene | slot |
| clearSelection() | DA::DAGraphicsScene | slot |
| commandsFactory() | DA::DAGraphicsScene | |
| createNode(const DANodeMetaData &md, const QPointF &pos, bool addItemToScene=true) | DA::DANodeGraphicsScene | |
| createNode_(const DANodeMetaData &md, const QPointF &pos) | DA::DANodeGraphicsScene | |
| createRect_(const QPointF &p=QPointF()) | DA::DAGraphicsScene | |
| createText_(const QString &str=QString()) | DA::DAGraphicsScene | |
| DAAbstractNodeGraphicsItem (定义于 DA::DANodeGraphicsScene) | DA::DANodeGraphicsScene | friend |
| DAAbstractNodeLinkGraphicsItem (定义于 DA::DANodeGraphicsScene) | DA::DANodeGraphicsScene | friend |
| DAGraphicsScene(QObject *p=nullptr) (定义于 DA::DAGraphicsScene) | DA::DAGraphicsScene | |
| DAGraphicsScene(const QRectF &sceneRect, QObject *p=nullptr) (定义于 DA::DAGraphicsScene) | DA::DAGraphicsScene | |
| DAGraphicsScene(qreal x, qreal y, qreal width, qreal height, QObject *p=nullptr) (定义于 DA::DAGraphicsScene) | DA::DAGraphicsScene | |
| DANodeGraphicsScene(QObject *p=nullptr) | DA::DANodeGraphicsScene | |
| DANodeGraphicsScene(const QRectF &sceneRect, QObject *p=nullptr) (定义于 DA::DANodeGraphicsScene) | DA::DANodeGraphicsScene | |
| DANodeGraphicsScene(qreal x, qreal y, qreal width, qreal height, QObject *p=nullptr) (定义于 DA::DANodeGraphicsScene) | DA::DANodeGraphicsScene | |
| dpiToPx(int dpi, int r) | DA::DAGraphicsScene | static |
| drawBackground(QPainter *painter, const QRectF &rect) override (定义于 DA::DAGraphicsScene) | DA::DAGraphicsScene | protected |
| emitItemBodySizeChanged(DAGraphicsResizeableItem *item, const QSizeF &oldSize, const QSizeF &newSize) | DA::DAGraphicsScene | protected |
| emitItemRotationChanged(DAGraphicsResizeableItem *item, const qreal &rotation) | DA::DAGraphicsScene | protected |
| emitItemsPositionChanged(const QList< QGraphicsItem * > &items, const QList< QPointF > &oldPos, const QList< QPointF > &newPos) | DA::DAGraphicsScene | protected |
| endLink() | DA::DAGraphicsScene | |
| findItemByID(uint64_t id, bool recursion=false) const | DA::DAGraphicsScene | |
| findItemByID(const QList< QGraphicsItem * > &its, uint64_t id, bool recursion=false) | DA::DAGraphicsScene | static |
| findItemByNode(DAAbstractNode *n) | DA::DANodeGraphicsScene | |
| getCurrentLinkItem() const | DA::DAGraphicsScene | |
| getCurrentMouseScenePos() const | DA::DAGraphicsScene | |
| getDefaultDPI() | DA::DAGraphicsScene | static |
| getGraphicsItemsWithoutLink() const | DA::DANodeGraphicsScene | |
| getGridLinePen() const | DA::DAGraphicsScene | |
| getGridSize() const | DA::DAGraphicsScene | |
| getLastMousePressScenePos() const | DA::DAGraphicsScene | |
| getLayouts() const | DA::DAGraphicsScene | |
| getNodeGraphicsItems() const | DA::DANodeGraphicsScene | |
| getNodesAllLinkItems(const QList< DAAbstractNodeGraphicsItem * > &nodeItems) | DA::DANodeGraphicsScene | protectedstatic |
| getSelectedMovableItems() | DA::DAGraphicsScene | |
| getSelectedNodeGraphicsItem() const | DA::DANodeGraphicsScene | |
| getSelectedNodeGraphicsItems() const | DA::DANodeGraphicsScene | |
| getSelectedNodeLinkGraphicsItem() const | DA::DANodeGraphicsScene | |
| getSelectedNodeLinkGraphicsItems() const (定义于 DA::DANodeGraphicsScene) | DA::DANodeGraphicsScene | |
| getTextGraphicsItems() const | DA::DANodeGraphicsScene | |
| getUndoStack() const | DA::DAGraphicsScene | |
| getWorkflow() | DA::DANodeGraphicsScene | |
| groupingSelectItems_() | DA::DAGraphicsScene | |
| isEnableSnapToGrid() const | DA::DAGraphicsScene | |
| isHaveSceneAction() const | DA::DAGraphicsScene | |
| isIgnoreLinkEvent() const | DA::DAGraphicsScene | |
| isItemCanMove(QGraphicsItem *positem, const QPointF &scenePos) | DA::DAGraphicsScene | virtual |
| isPaintBackgroundInCache() const | DA::DAGraphicsScene | |
| isReadOnly() const (定义于 DA::DAGraphicsScene) | DA::DAGraphicsScene | |
| isReady() const | DA::DAGraphicsScene | |
| isShowGridLine() | DA::DAGraphicsScene | |
| isStartLink() const | DA::DAGraphicsScene | |
| itemBodySizeChanged(DAGraphicsResizeableItem *item, const QSizeF &oldSize, const QSizeF &newSize) | DA::DAGraphicsScene | signal |
| itemRotationChanged(DAGraphicsResizeableItem *item, const qreal &rotation) | DA::DAGraphicsScene | signal |
| itemsAdded(const QList< QGraphicsItem * > &its) | DA::DAGraphicsScene | signal |
| itemsPositionChanged(const QList< QGraphicsItem * > &items, const QList< QPointF > &oldPos, const QList< QPointF > &newPos) | DA::DAGraphicsScene | signal |
| itemsRemoved(const QList< QGraphicsItem * > &its) | DA::DAGraphicsScene | signal |
| linkCompleted(DAGraphicsLinkItem *linkItem) | DA::DAGraphicsScene | signal |
| LinkMode 枚举名称 | DA::DAGraphicsScene | |
| LinkModeAutoStartEndFollowMouseClick 枚举值 | DA::DAGraphicsScene | |
| mouseMoveEvent(QGraphicsSceneMouseEvent *mouseEvent) override (定义于 DA::DAGraphicsScene) | DA::DAGraphicsScene | protected |
| mousePressEvent(QGraphicsSceneMouseEvent *mouseEvent) override | DA::DANodeGraphicsScene | protected |
| mouseReleaseEvent(QGraphicsSceneMouseEvent *mouseEvent) override (定义于 DA::DAGraphicsScene) | DA::DAGraphicsScene | protected |
| nodeItemAt(const QPointF &scenePos) const | DA::DANodeGraphicsScene | |
| nodeItemLinkPointSelected(DA::DAAbstractNodeGraphicsItem *item, const DA::DANodeLinkPoint &lp, QGraphicsSceneMouseEvent *event) | DA::DANodeGraphicsScene | signal |
| nodeItemsRemoved(const QList< DA::DAAbstractNodeGraphicsItem * > &items) | DA::DANodeGraphicsScene | signal |
| nodeItemsToNodes(const QList< DAAbstractNodeGraphicsItem * > &nodeItems) | DA::DANodeGraphicsScene | protectedstatic |
| nodeLinkItemIsEmpty(DA::DAAbstractNodeLinkGraphicsItem *link) | DA::DANodeGraphicsScene | signal |
| nodeLinksRemoved(const QList< DA::DAAbstractNodeLinkGraphicsItem * > &items) | DA::DANodeGraphicsScene | signal |
| onNodeNameChanged(DAAbstractNode::SharedPointer node, const QString &oldName, const QString &newName) | DA::DANodeGraphicsScene | protectedslot |
| onSelectItemChanged(DAGraphicsItem *item) | DA::DANodeGraphicsScene | protectedslot |
| onSelectLinkChanged(DAGraphicsLinkItem *item) (定义于 DA::DANodeGraphicsScene) | DA::DANodeGraphicsScene | protectedslot |
| push(QUndoCommand *cmd) | DA::DAGraphicsScene | |
| registCommandsFactory(DAGraphicsCommandsFactory *fac) | DA::DAGraphicsScene | |
| removeItem_(QGraphicsItem *item) | DA::DAGraphicsScene | |
| removeItems_(const QList< QGraphicsItem * > &its) (定义于 DA::DAGraphicsScene) | DA::DAGraphicsScene | |
| removeNodeItem_(DAAbstractNodeGraphicsItem *i) (定义于 DA::DANodeGraphicsScene) | DA::DANodeGraphicsScene | |
| removeSelectedItems_() | DA::DANodeGraphicsScene | |
| removeSelectItemGroup_() | DA::DAGraphicsScene | |
| sceneActionActived(DA::DAAbstractGraphicsSceneAction *act) | DA::DAGraphicsScene | signal |
| sceneActionDeactived(DA::DAAbstractGraphicsSceneAction *act) | DA::DAGraphicsScene | signal |
| selectAll() | DA::DAGraphicsScene | slot |
| selectedDAItems() const | DA::DAGraphicsScene | |
| selectItemChanged(DAGraphicsItem *item) | DA::DAGraphicsScene | signal |
| selectLinkChanged(DAGraphicsLinkItem *item) | DA::DAGraphicsScene | signal |
| selectNodeItemChanged(DA::DAAbstractNodeGraphicsItem *item) | DA::DANodeGraphicsScene | signal |
| selectNodeLinkChanged(DA::DAAbstractNodeLinkGraphicsItem *link) | DA::DANodeGraphicsScene | signal |
| setEnableSnapToGrid(bool on=true) | DA::DAGraphicsScene | slot |
| setGridLinePen(const QPen &p) | DA::DAGraphicsScene | |
| setGridSize(const QSize &gs) | DA::DAGraphicsScene | |
| setIgnoreLinkEvent(bool on) | DA::DAGraphicsScene | |
| setPaintBackgroundInCache(bool on) | DA::DAGraphicsScene | |
| setReadOnly(bool on) | DA::DAGraphicsScene | slot |
| setReady(bool on) | DA::DAGraphicsScene | |
| setSelectionState(const QList< QGraphicsItem * > &its, bool isSelect) | DA::DAGraphicsScene | slot |
| setUndoStackActive() | DA::DAGraphicsScene | |
| setupSceneAction(DA::DAAbstractGraphicsSceneAction *act) | DA::DAGraphicsScene | slot |
| setWorkFlow(DAWorkFlow *wf) | DA::DANodeGraphicsScene | |
| showGridLine(bool on) | DA::DAGraphicsScene | slot |
| toImage(int dpi=0) | DA::DAGraphicsScene | |
| topItems() const (定义于 DA::DAGraphicsScene) | DA::DAGraphicsScene | |
| topItems(const QPointF &scenePos) const (定义于 DA::DAGraphicsScene) | DA::DAGraphicsScene | |
| toPixamp(int dpi=0) | DA::DAGraphicsScene | |
| undoStack() | DA::DAGraphicsScene | |
| undoStack() const (定义于 DA::DAGraphicsScene) | DA::DAGraphicsScene | |
| unselectAll() | DA::DAGraphicsScene | slot |
| ~DAGraphicsScene() (定义于 DA::DAGraphicsScene) | DA::DAGraphicsScene | |
| ~DANodeGraphicsScene() (定义于 DA::DANodeGraphicsScene) | DA::DANodeGraphicsScene | |