MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / snapSelectedItemsToGrid

Method snapSelectedItemsToGrid

ImagePlay/src/IPProcessGridScene.cpp:45–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void IPProcessGridScene::snapSelectedItemsToGrid()
46{
47 for(int i=0; i < selectedItems().length(); i++)
48 {
49 IPProcessStep* item = (IPProcessStep*)selectedItems().at(i);
50 item->snapToGrid();
51 }
52}
53
54void IPProcessGridScene::deleteSelectedItems()
55{

Callers

nothing calls this directly

Calls 3

lengthMethod · 0.80
snapToGridMethod · 0.80
atMethod · 0.45

Tested by

no test coverage detected