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

Function entryWidth

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

Source from the content-addressed store, hash-verified

42 setEntryHeight(unsigned int h) { _entryHeight = h; }
43
44 unsigned int
45 entryWidth() const { return _entryWidth; }
46
47 void
48 setEntryWidth(unsigned int w) { _entryWidth = w; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected