QwtNullTransform − Null transformation.
#include <qwt_transform.h>
Inherits QwtTransform.
QwtNullTransform
()
Constructor.
virtual ˜QwtNullTransform ()
Destructor.
virtual double transform (double value) const
override
virtual double invTransform (double value) const
override
virtual QwtTransform * copy () const
override
Public Member Functions inherited from QwtTransform
QwtTransform ()
Constructor.
virtual ˜QwtTransform ()
Destructor.
virtual double bounded (double value) const
Null transformation.
QwtNullTransform returns the values unmodified.
Definition at line 80 of file qwt_transform.h.
Constructor.
Definition at line 39 of file qwt_transform.cpp.
Destructor.
Definition at line 45 of file qwt_transform.cpp.
Returns
Clone of the transformation
Implements QwtTransform.
Definition at line 68 of file qwt_transform.cpp.
Parameters
value Value to be transformed
Returns
value unmodified
Implements QwtTransform.
Definition at line 62 of file qwt_transform.cpp.
Parameters
value Value to be transformed
Returns
value unmodified
Implements QwtTransform.
Definition at line 53 of file qwt_transform.cpp.
Generated automatically by Doxygen for Qwt User’s Guide from the source code.