Obsolete Members for QKeyCombination

QKeyCombination 클래스의 다음 멤버는 더 이상 사용되지 않습니다. 이들은 이전 소스 코드의 작동을 유지하기 위해 제공됩니다. 새 코드에서는 사용하지 않는 것이 좋습니다.

공용 함수

(deprecated) int operator int() const

관련 비회원

(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] int QKeyCombination::operator int() const

이 함수는 더 이상 사용되지 않습니다. 새 코드에서 이 함수를 사용하지 않는 것이 좋습니다.

대신 toCombined()를 사용하세요.

관련 비회원

[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)

이 함수는 더 이상 사용되지 않습니다. 새 코드에서 이 함수를 사용하지 않는 것이 좋습니다.

대신 연산자|를 사용하세요.

key 과 수정자 modifier 의 조합을 나타내는 QKeyCombination 객체를 반환합니다.

[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)

이 함수는 더 이상 사용되지 않습니다. 새 코드에서 이 함수를 사용하지 않는 것이 좋습니다.

대신 연산자|를 사용하세요.

key 과 수정자 modifiers 의 조합을 나타내는 QKeyCombination 객체를 반환합니다.

© 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.