Searched refs:mdi_area (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/perf/scripts/python/ |
| D | exported-sql-viewer.py | 1060 AddSubWindow(glb.mainwindow.mdi_area, self, "Context-Sensitive Call Graph") 1082 AddSubWindow(glb.mainwindow.mdi_area, self, "Call Tree") 1851 AddSubWindow(glb.mainwindow.mdi_area, self, report_vars.name + " Branch Events") 2718 AddSubWindow(glb.mainwindow.mdi_area, self, table_name + " Table") 2838 AddSubWindow(glb.mainwindow.mdi_area, self, report_vars.name) 2869 def CreateCloseActiveWindowAction(mdi_area): argument 2870 return CreateAction("Cl&ose", "Close the active window", mdi_area.closeActiveSubWindow, mdi_area) 2872 def CreateCloseAllWindowsAction(mdi_area): argument 2873 return CreateAction("Close &All", "Close all the windows", mdi_area.closeAllSubWindows, mdi_area) 2875 def CreateTileWindowsAction(mdi_area): argument [all …]
|