QWT API (中文) 7.3.0
Qt绘图库 - 中文API文档
载入中...
搜索中...
未找到
Public 成员函数 | 所有成员列表
QwtTransform类 参考abstract

A transformation between coordinate systems 更多...

#include <qwt_transform.h>

类 QwtTransform 继承关系图:
QwtLogTransform QwtNullTransform QwtPowerTransform

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 QwtTransformcopy () 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::QwtTransform ( )

Constructor

Default constructor

成员函数说明

◆ bounded()

double QwtTransform::bounded ( double  value) const
virtual

Modify value to be a valid value for the transformation

Bounded function - returns value unmodified

参数
valueValue to be bounded
返回
Value unmodified

QwtLogTransform 重载.

◆ copy()

virtual QwtTransform * QwtTransform::copy ( ) const
pure virtual

Virtualized copy operation

QwtNullTransform, QwtLogTransform , 以及 QwtPowerTransform 内被实现.

◆ invTransform()

virtual double QwtTransform::invTransform ( double  value) const
pure virtual

Inverse transformation function

QwtNullTransform, QwtLogTransform , 以及 QwtPowerTransform 内被实现.

◆ transform()

virtual double QwtTransform::transform ( double  value) const
pure virtual

Transformation function

QwtNullTransform, QwtLogTransform , 以及 QwtPowerTransform 内被实现.


该类的文档由以下文件生成: