QEnterEvent Class
QEnterEventクラスは、エンターイベントを記述するパラメータを含んでいます。詳細...
Header: | #include <QEnterEvent> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Gui) target_link_libraries(mytarget PRIVATE Qt6::Gui) |
qmake: | QT += gui |
Inherits: | QSinglePointEvent |
- 継承メンバを含むすべてのメンバのリスト
- 非推奨メンバ
- QEnterEvent はイベント・クラスの一部です。
パブリック関数
QEnterEvent(const QPointF &localPos, const QPointF &scenePos, const QPointF &globalPos, const QPointingDevice *device = QPointingDevice::primaryPointingDevice()) |
メンバ関数の説明
QEnterEvent::QEnterEvent(const QPointF &localPos, const QPointF &scenePos, const QPointF &globalPos, const QPointingDevice *device = QPointingDevice::primaryPointingDevice())
device を起点とする enter イベントオブジェクトを構築します。
localPos 、scenePos 、globalPos は、それぞれ、受信するウィジェットまたはアイテム、ウィンドウ、画面またはデスクトップに対するマウスカーソルの位置を指定します。
本書に含まれる文書の著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。