MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / columnCount

Function columnCount

3rdparty/qcustomplot/qcustomplot.h:1415–1415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1413 // getters:
1414 int rowCount() const { return mElements.size(); }
1415 int columnCount() const { return mElements.size() > 0 ? mElements.first().size() : 0; }
1416 QList<double> columnStretchFactors() const { return mColumnStretchFactors; }
1417 QList<double> rowStretchFactors() const { return mRowStretchFactors; }
1418 int columnSpacing() const { return mColumnSpacing; }

Callers 14

hasElementMethod · 0.85
expandToMethod · 0.85
insertRowMethod · 0.85
insertColumnMethod · 0.85
rowColToIndexMethod · 0.85
indexToRowColMethod · 0.85
updateLayoutMethod · 0.85
simplifyMethod · 0.85
minimumOuterSizeHintMethod · 0.85
maximumOuterSizeHintMethod · 0.85
getMinimumRowColSizesMethod · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected