MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / dataToWidget

Method dataToWidget

src/openms_gui/source/VISUAL/Plot1DCanvas.cpp:215–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 }
214
215 void Plot1DCanvas::dataToWidget(const DPosition<2>& xy_point, QPoint& point, bool flipped)
216 {
217 Plot1DCanvas::dataToWidget(xy_point.getX(), xy_point.getY(), point, flipped);
218 }
219
220 void Plot1DCanvas::dataToWidget(const DPosition<2>& xy_point, DPosition<2>& point, bool flipped)
221 {

Callers 6

paintMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80

Calls 6

getXMethod · 0.80
getYMethod · 0.80
setXMethod · 0.80
setYMethod · 0.80
getGravityAxisMethod · 0.80
dataToWidget_Function · 0.50

Tested by

no test coverage detected