| 486 | |
| 487 | |
| 488 | void 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 | |
| 498 | void BehaviorTreeDataModel::onHighlightPortValue(QString value) |
nothing calls this directly
no outgoing calls
no test coverage detected