QAccessibleTextCursorEvent Class

QAccessibleTextCursorEventクラスは、カーソルの動きを通知します。詳細...

Header: #include <QAccessibleTextCursorEvent>
CMake: find_package(Qt6 REQUIRED COMPONENTS Gui)
target_link_libraries(mytarget PRIVATE Qt6::Gui)
qmake: QT += gui
Inherits: QAccessibleEvent
Inherited By:

QAccessibleTextInsertEvent, QAccessibleTextRemoveEvent, QAccessibleTextSelectionEvent, and QAccessibleTextUpdateEvent

パブリック関数

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)

iface に対する新しい QAccessibleTextCursorEvent を作成します。cursorPos は新しいカーソル位置です。

QAccessibleTextCursorEvent::QAccessibleTextCursorEvent(QObject *object, int cursorPos)

object に対して新しい QAccessibleTextCursorEvent を作成します。cursorPos は新しいカーソル位置です。

int QAccessibleTextCursorEvent::cursorPosition() const

カーソル位置を返します。

setCursorPosition()も参照してください

void QAccessibleTextCursorEvent::setCursorPosition(int position)

このイベントのカーソルposition を設定します。

cursorPosition() も参照して ください。

本ドキュメントに含まれる文書の著作権は、それぞれの所有者に帰属します 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。