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

Method update_vDial

DSView/pv/view/mathtrace.cpp:99–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void MathTrace::update_vDial()
100{
101 auto v = _math_stack->default_vDialValue();
102 auto k = _math_stack->default_factor();
103 _vDial->set_value(v);
104 _vDial->set_factor(k);
105}
106
107void MathTrace::go_vDialPre()
108{

Callers 2

vDial_updatedMethod · 0.80
dso_factor_updatedMethod · 0.80

Calls 4

default_vDialValueMethod · 0.80
default_factorMethod · 0.80
set_valueMethod · 0.45
set_factorMethod · 0.45

Tested by

no test coverage detected