more work
This commit is contained in:
@@ -33,6 +33,15 @@ QString NodeInput::name() const
|
||||
}
|
||||
}
|
||||
|
||||
bool NodeInput::IsHidden() const
|
||||
{
|
||||
if (IsValid()) {
|
||||
return node_->IsInputHidden(input_);
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
bool NodeInput::IsConnected() const
|
||||
{
|
||||
if (IsValid()) {
|
||||
|
||||
Reference in New Issue
Block a user