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

Method setTmpArrowTo

ImagePlay/include/IPProcessGridScene.h:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 void removeEdge (IPProcessEdge* edge);
59 void setTmpArrowFrom (QPointF pos) { _tmpArrow->setFrom(pos); }
60 void setTmpArrowTo (QPointF pos) { _tmpArrow->setTo(pos); }
61 void setTmpArrowVisible (bool visible) { _tmpArrow->setVisible(visible); }
62 void setShowThumbnails (bool showThumbnails) { _showThumbnails = showThumbnails; }
63 bool showThumbnails () { return _showThumbnails; }

Callers 1

mouseMoveEventMethod · 0.80

Calls 1

setToMethod · 0.80

Tested by

no test coverage detected