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

Method setNodeStyle

QtNodeEditor/src/NodeStyle.cpp:38–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37
38void
39NodeStyle::
40setNodeStyle(QString jsonText)
41{
42 NodeStyle style(jsonText);
43
44
45 StyleCollection::setNodeStyle(style);
46}
47
48
49#ifdef STYLE_DEBUG

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected