| 363 | } |
| 364 | |
| 365 | bool RenderWindowBridge::HasMxNSelectedSliceStepSetter() const |
| 366 | { |
| 367 | std::lock_guard<std::mutex> lock(m_Mutex); |
| 368 | return static_cast<bool>(m_MxNSelectedSliceStepSetter); |
| 369 | } |
| 370 | |
| 371 | bool RenderWindowBridge::HasMxNSelectedPositionGetter() const |
| 372 | { |
no outgoing calls