MCPcopy Create free account
hub / github.com/cginternals/globjects / apply

Method apply

source/globjects/source/State.cpp:214–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214void State::apply()
215{
216 for (const auto & capability : m_capabilities)
217 {
218 capability.second->apply();
219 }
220 for (const auto & setting : m_settings)
221 {
222 setting.second->apply();
223 }
224}
225
226void State::addCapability(Capability * capability)
227{

Callers 5

enableMethod · 0.45
disableMethod · 0.45
addMethod · 0.45
drawFunction · 0.45
bootstrap.min.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected