#include <functionInfo.h>
Collaboration diagram for iptk::FunctionInfo:

Public Member Functions | |
| FunctionInfo (void) | |
| Default constructor.   | |
| FunctionInfo (const FunctionInfo &fi) | |
| Copy construtor.  | |
| void | setFunctionName (iutk::String str) | 
| Sets the name of the function.  | |
| iutk::String | getFunctionName (void) | 
| Returns the function name.  | |
| void | appendParameter (iutk::String str, double start, double stop, double step) | 
| Adds a parameter name to the FunctionInfo object.  | |
| tutk::List< iptk::ParamInfo > | getParamList (void) | 
| Returns the list of parameter information.   | |
      
  | 
  
| 
 Default constructor. This is the only way to initialise a completely new FunctionInfo object.  | 
  
      
  | 
  
| 
 Returns the list of parameter information. 
  | 
  
 1.3.7