created new sequence dialog

This commit is contained in:
itsmattkc
2019-07-21 18:21:40 -07:00
parent 9cfed140b3
commit f8830beac7
37 changed files with 911 additions and 101 deletions
-11
View File
@@ -45,16 +45,6 @@ public:
*/
void AddNode(Node* node);
/**
* @brief Return the name of this graph (user-defined)
*/
const QString& name();
/**
* @brief Set the name of this graph (user-defined)
*/
void set_name(const QString& name);
/**
* @brief Retrieve a complete list of the nodes belonging to this graph
*/
@@ -72,7 +62,6 @@ signals:
void EdgeRemoved(NodeEdgePtr edge);
private:
QString name_;
};
#endif // NODEGRAPH_H