|
QWT API (中文) 7.0.1
Qt绘图库 - 中文API文档
|
坐标轴的枚举和方法 更多...
枚举 | |
| enum | Position { YLeft = 0 , YRight = 1 , XBottom = 2 , XTop = 3 } |
| 坐标轴位置 更多... | |
| enum | { AxisPositions = XTop + 1 } |
| 坐标轴位置数量 更多... | |
函数 | |
| bool | isValid (int axisPos) |
| bool | isYAxis (int axisPos) |
| bool | isXAxis (int axisPos) |
坐标轴的枚举和方法
| anonymous enum |
坐标轴位置数量
| enum QwtAxis::Position |