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

Method text

src/backend/matrix/Matrix.cpp:477–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475//! Return the text displayed in the given cell (needs explicit instantiation)
476template<typename T>
477QString Matrix::text(int row, int col) {
478 return QLocale().toString(cell<T>(row, col));
479}
480template<>
481QString Matrix::text<double>(int row, int col) {
482 Q_D(const Matrix);

Callers 15

parseDataMethod · 0.45
pasteMethod · 0.45
clipboardAspectTypeMethod · 0.45
execMethod · 0.45
createContextMenuMethod · 0.45
loadMethod · 0.45
parseHeaderMethod · 0.45
createTextLabelTextMethod · 0.45
loadMethod · 0.45
labelsFontMethod · 0.45
setLabelsFontMethod · 0.45
setLabelsFontColorMethod · 0.45

Calls 1

toStringMethod · 0.45