Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpvrlab/ImagePlay
/ addStep
Method
addStep
ImagePlay/src/IPProcessGridScene.cpp:78–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
void IPProcessGridScene::addStep(IPProcessStep* step)
79
{
80
_steps.append(step);
81
addItem(step);
82
}
83
84
void IPProcessGridScene::removeStep(IPProcessStep* step)
85
{
Callers
1
createProcessStep
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected