nodes: implemented short name
Nodes can provide "short" names for use in the node graph, distinct from their full names shown everywhere else.
This commit is contained in:
@@ -40,6 +40,11 @@ QString ExternalTransition::Name() const
|
||||
return meta_.Name();
|
||||
}
|
||||
|
||||
QString ExternalTransition::ShortName() const
|
||||
{
|
||||
return meta_.ShortName();
|
||||
}
|
||||
|
||||
QString ExternalTransition::id() const
|
||||
{
|
||||
return meta_.id();
|
||||
|
||||
Reference in New Issue
Block a user