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

Method setColumnOffset

ImagePlay/src/IPZoomWidget.cpp:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void IPZoomWidget::setColumnOffset(int offset)
62{
63 _columnOffset = offset;
64
65 // redraw
66 update();
67}
68
69int IPZoomWidget::columnOffset()
70{

Calls

no outgoing calls

Tested by

no test coverage detected