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

Method setRowCells

src/backend/matrix/Matrix.cpp:650–655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648//! Set the values in the given cells from a type T vector
649template<typename T>
650void Matrix::setRowCells(int row, int first_column, int last_column, const QVector<T>& values) {
651 WAIT_CURSOR;
652 Q_D(Matrix);
653 exec(new MatrixSetRowCellsCmd<T>(d, row, first_column, last_column, values));
654 RESET_CURSOR;
655}
656
657void Matrix::setData(void* data) {
658 bool isEmpty = false;

Callers 4

redoMethod · 0.45
undoMethod · 0.45
redoMethod · 0.45
redoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected