MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / getSetting

Method getSetting

sources/base/InstanceConfig.cpp:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214QJsonDocument InstanceConfig::getSetting(settings::type type) const
215{
216 return _sTable->getSettingsRecord(settings::typeToString(type));
217}
218
219QJsonObject InstanceConfig::getSettings() const
220{

Callers 4

BlackBorderProcessorMethod · 0.45
VideoControlMethod · 0.45
SystemControlMethod · 0.45
ImageToLedManagerMethod · 0.45

Calls 2

typeToStringFunction · 0.85
getSettingsRecordMethod · 0.80

Tested by

no test coverage detected