|
|
|
message(self,
st)
Output a message to the user |
source code
|
|
|
verbose(self,
st)
Output a message (of lower interest) to the user |
source code
|
|
|
error(self,
st)
Pass on an error message to the user |
source code
|
|
|
promptGeneric(self,
prompt,
default)
Prompt the user for a single entry to type in |
source code
|
|
|
promptGenericConfirmation(self,
prompt)
Ask user for a single confirmation (OK / Cancel) |
source code
|
|
|
promptFilename(self,
prompt,
default)
Prompt the user for providing a file name |
source code
|
|
|
|
|
update(self,
status)
This function should be called whenever new information has been made
available and the UI should be updates somehow. |
source code
|
|