MCPcopy Create free account
hub / github.com/YCAMInterlab/Duration / setShouldDelete

Method setShouldDelete

Duration/src/ofxTLUIHeader.cpp:263–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263void ofxTLUIHeader::setShouldDelete(bool del){
264 shouldDelete = del;
265 if(shouldDelete){
266 ofRemoveListener(trackHeader->events().viewWasResized, this, &ofxTLUIHeader::viewWasResized);
267 trackHeader = NULL; //this is needed to circumvent the problem in the destructor
268 }
269}
270
271bool ofxTLUIHeader::getShouldDelete(){
272 return shouldDelete;

Callers 1

handleOscInMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected