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 Qt::operator+(Qt::Key key, Qt::KeyboardModifier modifier)

[constexpr noexcept, deprecated] QKeyCombination Qt::operator+(Qt::Key key, Qt::Modifier modifier)

[constexpr noexcept, deprecated] QKeyCombination Qt::operator+(Qt::KeyboardModifier modifier, Qt::Key key)

[constexpr noexcept, deprecated] QKeyCombination Qt::operator+(Qt::Modifier modifier, Qt::Key key)

この関数は非推奨です。新しいコードで使用しないことを強くお勧めします。

代わりに operator| を使用してください。

key と修飾子modifier の組み合わせを表すQKeyCombination オブジェクトを返します。

[constexpr noexcept, deprecated] QKeyCombination Qt::operator+(Qt::Key key, Qt::KeyboardModifiers modifiers)

[constexpr noexcept, deprecated] QKeyCombination Qt::operator+(Qt::Key key, Qt::Modifiers modifiers)

[constexpr noexcept, deprecated] QKeyCombination Qt::operator+(Qt::KeyboardModifiers modifiers, Qt::Key key)

[constexpr noexcept, deprecated] QKeyCombination Qt::operator+(Qt::Modifiers modifiers, Qt::Key key)

この関数は非推奨です。新しいコードでは使用しないことを強くお勧めします。

代わりに operator| を使用してください。

key と修飾子modifiers の組み合わせを表すQKeyCombination オブジェクトを返します。

[constexpr noexcept, since 6.7, deprecated in 6.8] template <typename LeftType, typename RightType, Qt::if_compatible_pointers<LeftType, RightType> = true> Qt::strong_ordering Qt::compareThreeWay(const LeftType *lhs, const RightType *rhs)

この関数は6.8以降非推奨です。新しいコードでは使用しないことを強くお勧めします。

ポインタをQt::totally_ordered_wrapper にラップし、代わりにそれぞれの Qt::compareThreeWay() オーバーロードを使用してください。

これはオーバーロードされた関数です。

ポインタの三者比較を実装しています。

注: この関数は、LeftTypeRightType が同じ型、または基底型と派生型の場合、オーバーロードの解決に参加します。また、std::nullptr_t へのポインタの比較にも使用されます。

lhsrhs の関係を表すQt::strong_ordering のインスタンスを返します。

この関数は Qt 6.7 で導入されました。

[constexpr noexcept, deprecated] QKeyCombination Qt::operator+(Qt::Key key, Qt::KeyboardModifier modifier)

この関数は非推奨です。新しいコードでは使用しないことを強くお勧めします。

[constexpr noexcept, deprecated] QKeyCombination Qt::operator+(Qt::Key key, Qt::KeyboardModifiers modifiers)

この関数は非推奨です。新しいコードで使用しないことを強くお勧めします。

[constexpr noexcept, deprecated] QKeyCombination Qt::operator+(Qt::Key key, Qt::Modifier modifier)

この関数は非推奨です。新しいコードで使用しないことを強く勧めます。

[constexpr noexcept, deprecated] QKeyCombination Qt::operator+(Qt::Key key, Qt::Modifiers modifiers)

この関数は非推奨です。新しいコードで使用しないことを強く勧めます。

[constexpr noexcept, deprecated] QKeyCombination Qt::operator+(Qt::KeyboardModifier modifier, Qt::Key key)

この関数は非推奨です。新しいコードで使用しないことを強く勧めます。

[constexpr noexcept, deprecated] QKeyCombination Qt::operator+(Qt::KeyboardModifiers modifiers, Qt::Key key)

この関数は非推奨です。新しいコードで使用しないことを強く勧めます。

[constexpr noexcept, deprecated] QKeyCombination Qt::operator+(Qt::Modifier modifier, Qt::Key key)

この関数は非推奨です。新しいコードで使用しないことを強く勧めます。

[constexpr noexcept, deprecated] QKeyCombination Qt::operator+(Qt::Modifiers modifiers, Qt::Key key)

この関数は非推奨です。新しいコードで使用しないことを強くお勧めします。

©2024 The Qt Company Ltd. 本ドキュメントに含まれる寄稿文の著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。