QAccessibleTextCursorEvent Class
QAccessibleTextCursorEventクラスは、カーソルの動きを通知します。詳細...
ヘッダー | #include <QAccessibleTextCursorEvent> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Gui) target_link_libraries(mytarget PRIVATE Qt6::Gui) |
qmake: | QT += gui |
を継承する: | QAccessibleEvent |
によって継承される: | QAccessibleTextInsertEvent,QAccessibleTextRemoveEvent,QAccessibleTextSelectionEvent, およびQAccessibleTextUpdateEvent |
- 継承されたメンバを含む、すべてのメンバの一覧
- QAccessibleTextCursorEventは、アクセシビリティクラスの一部です。
パブリック関数
QAccessibleTextCursorEvent(QAccessibleInterface *iface, int cursorPos) | |
QAccessibleTextCursorEvent(QObject *object, int cursorPos) | |
int | cursorPosition() const |
void | setCursorPosition(int position) |
詳細説明
このクラスはQAccessible::updateAccessibility() と共に使用されます。
メンバ関数のドキュメント
QAccessibleTextCursorEvent::QAccessibleTextCursorEvent(QAccessibleInterface *iface, int cursorPos)
新しい QAccessibleTextCursorEvent をiface 用に作成します。cursorPos は新しいカーソル位置です。
QAccessibleTextCursorEvent::QAccessibleTextCursorEvent(QObject *object, int cursorPos)
object の新しい QAccessibleTextCursorEvent を作成します。cursorPos は新しいカーソル位置です。
int QAccessibleTextCursorEvent::cursorPosition() const
カーソル位置を返す。
setCursorPosition()も参照 。
void QAccessibleTextCursorEvent::setCursorPosition(int position)
このイベントのカーソルposition を設定する。
cursorPosition()も参照のこと 。
© 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.