MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / insertRow

Method insertRow

src/Mod/Material/App/MaterialValue.cpp:484–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482}
483
484void Array2D::insertRow(int index, const std::shared_ptr<QList<QVariant>>& row)
485{
486 _rows.insert(_rows.begin() + index, row);
487}
488
489void Array2D::deleteRow(int row)
490{

Callers 15

addRowMethod · 0.80
TaskPostFramesMethod · 0.80
addSpacingRowMethod · 0.80
_populate_warningsMethod · 0.80
dropEventMethod · 0.80
setFieldsMethod · 0.80
cellManuallyChangedMethod · 0.80
setFieldsMethod · 0.80
updateToolControllerMethod · 0.80
addRowMethod · 0.80
addMethod · 0.80

Calls 3

InvalidIndexClass · 0.85
insertMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected