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

Method RootNodeModel

bt_editor/models/RootNodeModel.cpp:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <QDebug>
4
5RootNodeModel::RootNodeModel():
6 BehaviorTreeDataModel ( NodeModel() )
7{
8 _line_edit_name->setHidden(true);
9}
10
11unsigned int RootNodeModel::nPorts(QtNodes::PortType portType) const
12{

Callers

nothing calls this directly

Calls 1

NodeModelClass · 0.85

Tested by

no test coverage detected