Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1103 AddSubWindow(glb.mainwindow.mdi_area, self, "Context-Sensitive Call Graph")
1125 AddSubWindow(glb.mainwindow.mdi_area, self, "Call Tree")
2460 AddSubWindow(glb.mainwindow.mdi_area, self, self.windowTitle())
3235 AddSubWindow(glb.mainwindow.mdi_area, self, report_vars.name + " Branch Events")
4100 AddSubWindow(glb.mainwindow.mdi_area, self, table_name + " Table")
4220 AddSubWindow(glb.mainwindow.mdi_area, self, report_vars.name)
4251 def CreateCloseActiveWindowAction(mdi_area): argument
4252 return CreateAction("Cl&ose", "Close the active window", mdi_area.closeActiveSubWindow, mdi_area)
4254 def CreateCloseAllWindowsAction(mdi_area): argument
4255 return CreateAction("Close &All", "Close all the windows", mdi_area.closeAllSubWindows, mdi_area)
[all …]