Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
228
int Matrix::rowCount() const {
229
Q_D(const Matrix);
230
return d->rowCount();
231
}
232
233
void Matrix::setSuppressDataChangedSignal(bool b) {
234
if (m_model)
Callers
15
main
Function · 0.45
main
Function · 0.45
mergeCells
Method · 0.45
addSeries
Method · 0.45
redo
Method · 0.45
undo
Method · 0.45
redo
Method · 0.45
undo
Method · 0.45
redo
Method · 0.45
undo
Method · 0.45
redo
Method · 0.45
undo
Method · 0.45
Calls
2
columnCount
Function · 0.85
size
Method · 0.45
Tested by
15
testFormulaAutoUpdateEnabled
Method · 0.36
testFormulaAutoUpdateDisabled
Method · 0.36
testFormulaAutoResizeEnabled
Method · 0.36
testFormulaAutoResizeDisabled
Method · 0.36
testFormulaAutoUpdateEnabledResize
Method · 0.36
saveLoadDateTime
Method · 0.36
loadDoubleFromProject
Method · 0.36
loadIntegerFromProject
Method · 0.36
loadBigIntegerFromProject
Method · 0.36
loadTextFromProject
Method · 0.36
loadDateTimeFromProject
Method · 0.36
testInsertRow
Method · 0.36