QAccessibleTableCellInterface Class

QAccessibleTableCellInterface クラスは、IAccessibleTable2 Cell インターフェースのサポートを実装しています。詳細...

ヘッダー #include <QAccessibleTableCellInterface>
CMake: find_package(Qt6 REQUIRED COMPONENTS Gui)
target_link_libraries(mytarget PRIVATE Qt6::Gui)
qmake: QT += gui

パブリック関数

virtual ~QAccessibleTableCellInterface()
virtual int columnExtent() const = 0
virtual QList<QAccessibleInterface *> columnHeaderCells() const = 0
virtual int columnIndex() const = 0
virtual bool isSelected() const = 0
virtual int rowExtent() const = 0
virtual QList<QAccessibleInterface *> rowHeaderCells() const = 0
virtual int rowIndex() const = 0
virtual QAccessibleInterface *table() const = 0

詳細説明

IAccessible2仕様

メンバ関数ドキュメント

[virtual noexcept] QAccessibleTableCellInterface::~QAccessibleTableCellInterface()

QAccessibleTableCellInterface を破壊する。

[pure virtual] int QAccessibleTableCellInterface::columnExtent() const

アクセス可能なセルが占める列の数を返す。

[pure virtual] QList<QAccessibleInterface *> QAccessibleTableCellInterface::columnHeaderCells() const

カラムヘッダを、セルへのアクセス可能な配列として返します。

[pure virtual] int QAccessibleTableCellInterface::columnIndex() const

アクセス可能なセルを対応する列インデックスに変換する。

[pure virtual] bool QAccessibleTableCellInterface::isSelected() const

このセルが選択されているかどうかを示すブール値を返します。

[pure virtual] int QAccessibleTableCellInterface::rowExtent() const

このセルがアクセス可能な行数を返す。

[pure virtual] QList<QAccessibleInterface *> QAccessibleTableCellInterface::rowHeaderCells() const

行のヘッダを、アクセス可能なセルの配列として返します。

[pure virtual] int QAccessibleTableCellInterface::rowIndex() const

アクセス可能なセルを対応する行インデックスに変換する。

[pure virtual] QAccessibleInterface *QAccessibleTableCellInterface::table() const

このセルを含むテーブルのQAccessibleInterface を返す。

© 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.