MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / foreach

Function foreach

Src/ParameterCompone/ParameterProxyUI.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66 m_cbType->clear();
67 foreach(auto t, m_Proxy->GetType())
68 {
69 m_cbType->addItem(m_Proxy->ConvertTypeToName(t), (int)t);
70 }
71
72 int index = m_cbType->findData((int)m_Proxy->GetUsedType());
73 m_cbType->setCurrentIndex(index);

Callers

nothing calls this directly

Calls 2

addItemMethod · 0.80
ConvertTypeToNameMethod · 0.45

Tested by

no test coverage detected