| 3301 | } |
| 3302 | |
| 3303 | void |
| 3304 | ViewerInstance::setActivateInputChangeRequestedFromViewer(bool fromViewer) |
| 3305 | { |
| 3306 | assert( QThread::currentThread() == qApp->thread() ); |
| 3307 | _imp->activateInputChangedFromViewer = fromViewer; |
| 3308 | } |
| 3309 | |
| 3310 | bool |
| 3311 | ViewerInstance::isInputChangeRequestedFromViewer() const |