FunctionCurve Class Reference
List of all members.
Member Enumeration Documentation
Constructor & Destructor Documentation
FunctionCurve::FunctionCurve |
( |
const QString & |
name = QString() |
) |
|
Member Function Documentation
double FunctionCurve::endRange |
( |
|
) |
|
QStringList FunctionCurve::formulas |
( |
|
) |
|
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
The documentation for this class was generated from the following file: