| 3252 | } |
| 3253 | |
| 3254 | DisplayChannelsEnum |
| 3255 | ViewerInstance::getChannels(int texIndex) const |
| 3256 | { |
| 3257 | // MT-SAFE: called from main thread and Serialization (pooled) thread |
| 3258 | |
| 3259 | QMutexLocker l(&_imp->viewerParamsMutex); |
| 3260 | |
| 3261 | return _imp->viewerParamsChannels[texIndex]; |
| 3262 | } |
| 3263 | |
| 3264 | void |
| 3265 | ViewerInstance::setFullFrameProcessingEnabled(bool fullFrame) |
no outgoing calls
no test coverage detected