MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / commit

Method commit

DSView/pv/prop/double.cpp:83–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void Double::commit()
84{
85 assert(_setter);
86
87 if (!_spin_box)
88 return;
89
90 _setter(g_variant_new_double(_spin_box->value()));
91}
92
93void Double::on_value_changed(double)
94{

Callers

nothing calls this directly

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected