QWT 7.0.1
Loading...
Searching...
No Matches
Public Member Functions | List of all members
QwtNullTransform Class Reference

Null transformation. More...

#include <qwt_transform.h>

Inheritance diagram for QwtNullTransform:
QwtTransform

Public Member Functions

 QwtNullTransform ()
 Constructor.
 
virtual ~QwtNullTransform ()
 Destructor.
 
virtual double transform (double value) const QWT_OVERRIDE
 
virtual double invTransform (double value) const QWT_OVERRIDE
 
virtual QwtTransformcopy () const QWT_OVERRIDE
 
- Public Member Functions inherited from QwtTransform
 QwtTransform ()
 Constructor.
 
virtual ~QwtTransform ()
 Destructor.
 
virtual double bounded (double value) const
 Modify value to be a valid value for the transformation.
 

Detailed Description

Null transformation.

QwtNullTransform returns the values unmodified.

Member Function Documentation

◆ copy()

QwtTransform * QwtNullTransform::copy ( ) const
virtual
Returns
Clone of the transformation

Implements QwtTransform.

◆ invTransform()

double QwtNullTransform::invTransform ( double  value) const
virtual
Parameters
valueValue to be transformed
Returns
value unmodified

Implements QwtTransform.

◆ transform()

double QwtNullTransform::transform ( double  value) const
virtual
Parameters
valueValue to be transformed
Returns
value unmodified

Implements QwtTransform.


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