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

Method column

src/frontend/spreadsheet/GoToDialog.cpp:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86int GoToDialog::column() {
87 bool ok;
88 int col = QLocale().toInt(leColumn->text(), &ok);
89 return ok ? col : 0;
90}

Callers 15

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
convertSharedFormulaFunction · 0.45
writeMethod · 0.45
readMethod · 0.45
cellAtMethod · 0.45
writeStringMethod · 0.45
writeInlineStringMethod · 0.45
writeNumericMethod · 0.45
writeFormulaMethod · 0.45
writeBlankMethod · 0.45

Calls 1

textMethod · 0.45