MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / rowCount

Function rowCount

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

Source from the content-addressed store, hash-verified

1408 Q_ENUMS(FillOrder)
1409
1410 explicit QCPLayoutGrid();
1411 virtual ~QCPLayoutGrid() Q_DECL_OVERRIDE;
1412
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; }

Callers 15

hasElementMethod · 0.85
setRowStretchFactorMethod · 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