|
QWT API (English) 7.0.1
Qt Widget Library for Technical Applications - English API Documentation
|
Null transformation. More...
#include <qwt_transform.h>
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 QwtTransform * | copy () 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. | |
Null transformation.
| QwtNullTransform::QwtNullTransform | ( | ) |
Constructor.
Default constructor .
|
virtual |
Destructor.
Destructor .
|
overridevirtual |
Clone of the transformation.
Implements QwtTransform.
|
overridevirtual |
Inverse transformation function - returns value unmodified.
Inverse transform function - returns value unmodified.
Implements QwtTransform.
|
overridevirtual |
Transformation function - returns value unmodified.
Transform function - returns value unmodified.
Implements QwtTransform.