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.