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

Method setResizing

QtNodeEditor/src/NodeState.cpp:128–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126
127
128void
129NodeState::
130setResizing(bool resizing)
131{
132 _resizing = resizing;
133}
134
135
136bool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected