QWT API (English) 7.0.1
Qt Widget Library for Technical Applications - English API Documentation
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 override
 Transformation function - returns value unmodified.
 
virtual double invTransform (double value) const override
 Inverse transformation function - returns value unmodified.
 
virtual QwtTransformcopy () const override
 Clone of the transformation.
 
- 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.

Constructor & Destructor Documentation

◆ QwtNullTransform()

QwtNullTransform::QwtNullTransform ( )

Constructor.

Default constructor .

◆ ~QwtNullTransform()

QwtNullTransform::~QwtNullTransform ( )
virtual

Destructor.

Destructor .

Member Function Documentation

◆ copy()

QwtTransform * QwtNullTransform::copy ( ) const
overridevirtual

Clone of the transformation.

Implements QwtTransform.

◆ invTransform()

double QwtNullTransform::invTransform ( double  value) const
overridevirtual

Inverse transformation function - returns value unmodified.

Inverse transform function - returns value unmodified.

Implements QwtTransform.

◆ transform()

double QwtNullTransform::transform ( double  value) const
overridevirtual

Transformation function - returns value unmodified.

Transform function - returns value unmodified.

Implements QwtTransform.


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