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

Method resizeGL

Modules/QtWidgets/src/QmitkRenderWindow.cpp:292–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292void QmitkRenderWindow::resizeGL(int w, int h)
293{
294 QVTKOpenGLNativeWidget::resizeGL(w, h);
295 mitk::RenderingManager::GetInstance()->ForceImmediateUpdate(renderWindow());
296}
297
298void QmitkRenderWindow::dragEnterEvent(QDragEnterEvent *event)
299{

Callers

nothing calls this directly

Calls 1

ForceImmediateUpdateMethod · 0.45

Tested by

no test coverage detected