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

Method NodeDataModel

QtNodeEditor/src/NodeDataModel.cpp:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6using QtNodes::NodeStyle;
7
8NodeDataModel::
9NodeDataModel()
10 : _nodeStyle(StyleCollection::nodeStyle())
11{
12 // Derived classes can initialize specific style here
13}
14
15QJsonObject
16NodeDataModel::

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected