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

Method setConnectionStyle

QtNodeEditor/src/ConnectionStyle.cpp:39–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39void
40ConnectionStyle::
41setConnectionStyle(QString jsonText)
42{
43 ConnectionStyle style(jsonText);
44
45 StyleCollection::setConnectionStyle(style);
46}
47
48#ifdef STYLE_DEBUG
49 #define CONNECTION_STYLE_CHECK_UNDEFINED_VALUE(v, variable) { \

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected