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

Method rowCount

src/backend/matrix/Matrix.cpp:228–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228int Matrix::rowCount() const {
229 Q_D(const Matrix);
230 return d->rowCount();
231}
232
233void Matrix::setSuppressDataChangedSignal(bool b) {
234 if (m_model)

Callers 15

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
undoMethod · 0.45

Calls 2

columnCountFunction · 0.85
sizeMethod · 0.45