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

Method dateTimeAt

src/backend/core/column/Column.cpp:946–948  ·  view source on GitHub ↗

* \brief Return the QDateTime in row 'row' * * Use this only when columnMode() is DateTime, Month or Day */

Source from the content-addressed store, hash-verified

944 * Use this only when columnMode() is DateTime, Month or Day
945 */
946QDateTime Column::dateTimeAt(int row) const {
947 return d->dateTimeAt(row);
948}
949
950double Column::doubleAt(int row) const {
951 return d->doubleAt(row);

Callers 15

showColumnStatisticsMethod · 0.45
maxRowToExportMethod · 0.45
flattenMethod · 0.45
checkColumnRowMethod · 0.45
initValuesSpreadsheetMethod · 0.45
setFromColumnMethod · 0.45
previewMethod · 0.45
currentIndexMethod · 0.45
mouseMoveEventMethod · 0.45
keyPressEventMethod · 0.45
initStartValuesMethod · 0.45

Calls

no outgoing calls