Searched refs:mdi_area (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 1107 AddSubWindow(glb.mainwindow.mdi_area, self, "Context-Sensitive Call Graph") 1129 AddSubWindow(glb.mainwindow.mdi_area, self, "Call Tree") 2464 AddSubWindow(glb.mainwindow.mdi_area, self, self.windowTitle()) 3239 AddSubWindow(glb.mainwindow.mdi_area, self, report_vars.name + " Branch Events") 4104 AddSubWindow(glb.mainwindow.mdi_area, self, table_name + " Table") 4224 AddSubWindow(glb.mainwindow.mdi_area, self, report_vars.name) 4255 def CreateCloseActiveWindowAction(mdi_area): argument 4256 return CreateAction("Cl&ose", "Close the active window", mdi_area.closeActiveSubWindow, mdi_area) 4258 def CreateCloseAllWindowsAction(mdi_area): argument 4259 return CreateAction("Close &All", "Close all the windows", mdi_area.closeAllSubWindows, mdi_area) [all …]
|