userArgument Class Reference

GUI for getting the user to input some sort of value. More...

Inheritance diagram for userArgument:

Inheritance graph
[legend]
Collaboration diagram for userArgument:

Collaboration graph
[legend]
List of all members.

Public Member Functions

def __init__
 userArgument constructor.
def OKButtonClicked
 Slot for the OK button.
def CancelButtonClicked
 Slot for the Cancel button.
def getValue
 Bring up the GUI and return a value when OK is clicked.

Detailed Description

GUI for getting the user to input some sort of value.

Definition at line 224 of file testVscMinimal.py.


Member Function Documentation

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

userArgument constructor.

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

Reimplemented from ArgumentImpl.

Definition at line 226 of file testVscMinimal.py.

def CancelButtonClicked   self  ) 
 

Slot for the Cancel button.

Reimplemented from ArgumentImpl.

Definition at line 245 of file testVscMinimal.py.

def getValue   self,
  caption
 

Bring up the GUI and return a value when OK is clicked.

Parameters:
caption Dialog caption
Returns:
The value entered by the user

Definition at line 252 of file testVscMinimal.py.

def OKButtonClicked   self  ) 
 

Slot for the OK button.

Reimplemented from ArgumentImpl.

Definition at line 238 of file testVscMinimal.py.


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