Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
void IPZoomWidget::setColumnOffset(int offset)
62
{
63
_columnOffset = offset;
64
65
// redraw
66
update();
67
}
68
69
int IPZoomWidget::columnOffset()
70
{
Callers
1
on_zoomWidgetModeCombobox_currentIndexChanged
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected