sequence encapsulation
This commit is contained in:
@@ -8,6 +8,12 @@ NodeGraph::NodeGraph() :
|
||||
|
||||
}
|
||||
|
||||
void NodeGraph::AddNode(NodePtr node)
|
||||
{
|
||||
nodes_.append(node);
|
||||
emit NodeGraphChanged();
|
||||
}
|
||||
|
||||
Node *NodeGraph::OutputNode()
|
||||
{
|
||||
return output_node_.get();
|
||||
|
||||
Reference in New Issue
Block a user