|
| def | __init__ (self, session) |
| |
| def | showLogMenu (self) |
| |
| def | showLogMenuCallBack (self, selectedIndex) |
| |
| def | showLogSettings (self) |
| |
| def | showLogSettingsCallback (self, *retVal) |
| |
| def | deleteLog (self) |
| |
| def | deleteLogCallback (self, answer) |
| |
| def | deleteAllLogs (self) |
| |
| def | deleteAllLogsCallback (self, answer) |
| |
| def | previousDebugLog (self) |
| |
| def | nextDebugLog (self) |
| |
| def | fetchInformation (self) |
| |
| def | findLogFiles (self) |
| |
| def | refreshInformation (self) |
| |
| def | displayInformation (self) |
| |
| def | getSummaryInformation (self) |
| |
| def | keyCancel (self) |
| |
| def | closeRecursive (self) |
| |
| def | informationWindowClosed (self, *retVal) |
| |
| def | createSummary (self) |
| |
| def | __init__ (self, session, parent=None, mandatoryWidgets=None) |
| |
| def | __repr__ (self) |
| |
| def | execBegin (self) |
| |
| def | execEnd (self) |
| |
| def | doClose (self) |
| |
| def | close (self, *retval) |
| |
| def | show (self) |
| |
| def | hide (self) |
| |
| def | isAlreadyShown (self) |
| |
| def | isStandAlone (self) |
| |
| def | getScreenPath (self) |
| |
| def | setTitle (self, title, showPath=True) |
| |
| def | getTitle (self) |
| |
| def | setFocus (self, o) |
| |
| def | setKeyboardModeNone (self) |
| |
| def | setKeyboardModeAscii (self) |
| |
| def | restoreKeyboardMode (self) |
| |
| def | saveKeyboardMode (self) |
| |
| def | setDesktop (self, desktop) |
| |
| def | setAnimationMode (self, mode) |
| |
| def | getRelatedScreen (self, name) |
| |
| def | callLater (self, function) |
| |
| def | applySkin (self) |
| |
| def | createGUIScreen (self, parent, desktop, updateonly=False) |
| |
| def | deleteGUIScreen (self) |
| |
| def | addSummary (self, summary) |
| |
| def | removeSummary (self, summary) |
| |
◆ __init__()
| def Screens.Information.DebugInformation.__init__ |
( |
|
self, |
|
|
|
session |
|
) |
| |
◆ deleteAllLogs()
| def Screens.Information.DebugInformation.deleteAllLogs |
( |
|
self | ) |
|
◆ deleteAllLogsCallback()
| def Screens.Information.DebugInformation.deleteAllLogsCallback |
( |
|
self, |
|
|
|
answer |
|
) |
| |
◆ deleteLog()
| def Screens.Information.DebugInformation.deleteLog |
( |
|
self | ) |
|
◆ deleteLogCallback()
| def Screens.Information.DebugInformation.deleteLogCallback |
( |
|
self, |
|
|
|
answer |
|
) |
| |
◆ displayInformation()
| def Screens.Information.DebugInformation.displayInformation |
( |
|
self | ) |
|
◆ fetchInformation()
| def Screens.Information.DebugInformation.fetchInformation |
( |
|
self | ) |
|
◆ findLogFiles()
| def Screens.Information.DebugInformation.findLogFiles |
( |
|
self | ) |
|
◆ getSummaryInformation()
| def Screens.Information.DebugInformation.getSummaryInformation |
( |
|
self | ) |
|
◆ nextDebugLog()
| def Screens.Information.DebugInformation.nextDebugLog |
( |
|
self | ) |
|
◆ previousDebugLog()
| def Screens.Information.DebugInformation.previousDebugLog |
( |
|
self | ) |
|
◆ refreshInformation()
| def Screens.Information.DebugInformation.refreshInformation |
( |
|
self | ) |
|
◆ showLogMenu()
| def Screens.Information.DebugInformation.showLogMenu |
( |
|
self | ) |
|
◆ showLogMenuCallBack()
| def Screens.Information.DebugInformation.showLogMenuCallBack |
( |
|
self, |
|
|
|
selectedIndex |
|
) |
| |
◆ showLogSettings()
| def Screens.Information.DebugInformation.showLogSettings |
( |
|
self | ) |
|
◆ showLogSettingsCallback()
| def Screens.Information.DebugInformation.showLogSettingsCallback |
( |
|
self, |
|
|
* |
retVal |
|
) |
| |
◆ baseTitle
| Screens.Information.DebugInformation.baseTitle |
◆ cachedDebugInfo
| Screens.Information.DebugInformation.cachedDebugInfo |
◆ debugLogIndex
| Screens.Information.DebugInformation.debugLogIndex |
◆ debugLogMax
| Screens.Information.DebugInformation.debugLogMax |
◆ debugLogs
| Screens.Information.DebugInformation.debugLogs |
The documentation for this class was generated from the following file: