MCPcopy Create free account
hub / github.com/KDAB/KDChart / LayoutGraphNode

Method LayoutGraphNode

src/KDChart/KDChartChart_p.h:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70struct LayoutGraphNode
71{
72 LayoutGraphNode()
73 {
74 }
75 AbstractCoordinatePlane *diagramPlane = nullptr;
76 LayoutGraphNode *leftSuccesor = nullptr;
77 LayoutGraphNode *bottomSuccesor = nullptr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected