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