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

Method IPZoomWidget

ImagePlay/src/IPZoomWidget.cpp:22–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#include "IPZoomWidget.h"
21
22IPZoomWidget::IPZoomWidget(QWidget *parent) :
23 QWidget(parent)
24{
25 _x = 0;
26 _y = 0;
27 _columnOffset = 1;
28 _positionLocked = false;
29 _image = NULL;
30
31 _zoomUpdateMutex = new QMutex;
32}
33
34void IPZoomWidget::setImage(IPLData *data)
35{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected