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

Method row

src/frontend/spreadsheet/GoToDialog.cpp:79–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79int GoToDialog::row() {
80 bool ok;
81 int row = QLocale().toInt(leRow->text(), &ok);
82
83 return ok ? row : 0;
84}
85
86int GoToDialog::column() {
87 bool ok;

Callers 15

collapseParentsMethod · 0.45
dataMethod · 0.45
resultCopyMethod · 0.45
getIndexRowsMethod · 0.45
importToMethod · 0.45
importToMethod · 0.45
updateKeywordMethod · 0.45
applyClickedMethod · 0.45
getCurrentCellMethod · 0.45
advanceCellMethod · 0.45

Calls 1

textMethod · 0.45

Tested by 8

testSearchSimple00Method · 0.36
testSearchExtended00Method · 0.36
testSearchExtended01Method · 0.36
testSearchExtended02Method · 0.36
testSearchExtended03Method · 0.36
testSearchFindAllMethod · 0.36
testSearchReplaceTextMethod · 0.36