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

Method addRows

src/frontend/matrix/MatrixView.cpp:961–963  ·  view source on GitHub ↗

############################## rows related slots ############################ ! Append as many rows as are selected. */

Source from the content-addressed store, hash-verified

959 Append as many rows as are selected.
960*/
961void MatrixView::addRows() {
962 m_matrix->appendRows(selectedRowCount(false));
963}
964
965void MatrixView::insertEmptyRows() {
966 int first = firstSelectedRow();

Callers

nothing calls this directly

Calls 1

appendRowsMethod · 0.45

Tested by

no test coverage detected