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

Method GetRenderWindow

Modules/QtWidgets/src/QmitkAbstractMultiWidget.cpp:256–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256QmitkRenderWindow* QmitkAbstractMultiWidget::GetRenderWindow(int row, int column) const
257{
258 return GetRenderWindow(GetNameFromIndex(row, column));
259}
260
261QmitkRenderWindow* QmitkAbstractMultiWidget::GetRenderWindow(const QString& widgetName) const
262{

Callers 7

GetRenderWindowWidgetMethod · 0.45
GetRenderWindowsMethod · 0.45
ActivateMenuWidgetMethod · 0.45
IsMenuWidgetEnabledMethod · 0.45
OnFocusChangedMethod · 0.45

Calls 1

GetRenderWindowFunction · 0.50

Tested by

no test coverage detected