1#ifndef DASTANDARDNODEINPUTOUTPUT_H
2#define DASTANDARDNODEINPUTOUTPUT_H
3#include "DAAbstractNode.h"
6class DAAbstractNodeFactory;
16 void setDisplayName(
const QString& name);
17 QString getDisplayName()
const;
这是节点的基类,workflow所有节点都继承此类 作为一个节点的QGraphicsItem,此item应该由DAAbstractNode创建
Definition DAAbstractNodeGraphicsItem.h:47
节点对应的基类
Definition DAAbstractNode.h:50
序列化类都是带异常的,使用中需要处理异常
Definition AppMainWindow.cpp:44