Qt 4.8
|
#include <qaccessible_mac_p.h>
Public Functions | |
AXUIElementRef | element () const |
int | id () const |
bool | isValid () const |
HIObjectRef | object () const |
void | operator= (const QAElement &other) |
bool | operator== (const QAElement &other) const |
QAElement () | |
QAElement (AXUIElementRef elementRef) | |
QAElement (const QAElement &element) | |
QAElement (HIObjectRef, int child) | |
~QAElement () | |
Properties | |
AXUIElementRef | elementRef |
Definition at line 373 of file qaccessible_mac_p.h.
QAElement::QAElement | ( | ) |
Definition at line 484 of file qaccessible_mac.mm.
Referenced by QStandardInterfaceFactory::element(), QMultipleHIObjectFactory::element(), QItemViewInterfaceFactory::element(), QAccessibleHierarchyManager::lookup(), navigateAncestors(), and QAccessibleHierarchyManager::registerInterface().
|
explicit |
Definition at line 488 of file qaccessible_mac.mm.
QAElement::QAElement | ( | const QAElement & | element | ) |
Definition at line 497 of file qaccessible_mac.mm.
QAElement::QAElement | ( | HIObjectRef | object, |
int | child | ||
) |
Definition at line 506 of file qaccessible_mac.mm.
QAElement::~QAElement | ( | ) |
Definition at line 521 of file qaccessible_mac.mm.
|
inline |
Definition at line 402 of file qaccessible_mac_p.h.
Referenced by accessibilityEventHandler(), getAccessibleObjectParameter(), getChildAtPoint(), handleChildrenAttribute(), handleParentAttribute(), handleScrollBarAttribute(), QAccessibleHierarchyManager::lookup(), lookup(), navigateAncestors(), setAttributeValue(), and QAccessible::updateAccessibility().
|
inline |
Definition at line 391 of file qaccessible_mac_p.h.
Referenced by QAccessibleHierarchyManager::lookup(), and qHash().
|
inline |
Definition at line 407 of file qaccessible_mac_p.h.
Referenced by getChildAtPoint(), handleContentsAttribute(), handleParentAttribute(), handleScrollBarAttribute(), lookup(), navigateAncestors(), setAttributeValue(), and QAccessible::updateAccessibility().
|
inline |
Definition at line 382 of file qaccessible_mac_p.h.
Referenced by isEmbeddedTabBar(), isItInteresting(), isStandaloneTabBar(), isTabWidget(), macRole(), qHash(), QAccessible::setRootObject(), and QAccessible::updateAccessibility().
void QAElement::operator= | ( | const QAElement & | other | ) |
Definition at line 529 of file qaccessible_mac.mm.
bool QAElement::operator== | ( | const QAElement & | other | ) | const |
Definition at line 547 of file qaccessible_mac.mm.
|
private |
Definition at line 415 of file qaccessible_mac_p.h.
Referenced by getChildAtPoint(), handleParentAttribute(), handleScrollBarAttribute(), navigateAncestors(), operator=(), operator==(), QAElement(), and ~QAElement().