MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / config_setter

Method config_setter

DSView/pv/prop/binding/deviceoptions.cpp:151–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void DeviceOptions::config_setter(int key, GVariant* value)
152{
153 SigSession *session = AppControl::Instance()->GetSession();
154 DeviceAgent *_device_agent = session->get_device();
155 _device_agent->set_config(key, value);
156}
157
158void DeviceOptions::bind_bool(const QString &name, const QString label, int key)
159{

Callers

nothing calls this directly

Calls 3

GetSessionMethod · 0.80
get_deviceMethod · 0.80
set_configMethod · 0.80

Tested by

no test coverage detected