QAccessibleTableCellInterface Class

QAccessibleTableCellInterface 클래스는 IAccessibleTable2 셀 인터페이스에 대한 지원을 구현합니다. 더 보기...

Header: #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.