| 3213 | } |
| 3214 | |
| 3215 | void |
| 3216 | ViewerInstance::redrawViewerNow() |
| 3217 | { |
| 3218 | // always running in the main thread |
| 3219 | assert( qApp && qApp->thread() == QThread::currentThread() ); |
| 3220 | assert(_imp->uiContext); |
| 3221 | _imp->uiContext->redrawNow(); |
| 3222 | } |
| 3223 | |
| 3224 | int |
| 3225 | ViewerInstance::getLutType() const |