UI for system info and options.
More...
|
def | __init__ (self, parent, gui, options) |
|
def | setup (self) |
|
def | showInformation (self) |
|
def | platformInfo (self) |
|
def | pythonInfo (self) |
|
def | amsInfo (self) |
|
def | changeLogView (self, parent) |
|
def | poweroff (self) |
|
def | reboot (self) |
|
def | startupConfig (self) |
|
def | updateStartupConfig (self) |
|
def | OnInformationClick (self) |
|
def | OnStartupClick (self) |
|
def | OnRebootClick (self) |
|
def | OnRebootConfirmClick (self) |
|
def | OnCancelRebootClick (self) |
|
def | OnPoweroffClick (self) |
|
def | OnPoweroffConfirmClick (self) |
|
def | OnCancelPoweroffClick (self) |
|
def | OnExitClick (self) |
|
def | OnToggleAutostartClick (self) |
|
def | OnChangeStartWith (self) |
|
def | OnChangeStartMode (self) |
|
def | OnChangeStartUser (self) |
|
def | OnSyncConfigClick (self) |
|
def | __init__ (self, parent, gui, options) |
|
def | open (self) |
|
def | __init__ (self, parent, gui, options) |
|
def | setup (self) |
|
def | initWidget (self) |
|
def | addMenu (self, menu, label="-") |
|
def | open (self) |
|
def | close (self) |
|
def | genericView (self, parent, value) |
|
def | numberView (self, parent, value) |
|
def | stringView (self, parent, value) |
|
def | dictView (self, parent, value) |
|
def | iterView (self, parent, value) |
|
|
| patterns |
|
| commands |
|
| gridrow |
|
| startupInfo |
|
| currentversion |
|
| changelog |
|
| ident |
|
| headings |
|
| rc_local_cache |
|
| autostart_cache |
|
| gui |
|
| parent |
|
| height |
|
| variables |
|
| notifier |
|
| colours |
|
| fonts |
|
| images |
|
| wrap |
|
| canvas |
|
| widget |
|
| yScroller |
|
| xScroller |
|
| widgets |
|
| gridrow |
|
UI for system info and options.
§ __init__()
def TkSystemManager.TkSystemManager.__init__ |
( |
|
self, |
|
|
|
parent, |
|
|
|
gui, |
|
|
|
options |
|
) |
| |
Initializes TkSystemManager object
@param parent
@param gui
@param options
§ amsInfo()
def TkSystemManager.TkSystemManager.amsInfo |
( |
|
self | ) |
|
view - show All My Servos information
§ changeLogView()
def TkSystemManager.TkSystemManager.changeLogView |
( |
|
self, |
|
|
|
parent |
|
) |
| |
partial view - display change log data
§ OnCancelPoweroffClick()
def TkSystemManager.TkSystemManager.OnCancelPoweroffClick |
( |
|
self | ) |
|
action - poweroff the system
§ OnCancelRebootClick()
def TkSystemManager.TkSystemManager.OnCancelRebootClick |
( |
|
self | ) |
|
§ OnInformationClick()
def TkSystemManager.TkSystemManager.OnInformationClick |
( |
|
self | ) |
|
action - display information page
§ OnPoweroffClick()
def TkSystemManager.TkSystemManager.OnPoweroffClick |
( |
|
self | ) |
|
action - display poweroff page
§ OnPoweroffConfirmClick()
def TkSystemManager.TkSystemManager.OnPoweroffConfirmClick |
( |
|
self | ) |
|
action - poweroff the system
§ OnRebootClick()
def TkSystemManager.TkSystemManager.OnRebootClick |
( |
|
self | ) |
|
action - display the reboot page
§ OnRebootConfirmClick()
def TkSystemManager.TkSystemManager.OnRebootConfirmClick |
( |
|
self | ) |
|
action - reboot the system
§ OnStartupClick()
def TkSystemManager.TkSystemManager.OnStartupClick |
( |
|
self | ) |
|
action - display startup page
§ platformInfo()
def TkSystemManager.TkSystemManager.platformInfo |
( |
|
self | ) |
|
view - show platform information
§ poweroff()
def TkSystemManager.TkSystemManager.poweroff |
( |
|
self | ) |
|
§ pythonInfo()
def TkSystemManager.TkSystemManager.pythonInfo |
( |
|
self | ) |
|
view - show python information
§ reboot()
def TkSystemManager.TkSystemManager.reboot |
( |
|
self | ) |
|
§ setup()
def TkSystemManager.TkSystemManager.setup |
( |
|
self | ) |
|
§ showInformation()
def TkSystemManager.TkSystemManager.showInformation |
( |
|
self | ) |
|
view - show system information
§ startupConfig()
def TkSystemManager.TkSystemManager.startupConfig |
( |
|
self | ) |
|
view - show startup settings
The documentation for this class was generated from the following file: