began node viewer for dag insight
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
|
||||
#include <QObject>
|
||||
|
||||
#include "node/node.h"
|
||||
|
||||
class NodeGraph : public QObject
|
||||
{
|
||||
public:
|
||||
@@ -31,6 +33,8 @@ public:
|
||||
const QString& name();
|
||||
void set_name(const QString& name);
|
||||
|
||||
QList<Node*> nodes();
|
||||
|
||||
private:
|
||||
QString name_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user