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

Function width

QtNodeEditor/include/nodes/internal/NodeGeometry.hpp:32–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 setHeight(unsigned int h) { _height = h; }
31
32 unsigned int
33 width() const { return _width; }
34
35 void
36 setWidth(unsigned int w) { _width = w; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected