MCPcopy Create free account
hub / github.com/MITK/MITK / ~RenderWindowFrame

Method ~RenderWindowFrame

Modules/Core/src/Rendering/mitkRenderWindowFrame.cpp:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28mitk::RenderWindowFrame::~RenderWindowFrame()
29{
30 if (m_RenderWindow != nullptr)
31 if (this->IsEnabled())
32 this->Disable();
33}
34
35/**
36 * Sets the renderwindow, in which the text

Callers

nothing calls this directly

Calls 2

IsEnabledMethod · 0.95
DisableMethod · 0.95

Tested by

no test coverage detected