#include <qtscriptshell_QAccessibleTableInterface.h>
List of all members.
Public Member Functions |
| QAccessibleInterface * | accessibleAt (int row, int column) |
| QAccessibleInterface * | accessibleAt (int row, int column) |
| QAccessibleInterface * | caption () |
| QAccessibleInterface * | caption () |
| void | cellAtIndex (int index, int *row, int *column, int *rowSpan, int *columnSpan, bool *isSelected) |
| void | cellAtIndex (int index, int *row, int *column, int *rowSpan, int *columnSpan, bool *isSelected) |
| int | childIndex (int rowIndex, int columnIndex) |
| int | childIndex (int rowIndex, int columnIndex) |
| int | columnCount () |
| int | columnCount () |
| QString | columnDescription (int column) |
| QString | columnDescription (int column) |
| QAccessibleInterface * | columnHeader () |
| QAccessibleInterface * | columnHeader () |
| int | columnIndex (int childIndex) |
| int | columnIndex (int childIndex) |
| int | columnSpan (int row, int column) |
| int | columnSpan (int row, int column) |
| bool | isColumnSelected (int column) |
| bool | isColumnSelected (int column) |
| bool | isRowSelected (int row) |
| bool | isRowSelected (int row) |
| bool | isSelected (int row, int column) |
| bool | isSelected (int row, int column) |
| | QtScriptShell_QAccessibleTableInterface () |
| | QtScriptShell_QAccessibleTableInterface () |
| int | rowCount () |
| int | rowCount () |
| QString | rowDescription (int row) |
| QString | rowDescription (int row) |
| QAccessibleInterface * | rowHeader () |
| QAccessibleInterface * | rowHeader () |
| int | rowIndex (int childIndex) |
| int | rowIndex (int childIndex) |
| int | rowSpan (int row, int column) |
| int | rowSpan (int row, int column) |
| void | selectColumn (int column) |
| void | selectColumn (int column) |
| int | selectedColumnCount () |
| int | selectedColumnCount () |
| int | selectedColumns (int maxColumns, QList< int > *columns) |
| int | selectedColumns (int maxColumns, QList< int > *columns) |
| int | selectedRowCount () |
| int | selectedRowCount () |
| int | selectedRows (int maxRows, QList< int > *rows) |
| int | selectedRows (int maxRows, QList< int > *rows) |
| void | selectRow (int row) |
| void | selectRow (int row) |
| QAccessibleInterface * | summary () |
| QAccessibleInterface * | summary () |
| void | unselectColumn (int column) |
| void | unselectColumn (int column) |
| void | unselectRow (int row) |
| void | unselectRow (int row) |
| | ~QtScriptShell_QAccessibleTableInterface () |
| | ~QtScriptShell_QAccessibleTableInterface () |
Constructor & Destructor Documentation
| QtScriptShell_QAccessibleTableInterface::QtScriptShell_QAccessibleTableInterface |
( |
| ) |
|
| QtScriptShell_QAccessibleTableInterface::~QtScriptShell_QAccessibleTableInterface |
( |
| ) |
|
| QtScriptShell_QAccessibleTableInterface::QtScriptShell_QAccessibleTableInterface |
( |
| ) |
|
| QtScriptShell_QAccessibleTableInterface::~QtScriptShell_QAccessibleTableInterface |
( |
| ) |
|
Member Function Documentation
| QAccessibleInterface * QtScriptShell_QAccessibleTableInterface::accessibleAt |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
| QAccessibleInterface* QtScriptShell_QAccessibleTableInterface::accessibleAt |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
| QAccessibleInterface * QtScriptShell_QAccessibleTableInterface::caption |
( |
| ) |
|
| QAccessibleInterface* QtScriptShell_QAccessibleTableInterface::caption |
( |
| ) |
|
| void QtScriptShell_QAccessibleTableInterface::cellAtIndex |
( |
int |
index, |
|
|
int * |
row, |
|
|
int * |
column, |
|
|
int * |
rowSpan, |
|
|
int * |
columnSpan, |
|
|
bool * |
isSelected |
|
) |
| |
| void QtScriptShell_QAccessibleTableInterface::cellAtIndex |
( |
int |
index, |
|
|
int * |
row, |
|
|
int * |
column, |
|
|
int * |
rowSpan, |
|
|
int * |
columnSpan, |
|
|
bool * |
isSelected |
|
) |
| |
| int QtScriptShell_QAccessibleTableInterface::childIndex |
( |
int |
rowIndex, |
|
|
int |
columnIndex |
|
) |
| |
| int QtScriptShell_QAccessibleTableInterface::childIndex |
( |
int |
rowIndex, |
|
|
int |
columnIndex |
|
) |
| |
| int QtScriptShell_QAccessibleTableInterface::columnCount |
( |
| ) |
|
| int QtScriptShell_QAccessibleTableInterface::columnCount |
( |
| ) |
|
| QString QtScriptShell_QAccessibleTableInterface::columnDescription |
( |
int |
column | ) |
|
| QString QtScriptShell_QAccessibleTableInterface::columnDescription |
( |
int |
column | ) |
|
| QAccessibleInterface* QtScriptShell_QAccessibleTableInterface::columnHeader |
( |
| ) |
|
| QAccessibleInterface * QtScriptShell_QAccessibleTableInterface::columnHeader |
( |
| ) |
|
| int QtScriptShell_QAccessibleTableInterface::columnIndex |
( |
int |
childIndex | ) |
|
| int QtScriptShell_QAccessibleTableInterface::columnIndex |
( |
int |
childIndex | ) |
|
| int QtScriptShell_QAccessibleTableInterface::columnSpan |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
| int QtScriptShell_QAccessibleTableInterface::columnSpan |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
| bool QtScriptShell_QAccessibleTableInterface::isColumnSelected |
( |
int |
column | ) |
|
| bool QtScriptShell_QAccessibleTableInterface::isColumnSelected |
( |
int |
column | ) |
|
| bool QtScriptShell_QAccessibleTableInterface::isRowSelected |
( |
int |
row | ) |
|
| bool QtScriptShell_QAccessibleTableInterface::isRowSelected |
( |
int |
row | ) |
|
| bool QtScriptShell_QAccessibleTableInterface::isSelected |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
| bool QtScriptShell_QAccessibleTableInterface::isSelected |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
| int QtScriptShell_QAccessibleTableInterface::rowCount |
( |
| ) |
|
| int QtScriptShell_QAccessibleTableInterface::rowCount |
( |
| ) |
|
| QString QtScriptShell_QAccessibleTableInterface::rowDescription |
( |
int |
row | ) |
|
| QString QtScriptShell_QAccessibleTableInterface::rowDescription |
( |
int |
row | ) |
|
| QAccessibleInterface* QtScriptShell_QAccessibleTableInterface::rowHeader |
( |
| ) |
|
| QAccessibleInterface * QtScriptShell_QAccessibleTableInterface::rowHeader |
( |
| ) |
|
| int QtScriptShell_QAccessibleTableInterface::rowIndex |
( |
int |
childIndex | ) |
|
| int QtScriptShell_QAccessibleTableInterface::rowIndex |
( |
int |
childIndex | ) |
|
| int QtScriptShell_QAccessibleTableInterface::rowSpan |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
| int QtScriptShell_QAccessibleTableInterface::rowSpan |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
| void QtScriptShell_QAccessibleTableInterface::selectColumn |
( |
int |
column | ) |
|
| void QtScriptShell_QAccessibleTableInterface::selectColumn |
( |
int |
column | ) |
|
| int QtScriptShell_QAccessibleTableInterface::selectedColumnCount |
( |
| ) |
|
| int QtScriptShell_QAccessibleTableInterface::selectedColumnCount |
( |
| ) |
|
| int QtScriptShell_QAccessibleTableInterface::selectedColumns |
( |
int |
maxColumns, |
|
|
QList< int > * |
columns |
|
) |
| |
| int QtScriptShell_QAccessibleTableInterface::selectedColumns |
( |
int |
maxColumns, |
|
|
QList< int > * |
columns |
|
) |
| |
| int QtScriptShell_QAccessibleTableInterface::selectedRowCount |
( |
| ) |
|
| int QtScriptShell_QAccessibleTableInterface::selectedRowCount |
( |
| ) |
|
| int QtScriptShell_QAccessibleTableInterface::selectedRows |
( |
int |
maxRows, |
|
|
QList< int > * |
rows |
|
) |
| |
| int QtScriptShell_QAccessibleTableInterface::selectedRows |
( |
int |
maxRows, |
|
|
QList< int > * |
rows |
|
) |
| |
| void QtScriptShell_QAccessibleTableInterface::selectRow |
( |
int |
row | ) |
|
| void QtScriptShell_QAccessibleTableInterface::selectRow |
( |
int |
row | ) |
|
| QAccessibleInterface* QtScriptShell_QAccessibleTableInterface::summary |
( |
| ) |
|
| QAccessibleInterface * QtScriptShell_QAccessibleTableInterface::summary |
( |
| ) |
|
| void QtScriptShell_QAccessibleTableInterface::unselectColumn |
( |
int |
column | ) |
|
| void QtScriptShell_QAccessibleTableInterface::unselectColumn |
( |
int |
column | ) |
|
| void QtScriptShell_QAccessibleTableInterface::unselectRow |
( |
int |
row | ) |
|
| void QtScriptShell_QAccessibleTableInterface::unselectRow |
( |
int |
row | ) |
|
Member Data Documentation
| QScriptValue QtScriptShell_QAccessibleTableInterface::__qtscript_self |
The documentation for this class was generated from the following files: