Table of Contents

Class: StartDialog ./Debugger/StartDialog.py

Class implementing the Start Program dialog.

It implements a dialog that is used to start an application for debugging. It asks the user to enter the commandline parameters, the working directory and whether exception reporting should be disabled.

Base Classes   
StartForm
Methods   
__init__
getData
handleDir
  __init__ 
__init__ (
        self,
        argvList,
        wdList,
        exceptions,
        parent=None,
        )

Constructor

Arguments

argvList
history list of commandline arguments (QStringList)
wdList
history list of working directories (QStringList)
exceptions
exception reporting flag (boolean)
parent
parent widget of this dialog (QWidget)
  getData 
getData ( self )

Public method to retrieve the data entered into this dialog.

Returns

a tuple of argv, workdir, exceptions

  handleDir 
handleDir ( self )

Private method used to open a directory selection dialog.


Table of Contents

This document was automatically generated on Fri Mar 14 19:54:45 2003 by HappyDoc version 2.1