Home
last modified time | relevance | path

Searched refs:MatrixSetCellsCmd (Results 1 – 3 of 3) sorted by relevance

/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/future/matrix/
H A Dmatrixcommands.cpp536 MatrixSetCellsCmd::MatrixSetCellsCmd( in MatrixSetCellsCmd() function in MatrixSetCellsCmd
551 void MatrixSetCellsCmd::redo() in redo()
556 void MatrixSetCellsCmd::undo() in undo()
H A Dmatrixcommands.h393 class MatrixSetCellsCmd : public QUndoCommand
396 MatrixSetCellsCmd(future::Matrix::Private *private_obj, int first_row, int last_row,
H A Dfuture_Matrix.cpp1500 exec(new MatrixSetCellsCmd(d_matrix_private, startRow, lastRow, startCol, lastCol, values)); in setCells()