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

Method showThumbnails

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

Source from the content-addressed store, hash-verified

61 void setTmpArrowVisible (bool visible) { _tmpArrow->setVisible(visible); }
62 void setShowThumbnails (bool showThumbnails) { _showThumbnails = showThumbnails; }
63 bool showThumbnails () { return _showThumbnails; }
64 QList<IPProcessStep*>* steps () { return &_steps; }
65 QList<IPProcessEdge*>* edges () { return &_edges; }
66

Callers 1

paintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected