| 1928 | } |
| 1929 | |
| 1930 | ImNodesStyle::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 | |
| 1940 | namespace IMNODES_NAMESPACE |
| 1941 | { |
nothing calls this directly
no outgoing calls
no test coverage detected