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

Method setIcon

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

Source from the content-addressed store, hash-verified

60 void setName (QString name) { _name = name; }
61 QString name () { return _name; }
62 void setIcon (QIcon icon) { _icon = icon; }
63 bool isEditing () { return _editing; }
64 void setEditing (bool editing) { _editing = editing; update(boundingRect()); }
65 void setDuration (int durationMs) { _durationMs = durationMs; }

Callers 5

IPFilterLineEditMethod · 0.80
resetPressedMethod · 0.80
resetReleasedMethod · 0.80
IPPropertyPointClass · 0.80
showErrorDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected