MCPcopy Create free account
hub / github.com/Nelarius/imnodes / ImNodesStyle

Method ImNodesStyle

imnodes.cpp:1930–1938  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1928}
1929
1930ImNodesStyle::ImNodesStyle()
1931 : GridSpacing(32.f), NodeCornerRounding(4.f), NodePadding(8.f, 8.f), NodeBorderThickness(1.f),
1932 LinkThickness(3.f), LinkLineSegmentsPerLength(0.1f), LinkHoverDistance(10.f),
1933 PinCircleRadius(4.f), PinQuadSideLength(7.f), PinTriangleSideLength(9.5),
1934 PinLineThickness(1.f), PinHoverRadius(10.f), PinOffset(0.f), MiniMapPadding(8.0f, 8.0f),
1935 MiniMapOffset(4.0f, 4.0f), Flags(ImNodesStyleFlags_NodeOutline | ImNodesStyleFlags_GridLines),
1936 Colors()
1937{
1938}
1939
1940namespace IMNODES_NAMESPACE
1941{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected