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

Method setDuration

ImagePlay/include/IPProcessStep.h:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 bool isEditing () { return _editing; }
64 void setEditing (bool editing) { _editing = editing; update(boundingRect()); }
65 void setDuration (int durationMs) { _durationMs = durationMs; }
66 IPLProcess* process () { return _process; }
67 QList<IPProcessEdge*>* edgesIn () { return &_edgesIn; }
68 QList<IPProcessEdge*>* edgesOut () { return &_edgesOut; }

Callers 2

executeMethod · 0.80
on_pushButton_clickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected