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

Function dumpLayoutTree

src/KDChart/KDChartChart.cpp:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101static void dumpLayoutTree(QLayout *l)
102{
103 int counter = 0;
104 dumpLayoutTreeRecurse(l, &counter, 0);
105}
106#endif
107
108static const Qt::Alignment s_gridAlignments[3][3] = { // [ row ][ column ]

Callers

nothing calls this directly

Calls 1

dumpLayoutTreeRecurseFunction · 0.85

Tested by

no test coverage detected