Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/Groot
/ setWidth
Function
setWidth
QtNodeEditor/include/nodes/internal/NodeGeometry.hpp:35–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
width() const { return _width; }
34
35
void
36
setWidth(unsigned int w) { _width = w; }
37
38
unsigned int
39
entryHeight() const { return _entryHeight; }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected