Table of Contents

Class: PipeOutputDialog PmwContribD-r2_0_1/PipeOutputWindow.py

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.

Base Classes   
Pmw.MegaToplevel
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.


Table of Contents

This document was automatically generated on Mon Sep 17 17:47:46 2001 by HappyDoc version r2_0