Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
mitk::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
IsEnabled
Method · 0.95
Disable
Method · 0.95
Tested by
no test coverage detected