MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / DeviceListChanged

Method DeviceListChanged

ResourceManager.cpp:466–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464}
465
466void ResourceManager::DeviceListChanged()
467{
468 /*-------------------------------------------------*\
469 | Device list has changed, call the callbacks |
470 \*-------------------------------------------------*/
471 LOG_TRACE("[ResourceManager] Calling device list change callbacks.");
472
473 for(unsigned int callback_idx = 0; callback_idx < DeviceListChangeCallbacks.size(); callback_idx++)
474 {
475 ResourceManager::DeviceListChangeCallbacks[callback_idx](DeviceListChangeCallbackArgs[callback_idx]);
476 }
477}
478
479void ResourceManager::DetectionProgressChanged()
480{

Callers 2

UpdateDeviceListMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected