QAccessibleTableCellInterface Class
QAccessibleTableCellInterface クラスは、IAccessibleTable2 Cell インターフェースのサポートを実装しています。詳細...
Header: | #include <QAccessibleTableCellInterface> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Gui) target_link_libraries(mytarget PRIVATE Qt6::Gui) |
qmake: | QT += gui |
- 継承メンバを含む全メンバのリスト
- QAccessibleTableCellInterface はアクセシビリティ・クラスの一部です。
パブリック関数
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 |
メンバ関数ドキュメント
[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 を返します。
本ドキュメントに含まれる文書の著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。