NAME
Qt::Gui::QAccessibleTableInterface
PUBLIC METHODS
- QAccessibleInterface * accessibleAt(int row, int column)
- void cellAtIndex(int index, int * row, int * column, int * rowSpan, int * columnSpan, bool * isSelected)
- int childIndex(int rowIndex, int columnIndex)
- int columnCount()
- QString columnDescription(int column)
- QAccessibleInterface * columnHeader()
- int columnIndex(int childIndex)
- int columnSpan(int row, int column)
- bool isColumnSelected(int column)
- bool isRowSelected(int row)
- bool isSelected(int row, int column)
- QAccessible2Interface * qAccessibleTableCastHelper()
- int rowCount()
- QString rowDescription(int row)
- QAccessibleInterface * rowHeader()
- int rowIndex(int childIndex)
- int rowSpan(int row, int column)
- void selectColumn(int column)
- void selectRow(int row)
- int selectedColumnCount()
- int selectedRowCount()
- QAccessibleInterface * summary()
- void unselectColumn(int column)
- void unselectRow(int row)
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.