Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
RootNodeModel::RootNodeModel():
6
BehaviorTreeDataModel ( NodeModel() )
7
{
8
_line_edit_name->setHidden(true);
9
}
10
11
unsigned int RootNodeModel::nPorts(QtNodes::PortType portType) const
12
{
Callers
nothing calls this directly
Calls
1
NodeModel
Class · 0.85
Tested by
no test coverage detected