copasi API
0.1
|
The standard (1:1) mapping class for axis numbering. More...
#include <qwt3dScale.h>
Public Member Functions | |
QString | ticLabel (unsigned int idx) const |
Protected Member Functions | |
int | autoscale (double &a, double &b, double start, double stop, int ivals) |
Applies LinearAutoScaler::execute() | |
Qwt3D::Scale * | clone () const |
Returns a new heap based object utilized from qwt3d_ptr. | |
void | calculate () |
Creates the major and minor vector for the scale. | |
Protected Attributes | |
LinearAutoScaler2 | autoscaler_p2 |
Friends | |
class | Qwt3D::Axis |
class | Qwt3D::qwt3d_ptr< Qwt3D::Scale > |
The standard (1:1) mapping class for axis numbering.
int ValueScale::autoscale | ( | double & | a, |
double & | b, | ||
double | start, | ||
double | stop, | ||
int | ivals | ||
) | [protected] |
Applies LinearAutoScaler::execute()
void ValueScale::calculate | ( | ) | [protected] |
Creates the major and minor vector for the scale.
Qwt3D::Scale* ValueScale::clone | ( | ) | const [inline, protected] |
Returns a new heap based object utilized from qwt3d_ptr.
Reimplemented in RowScale, and ColumnScale.
QString ValueScale::ticLabel | ( | unsigned int | idx | ) | const |
Reimplemented in RowScale, and ColumnScale.
friend class Qwt3D::Axis [friend] |
Reimplemented in RowScale, and ColumnScale.
friend class Qwt3D::qwt3d_ptr< Qwt3D::Scale > [friend] |
LinearAutoScaler2 ValueScale::autoscaler_p2 [protected] |