MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / setPosition

Method setPosition

ImagePlay/src/IPZoomWidget.cpp:49–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void IPZoomWidget::setPosition(int x, int y)
50{
51 if(_positionLocked)
52 return;
53
54 _x = x;
55 _y = y;
56
57 // redraw
58 update();
59}
60
61void IPZoomWidget::setColumnOffset(int offset)
62{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected