MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / activeWindow

Method activeWindow

src/Gui/MainWindow.cpp:1745–1749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1743}
1744
1745MDIView* MainWindow::activeWindow() const
1746{
1747 // each activated window notifies this main window when it is activated
1748 return d->activeView;
1749}
1750
1751void MainWindow::closeEvent(QCloseEvent* e)
1752{

Callers 15

confirmSaveMethod · 0.95
closeAllDocumentsMethod · 0.95
getViewerMethod · 0.80
startAlignmentMethod · 0.80
customizeMethod · 0.80
hitTestMethod · 0.80
checkAutoHideMethod · 0.80
isTransparentMethod · 0.80
activatedMethod · 0.80
isActiveMethod · 0.80
getActiveViewMethod · 0.80

Calls

no outgoing calls

Tested by 3

setNodeMethod · 0.64
activatedMethod · 0.64
isActiveMethod · 0.64