MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / UpdateStep

Method UpdateStep

plugins/base/utils/source-interaction-step-list.cpp:34–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void SourceInteractionStepList::UpdateStep(int row,
35 const SourceInteractionStep &step)
36{
37 if (row < 0 || row >= (int)_steps.size()) {
38 return;
39 }
40 _steps[row] = step;
41 _list->item(row)->setText(QString::fromStdString(step.ToString()));
42}
43
44void SourceInteractionStepList::Add()
45{

Callers 1

StepChangedMethod · 0.45

Calls 3

sizeMethod · 0.80
setTextMethod · 0.80
ToStringMethod · 0.45

Tested by

no test coverage detected