| 255 | } |
| 256 | |
| 257 | void ofxTLUIHeader::setReceiveOSC(bool enable){ |
| 258 | if(receiveOSCEnable != NULL){ |
| 259 | receiveOSCEnable->setValue(enable); |
| 260 | } |
| 261 | } |
| 262 | |
| 263 | void ofxTLUIHeader::setShouldDelete(bool del){ |
| 264 | shouldDelete = del; |
no outgoing calls
no test coverage detected