MCPcopy Create free account
hub / github.com/PointCloudLibrary/pcl / foreach

Function foreach

apps/cloud_composer/src/toolbox_model.cpp:139–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137pcl::cloud_composer::ToolBoxModel::enableAllTools()
138{
139 foreach (QStandardItem* tool, tool_items) {
140 tool->setEnabled(true);
141 }
142}
143
144void

Callers

nothing calls this directly

Calls 8

appendMethod · 0.80
valueMethod · 0.80
isValidMethod · 0.45
insertMethod · 0.45
typeMethod · 0.45
hasChildrenMethod · 0.45
isEmptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected