MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / setInstanceName

Method setInstanceName

bt_editor/models/BehaviorTreeNodeModel.cpp:488–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486
487
488void BehaviorTreeDataModel::setInstanceName(const QString &name)
489{
490 _instance_name = name;
491 _line_edit_name->setText( name );
492
493 updateNodeSize();
494 emit instanceNameChanged();
495}
496
497
498void BehaviorTreeDataModel::onHighlightPortValue(QString value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected