MCPcopy Create free account
hub / github.com/KDE/labplot / columnCount

Method columnCount

src/backend/matrix/Matrix.cpp:223–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221BASIC_D_READER_IMPL(Matrix, QString, formula, formula)
222
223int Matrix::columnCount() const {
224 Q_D(const Matrix);
225 return d->columnCount();
226}
227
228int Matrix::rowCount() const {
229 Q_D(const Matrix);

Callers 15

saveMethod · 0.95
mainFunction · 0.45
mainFunction · 0.45
mergeCellsMethod · 0.45
addSeriesMethod · 0.45
redoMethod · 0.45
undoMethod · 0.45
redoMethod · 0.45
undoMethod · 0.45
redoMethod · 0.45
undoMethod · 0.45
redoMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 15

columnLabelValuesMethod · 0.36
customTextLabelsMethod · 0.36
dateTimeMethod · 0.36
dateTimeSpacingMethod · 0.36
numericMethod · 0.36
numericSpacingMethod · 0.36