|
QWT API (中文) 7.3.0
Qt绘图库 - 中文API文档
|
Enums and methods for axes 更多...
枚举 | |
| enum | Position { YLeft = 0 , YRight = 1 , XBottom = 2 , XTop = 3 } |
| Axis position 更多... | |
| enum | { AxisPositions = XTop + 1 } |
| Number of axis positions | |
函数 | |
| constexpr bool | isValid (int axisPos) noexcept |
| constexpr bool | isYAxis (int axisPos) noexcept |
| constexpr bool | isXAxis (int axisPos) noexcept |
Enums and methods for axes
| enum QwtAxis::Position |