Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QAccessibleBridgeUtils Namespace Reference

Functions

static bool performAction (QAccessibleInterface *iface, const QString &actionName)
QStringList effectiveActionNames (QAccessibleInterface *iface)
bool performEffectiveAction (QAccessibleInterface *iface, const QString &actionName)
QString accessibleId (QAccessibleInterface *accessible)
QWindowwindowFor (const QAccessibleInterface *iface, const QAccessibleInterface *ancestorInterface, QWindow *ancestorWindow)

Function Documentation

◆ accessibleId()

QString QAccessibleBridgeUtils::accessibleId ( QAccessibleInterface * accessible)

Definition at line 76 of file qaccessiblebridgeutils.cpp.

◆ effectiveActionNames()

QStringList QAccessibleBridgeUtils::effectiveActionNames ( QAccessibleInterface * iface)

Definition at line 22 of file qaccessiblebridgeutils.cpp.

◆ performAction()

bool QAccessibleBridgeUtils::performAction ( QAccessibleInterface * iface,
const QString & actionName )
static

Definition at line 11 of file qaccessiblebridgeutils.cpp.

◆ performEffectiveAction()

bool QAccessibleBridgeUtils::performEffectiveAction ( QAccessibleInterface * iface,
const QString & actionName )

Definition at line 37 of file qaccessiblebridgeutils.cpp.

◆ windowFor()

QWindow * QAccessibleBridgeUtils::windowFor ( const QAccessibleInterface * iface,
const QAccessibleInterface * ancestorInterface = nullptr,
QWindow * ancestorWindow = nullptr )

Definition at line 129 of file qaccessiblebridgeutils.cpp.