Obsolete Members for QEventPoint
类QEventPoint 的以下成员已被弃用。提供这些成员是为了保持旧源代码的正常运行。我们强烈建议不要在新代码中使用它们。
公共函数
(deprecated in 6.0) QPointF | lastNormalizedPos() const |
(deprecated in 6.0) QPointF | normalizedPos() const |
(deprecated in 6.0) QPointF | pos() const |
(deprecated in 6.0) QPointF | startNormalizedPos() const |
成员函数文档
[deprecated in 6.0]
QPointF QEventPoint::lastNormalizedPos() const
自 6.0 版起,该函数已被弃用。我们强烈建议不要在新代码中使用该函数。
请使用globalLastPosition() 代替。
返回此点在上一次按下或移动事件中的归一化位置。
坐标归一化为QInputDevice::availableVirtualGeometry(),即(0, 0)
为左上角,(1, 1)
为右下角。
另请参阅 normalizedPosition() 和globalPressPosition()。
[deprecated in 6.0]
QPointF QEventPoint::normalizedPos() const
自 6.0 版起,该函数已被弃用。我们强烈建议不要在新代码中使用该函数。
请使用normalizedPosition() 代替。
[deprecated in 6.0]
QPointF QEventPoint::pos() const
自 6.0 版起,该函数已被弃用。我们强烈建议不要在新代码中使用该函数。
请使用position() 代替。
返回此点相对于接收事件的部件或项目的位置。
[deprecated in 6.0]
QPointF QEventPoint::startNormalizedPos() const
自 6.0 版起,该函数已被弃用。我们强烈建议不要在新代码中使用该函数。
请使用globalPressPosition() 代替。
返回此点的规范化按压位置。
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.