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

Method value

DSView/pv/view/xcursor.cpp:135–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135double XCursor::value(XCur_type type)
136{
137 if (type == XCur_Y)
138 return _yvalue;
139 else if (type == XCur_X0)
140 return _value0;
141 else if (type == XCur_X1)
142 return _value1;
143 else
144 return 0;
145}
146
147void XCursor::set_value(XCur_type type, double value)
148{

Callers 7

commitMethod · 0.45
commitMethod · 0.45
paintSignalsMethod · 0.45
mousePressEventMethod · 0.45
gestureEventMethod · 0.45
getFiledFunction · 0.45
_loadFrameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected