Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   Related Pages   Search   
 FunctionGraph Class ReferenceA class for plotting/graphing explicit two dimensional functions. 
More...
#include <functiongraph.h>
 
Inheritance diagram for FunctionGraph:  
[legend]Collaboration diagram for FunctionGraph: 
[legend]List of all members.
 |  
 Public Methods |  
| 
  | FunctionGraph (QWidget *parent=0, const char *name=0) |  
| 
  | ~FunctionGraph () |  
| 
int  | execMathFunction (const char *id) |  
|   | Execute an installed MathFunction with the given id.
 
  |  
| virtual void  | installMathFunctions () |  
|   | Implement this function to install any MathFunction's to a specific class. 
 
  |  
| 
virtual int  | getGraphType () const |  
 Protected Methods |  
| 
virtual const char *  | independent_vars () |  
|   | Returns a list of independent variables for the expression which, when there are more than one, are seperated by commas.
 
  |  
| virtual const char *  | dependent_var (int=0) |  
|   | Returns the dependent variable. 
 
  |  
| 
virtual void  | drawExpression (QPainter *painter, Expression &) |  
| 
virtual int  | setXYForTrace (const double, const double, double *, double *, Expression &) |  
 
 Detailed Description
A class for plotting/graphing explicit two dimensional functions.
 - Author: 
 - 
Fungmeista 
  
 
Definition at line 29 of file functiongraph.h. 
 Member Function Documentation
 
  
    
      
        
          |  virtual const char* FunctionGraph::dependent_var  | 
          (  | 
          int  | 
            = 0           | 
          )  | 
           [inline, protected, virtual] | 
         
       
     | 
   
 
  
    | 
       
     | 
    
 
Returns the dependent variable.
 
The argument 'i' is used to get each dependent variable if there are more than one ( i.e. parametric graph ). 
 
Implements ExpressionGraph.
 
Definition at line 46 of file functiongraph.h.      | 
   
 
 
  
    
      
        
          |  void FunctionGraph::installMathFunctions  | 
          (  | 
                      | 
          )  | 
           [virtual] | 
         
       
     | 
   
 
 The documentation for this class was generated from the following files:
       |