|
QWT API (中文) 7.0.1
Qt绘图库 - 中文API文档
|
坐标系之间的变换 更多...
#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 | |
坐标系之间的变换
| QwtTransform::QwtTransform | ( | ) |
Constructor
默认构造函数
|
virtual |
Destructor
析构函数
|
virtual |
|
pure virtual |
Virtualized copy operation
在 QwtNullTransform, QwtLogTransform , 以及 QwtPowerTransform 内被实现.
|
pure virtual |
Inverse transformation function
在 QwtNullTransform, QwtLogTransform , 以及 QwtPowerTransform 内被实现.
|
pure virtual |
Transformation function
在 QwtNullTransform, QwtLogTransform , 以及 QwtPowerTransform 内被实现.