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

Method UpdateDevice

qt/OpenRGBDevicePage/OpenRGBDevicePage.cpp:1241–1248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1239}
1240
1241void Ui::OpenRGBDevicePage::UpdateDevice()
1242{
1243 ui->ModeBox->blockSignals(true);
1244 ui->ModeBox->setCurrentIndex(device->active_mode);
1245 ui->ModeBox->blockSignals(false);
1246 UpdateModeUi();
1247 UpdateMode();
1248}
1249
1250void Ui::OpenRGBDevicePage::SetCustomMode(unsigned char red, unsigned char green, unsigned char blue)
1251{

Callers 2

on_ProfileSelectedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected