COPASI API  4.40.278
ValueScale Class Reference

The standard (1:1) mapping class for axis numbering. More...

#include <qwt3dScale.h>

Inheritance diagram for ValueScale:
[legend]

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() More...
 
void calculate ()
 Creates the major and minor vector for the scale. More...
 
Qwt3D::Scale * clone () const
 Returns a new heap based object utilized from qwt3d_ptr. More...
 

Protected Attributes

LinearAutoScaler2 autoscaler_p2
 

Friends

class Qwt3D::Axis
 
class Qwt3D::qwt3d_ptr< Qwt3D::Scale >
 

Detailed Description

The standard (1:1) mapping class for axis numbering.

Member Function Documentation

◆ autoscale()

int ValueScale::autoscale ( double &  a,
double &  b,
double  start,
double  stop,
int  ivals 
)
protected

Applies LinearAutoScaler::execute()

◆ calculate()

void ValueScale::calculate ( )
protected

Creates the major and minor vector for the scale.

◆ clone()

Qwt3D::Scale* ValueScale::clone ( ) const
inlineprotected

Returns a new heap based object utilized from qwt3d_ptr.

◆ ticLabel()

QString ValueScale::ticLabel ( unsigned int  idx) const

Friends And Related Function Documentation

◆ Qwt3D::Axis

friend class Qwt3D::Axis
friend

◆ Qwt3D::qwt3d_ptr< Qwt3D::Scale >

friend class Qwt3D::qwt3d_ptr< Qwt3D::Scale >
friend

Member Data Documentation

◆ autoscaler_p2

LinearAutoScaler2 ValueScale::autoscaler_p2
protected

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