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

Function setEntryHeight

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

Source from the content-addressed store, hash-verified

39 entryHeight() const { return _entryHeight; }
40
41 void
42 setEntryHeight(unsigned int h) { _entryHeight = h; }
43
44 unsigned int
45 entryWidth() const { return _entryWidth; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected