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

Method name

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

Source from the content-addressed store, hash-verified

59 void snapToGrid ();
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()); }

Callers 4

dropEventMethod · 0.45
addProcessStepMethod · 0.45
removeProcessStepMethod · 0.45
showPropertyGroupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected