MCPcopy Create free account
hub / github.com/MITK/MITK / HasEditorListProvider

Method HasEditorListProvider

Modules/RESTAPI/src/mitkRenderWindowBridge.cpp:281–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281bool RenderWindowBridge::HasEditorListProvider() const
282{
283 std::lock_guard<std::mutex> lock(m_Mutex);
284 return static_cast<bool>(m_EditorListProvider);
285}
286
287bool RenderWindowBridge::HasStdMultiWindowListProvider() const
288{

Calls

no outgoing calls