ArgumentImpl Class Reference

Generic class to provide an input dialog for operator input. More...

Inheritance diagram for ArgumentImpl:

Inheritance graph
[legend]
Collaboration diagram for ArgumentImpl:

Collaboration graph
[legend]
List of all members.

Public Member Functions

def __init__
 ArgumentImpl constructor.
def OKButtonClicked
 Handle OK button click.
def getValue
 Show the dialog box and wait for user input.
def CancelButtonClicked
 Handle Cancel button click.

Detailed Description

Generic class to provide an input dialog for operator input.

Definition at line 26 of file ArgumentImpl.py.


Member Function Documentation

def __init__   self,
  parent = None,
  name = None,
  modal = 0,
  fl = 0
 

ArgumentImpl constructor.

Parameters:
parent Parent GUI
name GUI name
modal Whether the dialog is modal or not
fl GUI flags

Reimplemented from Argument.

Reimplemented in userArgument, userArgument, and userArgument.

Definition at line 28 of file ArgumentImpl.py.

def CancelButtonClicked   self  ) 
 

Handle Cancel button click.

Reimplemented in userArgument, userArgument, and userArgument.

Definition at line 65 of file ArgumentImpl.py.

def getValue   self,
  caption,
  value = None
 

Show the dialog box and wait for user input.

Parameters:
caption Input dialog title
value Default value
Returns:
Input value

Definition at line 50 of file ArgumentImpl.py.

def OKButtonClicked   self  ) 
 

Handle OK button click.

Reimplemented in userArgument, userArgument, and userArgument.

Definition at line 43 of file ArgumentImpl.py.


The documentation for this class was generated from the following file:
Generated on Thu Apr 27 20:53:15 2006 for LICOS L02-01-00 by doxygen 1.4.6-NO