| 265 | } |
| 266 | |
| 267 | bool |
| 268 | Plugin::getIsUserCreatable() const |
| 269 | { |
| 270 | return !_isInternalOnly && _activated && !_isDeprecated; |
| 271 | } |
| 272 | |
| 273 | void |
| 274 | Plugin::setOfxDesc(OFX::Host::ImageEffect::Descriptor* desc, |
no outgoing calls
no test coverage detected