Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
int GoToDialog::row() {
80
bool ok;
81
int row = QLocale().toInt(leRow->text(), &ok);
82
83
return ok ? row : 0;
84
}
85
86
int GoToDialog::column() {
87
bool ok;
Callers
15
collapseParents
Method · 0.45
data
Method · 0.45
resultCopy
Method · 0.45
getIndexRows
Method · 0.45
dataRegionSelectionChanged
Method · 0.45
importTo
Method · 0.45
importTo
Method · 0.45
MQTTWillSettingsWidget
Method · 0.45
updateKeyword
Method · 0.45
applyClicked
Method · 0.45
getCurrentCell
Method · 0.45
advanceCell
Method · 0.45
Calls
1
text
Method · 0.45
Tested by
8
testSearchSimple00
Method · 0.36
testSearchExtended00
Method · 0.36
testSearchExtended01
Method · 0.36
testSearchExtended02
Method · 0.36
testSearchExtended03
Method · 0.36
testSearchFindAll
Method · 0.36
testSearchReplaceNumeric
Method · 0.36
testSearchReplaceText
Method · 0.36