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

Function entryHeight

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

Source from the content-addressed store, hash-verified

36 setWidth(unsigned int w) { _width = w; }
37
38 unsigned int
39 entryHeight() const { return _entryHeight; }
40
41 void
42 setEntryHeight(unsigned int h) { _entryHeight = h; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected