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

Method finalizeImport

src/backend/matrix/Matrix.cpp:1477–1492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1475}
1476
1477void Matrix::finalizeImport(size_t /*columnOffset*/,
1478 size_t /*startColumn*/,
1479 size_t /*endColumn*/,
1480 const QString& /*dateTimeFormat*/,
1481 AbstractFileFilter::ImportMode) {
1482 DEBUG(Q_FUNC_INFO)
1483 Q_D(Matrix);
1484
1485 // update rowCount
1486 d->rowHeights.clear();
1487 d->rowHeights.reserve(d->rowCount());
1488
1489 setSuppressDataChangedSignal(false);
1490 setChanged();
1491 setUndoAware(true);
1492}

Callers 15

readMethod · 0.45
readCurrentSheetMethod · 0.45
importDataMethod · 0.45
readCurrentVarMethod · 0.45
readDataFromDeviceMethod · 0.45
readCurrentVarMethod · 0.45
readDataRegionMethod · 0.45
readDataFromFileMethod · 0.45
readFromDeviceMethod · 0.45
importDataMethod · 0.45
readDataFromFileMethod · 0.45
readCurrentDataSetMethod · 0.45

Calls 3

clearMethod · 0.45
reserveMethod · 0.45
rowCountMethod · 0.45

Tested by

no test coverage detected