def easy.gui.Application.doExec |
( |
|
self, |
|
|
|
command, |
|
|
|
args = None , |
|
|
|
shell = False , |
|
|
|
dopipe = False , |
|
|
|
dothread = False , |
|
|
|
env = None |
|
) |
| |
def easy.gui.Application.getProxies |
( |
|
self | ) |
|
Fetch all the proxies in the config.client file and return dictionary of
{name:proxystring}
def easy.gui.Application.openDoc |
( |
|
self | ) |
|
def easy.gui.Application.openEnv |
( |
|
self | ) |
|
def easy.gui.Application.openTerminal |
( |
|
self | ) |
|
def easy.gui.Application.runDemo |
( |
|
self, |
|
|
|
demo |
|
) |
| |
def easy.gui.Application.runPrerequisites |
( |
|
self | ) |
|
def easy.gui.Application.runServerStatus |
( |
|
self | ) |
|
def easy.gui.Application.startStopServices |
( |
|
self, |
|
|
|
start |
|
) |
| |
def easy.gui.Application.uiCommands |
( |
|
self, |
|
|
|
row |
|
) |
| |
def easy.gui.Application.uiLastButtons |
( |
|
self, |
|
|
|
row |
|
) |
| |
def easy.gui.Application.uiStartStopServices |
( |
|
self, |
|
|
|
row |
|
) |
| |
def easy.gui.Application.updateGuiStdout |
( |
|
self | ) |
|
def easy.gui.Application.updateServerStatus |
( |
|
self | ) |
|
def easy.gui.Application.verifyProxies |
( |
|
self, |
|
|
|
proxies |
|
) |
| |
Take as input dictionary of {name:proxystring} and verify that
we can communicate with the server (by getting the detector or trainer).
Return a dictionary with 'detector running' or 'trainer running' if running
and 'configured' if not. Also print now so with long config files user
sees output.
easy.gui.Application.ccenv |
easy.gui.Application.checkVar |
easy.gui.Application.dataDir |
easy.gui.Application.output |
easy.gui.Application.root |
easy.gui.Application.serverStatus |
easy.gui.Application.startButton |
easy.gui.Application.statusButton |
easy.gui.Application.stdPollTime |
easy.gui.Application.stopButton |
The documentation for this class was generated from the following file: