Home
last modified time | relevance | path

Searched refs:mdi_area (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/tools/perf/scripts/python/
Dexported-sql-viewer.py1097 AddSubWindow(glb.mainwindow.mdi_area, self, "Context-Sensitive Call Graph")
1119 AddSubWindow(glb.mainwindow.mdi_area, self, "Call Tree")
2454 AddSubWindow(glb.mainwindow.mdi_area, self, self.windowTitle())
3229 AddSubWindow(glb.mainwindow.mdi_area, self, report_vars.name + " Branch Events")
4094 AddSubWindow(glb.mainwindow.mdi_area, self, table_name + " Table")
4214 AddSubWindow(glb.mainwindow.mdi_area, self, report_vars.name)
4245 def CreateCloseActiveWindowAction(mdi_area): argument
4246 return CreateAction("Cl&ose", "Close the active window", mdi_area.closeActiveSubWindow, mdi_area)
4248 def CreateCloseAllWindowsAction(mdi_area): argument
4249 return CreateAction("Close &All", "Close all the windows", mdi_area.closeAllSubWindows, mdi_area)
[all …]