Table of Contents

Class: FilterDialog ./Debugger/FilterDialog.py

FilterDialog(parent=None,name=None,modal=0,fl=0) A Dialog window for the configuration of the variables type filter to be applied during a debugging session.

Base Classes   
FilterForm
Methods   
__init__
getSelection
handleDefault
setSelection
  __init__ 
__init__ (
        self,
        parent=None,
        name=None,
        modal=0,
        fl=0,
        )

  getSelection 
getSelection ( self )

Public slot to retrieve the current selections as a tuple of lists of integer values. The first list is the locals variables filter, the second the globals variables filter.

  handleDefault 
handleDefault ( self )

Private slot to set the selections as the new defaults.

  setSelection 
setSelection (
        self,
        lList,
        gList,
        )

Public slot to set the current selection. lList and gList are lists of integer values.


Table of Contents

This document was automatically generated on Sun Feb 16 18:50:54 2003 by HappyDoc version 2.1