ported functions to new node type
This commit is contained in:
@@ -24,3 +24,14 @@ Node *NodeGraph::OutputNode()
|
||||
{
|
||||
return output_node_;
|
||||
}
|
||||
|
||||
double NodeGraph::Time()
|
||||
{
|
||||
return time_;
|
||||
}
|
||||
|
||||
void NodeGraph::SetTime(double d)
|
||||
{
|
||||
time_ = d;
|
||||
emit TimeChanged();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user