FunctionCurve Class Reference

Inheritance diagram for FunctionCurve:
PlotCurve

List of all members.

Public Types

enum  FunctionType { Normal = 0, Parametric = 1, Polar = 2 }

Public Member Functions

double endRange ()
QStringList formulas ()
 FunctionCurve (const QString &name=QString())
FunctionType functionType ()
bool loadData (int points=0, bool xLog10Scale=false)
QString parameterName (int index)
 Returns the name of the parameter of rang index.
int parametersCount ()
 Returns the number of parameters in your function formula.
double parameterValue (const QString &name)
 Returns the value of the name parameter.
double parameterValue (int index)
 Returns the value of the parameter of rang index.
void setFormula (const QString &s)
l<< *a0;l<< *a1;sipCpp-> setFormulas (l)
void setFormulas (const QString &, const QString &)
void setFunctionType (const FunctionType &t)
void setRange (double, double)
void setVariable (const QString &s)
double startRange ()
End QString variable ()

Public Attributes

MethodCode QStringList l

Private Member Functions

 FunctionCurve (const FunctionCurve &)

Member Enumeration Documentation

Enumerator:
Normal 
Parametric 
Polar 

Constructor & Destructor Documentation

FunctionCurve::FunctionCurve ( const QString &  name = QString()  ) 
FunctionCurve::FunctionCurve ( const FunctionCurve  )  [private]

Member Function Documentation

double FunctionCurve::endRange (  ) 
QStringList FunctionCurve::formulas (  ) 
FunctionType FunctionCurve::functionType (  ) 
bool FunctionCurve::loadData ( int  points = 0,
bool  xLog10Scale = false 
)
QString FunctionCurve::parameterName ( int  index  ) 

Returns the name of the parameter of rang index.

int FunctionCurve::parametersCount (  ) 

Returns the number of parameters in your function formula.

double FunctionCurve::parameterValue ( const QString &  name  ) 

Returns the value of the name parameter.

double FunctionCurve::parameterValue ( int  index  ) 

Returns the value of the parameter of rang index.

void FunctionCurve::setFormula ( const QString &  s  ) 
l<< *a0; l << *a1; sipCpp-> FunctionCurve::setFormulas ( l   ) 
void FunctionCurve::setFormulas ( const QString &  ,
const QString &   
)
void FunctionCurve::setFunctionType ( const FunctionType t  ) 
void FunctionCurve::setRange ( double  ,
double   
)
void FunctionCurve::setVariable ( const QString &  s  ) 
double FunctionCurve::startRange (  ) 
End QString FunctionCurve::variable (  ) 

Member Data Documentation

MethodCode QStringList FunctionCurve::l

The documentation for this class was generated from the following file:

Generated on Wed Oct 27 12:11:20 2010 for QtiPlot_Python_API by  doxygen 1.6.1