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)

Function Documentation

◆ accessibleId()

QString QAccessibleBridgeUtils::accessibleId ( QAccessibleInterface * accessible)

Definition at line 75 of file qaccessiblebridgeutils.cpp.

◆ effectiveActionNames()

QStringList QAccessibleBridgeUtils::effectiveActionNames ( QAccessibleInterface * iface)

Definition at line 21 of file qaccessiblebridgeutils.cpp.

◆ performAction()

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

Definition at line 10 of file qaccessiblebridgeutils.cpp.

◆ performEffectiveAction()

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

Definition at line 36 of file qaccessiblebridgeutils.cpp.