Obsolete Members for QDropEvent
QDropEvent 클래스의 다음 멤버는 더 이상 사용되지 않습니다. 이들은 이전 소스 코드의 작동을 유지하기 위해 제공됩니다. 새 코드에서는 사용하지 않는 것이 좋습니다.
공용 함수
(deprecated in 6.0) Qt::KeyboardModifiers | keyboardModifiers() const |
(deprecated in 6.0) Qt::MouseButtons | mouseButtons() const |
(deprecated in 6.0) QPoint | pos() const |
(deprecated in 6.0) QPointF | posF() const |
멤버 함수 문서
[deprecated in 6.0]
Qt::KeyboardModifiers QDropEvent::keyboardModifiers() const
이 함수는 6.0부터 더 이상 사용되지 않습니다. 새 코드에서 이 함수를 사용하지 않는 것이 좋습니다.
대신 modifiers()를 사용하세요.
누른 수정자 키를 반환합니다.
[deprecated in 6.0]
Qt::MouseButtons QDropEvent::mouseButtons() const
이 함수는 6.0부터 더 이상 사용되지 않습니다. 새 코드에서 이 함수를 사용하지 않는 것이 좋습니다.
대신 buttons()를 사용하세요.
눌렀던 마우스 버튼을 반환합니다.
[deprecated in 6.0]
QPoint QDropEvent::pos() const
이 함수는 6.0부터 더 이상 사용되지 않습니다. 새 코드에서 이 함수를 사용하지 않는 것이 좋습니다.
대신 position().toPoint()를 사용하세요.
드롭이 이루어진 위치를 반환합니다.
[deprecated in 6.0]
QPointF QDropEvent::posF() const
이 함수는 6.0부터 더 이상 사용되지 않습니다. 새 코드에서 이 함수를 사용하지 않는 것이 좋습니다.
대신 position()를 사용하세요.
드롭이 이루어진 위치를 반환합니다.
© 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.