Obsolete Members for Qt
类Qt 的以下成员已被弃用。提供这些成员是为了保持旧源代码的正常运行。我们强烈建议不要在新代码中使用它们。
函数
(deprecated) | |
(deprecated) | |
(since 6.7, deprecated in 6.8) Qt::strong_ordering | compareThreeWay(const LeftType *lhs, const RightType *rhs) |
(deprecated) QKeyCombination | operator+(Qt::Key key, Qt::KeyboardModifier modifier) |
(deprecated) QKeyCombination | operator+(Qt::Key key, Qt::KeyboardModifiers modifiers) |
(deprecated) QKeyCombination | operator+(Qt::Key key, Qt::Modifier modifier) |
(deprecated) QKeyCombination | operator+(Qt::Key key, Qt::Modifiers modifiers) |
(deprecated) QKeyCombination | operator+(Qt::KeyboardModifier modifier, Qt::Key key) |
(deprecated) QKeyCombination | operator+(Qt::KeyboardModifiers modifiers, Qt::Key key) |
(deprecated) QKeyCombination | operator+(Qt::Modifier modifier, Qt::Key key) |
(deprecated) QKeyCombination | operator+(Qt::Modifiers modifiers, Qt::Key key) |
函数文档
[constexpr noexcept, deprecated]
QKeyCombination operator+(Qt::Key key, Qt::KeyboardModifier modifier)
[constexpr noexcept, deprecated]
QKeyCombination operator+(Qt::Key key, Qt::Modifier modifier)
[constexpr noexcept, deprecated]
QKeyCombination operator+(Qt::KeyboardModifier modifier, Qt::Key key)
[constexpr noexcept, deprecated]
QKeyCombination operator+(Qt::Modifier modifier, Qt::Key key)
该函数已被弃用。我们强烈建议不要在新代码中使用它。
请使用 operator| 代替。
返回QKeyCombination 对象,表示key 与修饰符modifier 的组合。
[constexpr noexcept, deprecated]
QKeyCombination operator+(Qt::Key key, Qt::KeyboardModifiers modifiers)
[constexpr noexcept, deprecated]
QKeyCombination operator+(Qt::Key key, Qt::Modifiers modifiers)
[constexpr noexcept, deprecated]
QKeyCombination operator+(Qt::KeyboardModifiers modifiers, Qt::Key key)
[constexpr noexcept, deprecated]
QKeyCombination operator+(Qt::Modifiers modifiers, Qt::Key key)
该函数已被弃用。我们强烈建议不要在新代码中使用它。
请使用 operator| 代替。
返回QKeyCombination 对象,表示key 与修改器modifiers 的组合。
[constexpr noexcept, since 6.7, deprecated in 6.8]
template <typename LeftType, typename RightType, Qt::if_compatible_pointers<LeftType, RightType> = true> Qt::strong_ordering compareThreeWay(const LeftType *lhs, const RightType *rhs)
自 6.8 版起,该函数已被弃用。我们强烈建议不要在新代码中使用该函数。
请将指针包入Qt::totally_ordered_wrapper ,然后使用相应的Qt::compareThreeWay() 重载。
实现指针的三向比较。
返回Qt::strong_ordering 的一个实例,表示lhs 和rhs 之间的关系。
限制条件
只有当LeftType
和RightType
是同一类型,或基础类型和派生类型相同时,才参与重载解析。它还用于比较指向std::nullptr_t
的任何指针。
这是一个重载函数。
该函数在 Qt 6.7 中引入。
© 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.