|
QWT API (中文) 7.3.0
Qt绘图库 - 中文API文档
|
A transformation between coordinate systems 更多...
#include <qwt_transform.h>
Public 成员函数 | |
| QwtTransform () | |
| Constructor | |
| virtual | ~QwtTransform () |
| Destructor | |
| virtual double | bounded (double value) const |
| Modify value to be a valid value for the transformation | |
| virtual double | transform (double value) const =0 |
| Transformation function | |
| virtual double | invTransform (double value) const =0 |
| Inverse transformation function | |
| virtual QwtTransform * | copy () const =0 |
| Virtualized copy operation | |
A transformation between coordinate systems
QwtTransform manipulates values when being mapped between the scale and the paint device coordinate system. A transformation consists of 2 methods:
| QwtTransform::QwtTransform | ( | ) |
Constructor
Default constructor
|
virtual |
Modify value to be a valid value for the transformation
Bounded function - returns value unmodified
| value | Value to be bounded |
被 QwtLogTransform 重载.
|
pure virtual |
Virtualized copy operation
在 QwtNullTransform, QwtLogTransform , 以及 QwtPowerTransform 内被实现.
|
pure virtual |
Inverse transformation function
在 QwtNullTransform, QwtLogTransform , 以及 QwtPowerTransform 内被实现.
|
pure virtual |
Transformation function
在 QwtNullTransform, QwtLogTransform , 以及 QwtPowerTransform 内被实现.