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

Method setStyle

QtNodeEditor/src/FlowViewStyle.cpp:36–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35
36void
37FlowViewStyle::
38setStyle(QString jsonText)
39{
40 FlowViewStyle style(jsonText);
41
42 StyleCollection::setFlowViewStyle(style);
43}
44
45
46#ifdef STYLE_DEBUG

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected