Dialog containing a PipeOutputWindow.
Components
-
errorhandler A function to call when an error occurs, takes
a single string as an argument
-
jobmanager PipeOutputWindow instance.
-
logfile File to which output should be written, in addition
to being displayed on the screen.
Methods
|
|
__init__
createinterior
findtarget
showCmdPreview
startBackgroundPipe
|
|
__init__
|
__init__ (
self,
parent,
guiapp,
**kw,
)
|
|
createinterior
|
createinterior ( self )
|
|
findtarget
|
findtarget ( self )
|
|
showCmdPreview
|
showCmdPreview ( self, command )
Open the dialog and show the command in preview mode.
|
|
startBackgroundPipe
|
startBackgroundPipe (
self,
commands=None,
completedCallback=None,
)
Open the dialog and start executing the command.
Arguments
-
commands Sequence of commands to execute.
-
completedCallback Callback to execute when all commands
are complete.
|
|