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

Method FlowViewStyle

QtNodeEditor/src/FlowViewStyle.cpp:17–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15inline void initResources() { Q_INIT_RESOURCE(resources); }
16
17FlowViewStyle::
18FlowViewStyle()
19{
20 // Explicit resources inialization for preventing the static initialization
21 // order fiasco: https://isocpp.org/wiki/faq/ctors#static-init-order
22 initResources();
23
24 // This configuration is stored inside the compiled unit and is loaded statically
25 loadJsonFile(":DefaultStyle.json");
26}
27
28
29FlowViewStyle::

Callers

nothing calls this directly

Calls 1

initResourcesFunction · 0.70

Tested by

no test coverage detected