Definition at line 910 of file qaccessible_mac.mm.
◆ QItemViewInterfaceFactory()
QItemViewInterfaceFactory::QItemViewInterfaceFactory |
( |
const QAInterface & |
interface | ) |
|
|
inline |
Definition at line 913 of file qaccessible_mac.mm.
919 if (tableView->model())
921 if (tableView->verticalHeader())
HIObjectRef hiObject() const
QAInterface parent() const
The QTableView class provides a default model/view implementation of a table view.
◆ ~QItemViewInterfaceFactory()
QItemViewInterfaceFactory::~QItemViewInterfaceFactory |
( |
| ) |
|
|
inline |
◆ element() [1/2]
QAElement QItemViewInterfaceFactory::element |
( |
int |
id | ) |
|
|
inlinevirtual |
◆ element() [2/2]
Reimplemented from QInterfaceFactory.
Definition at line 971 of file qaccessible_mac.mm.
982 while (currentInterface.
isValid() && currentInterface.
object() == 0) {
993 index += ((parentInterface.
indexOfChild(currentInterface) - 1) * (currentInterface.
childCount() + 1)) + 1;
994 currentInterface = parentInterface;
int indexOfChild(const QAInterface &child) const
QAInterface parent() const
QAInterface interface(UInt64 identifier)
◆ interface()
QAInterface QItemViewInterfaceFactory::interface |
( |
UInt64 |
identifier | ) |
|
|
inlinevirtual |
◆ registerChildren()
void QItemViewInterfaceFactory::registerChildren |
( |
| ) |
|
|
inlinevirtual |
◆ columnCount
int QItemViewInterfaceFactory::columnCount |
|
private |
◆ m_interface
◆ object
The documentation for this class was generated from the following file: