Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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)
 

Function Documentation

◆ effectiveActionNames()

Q_GUI_EXPORT QStringList QAccessibleBridgeUtils::effectiveActionNames ( QAccessibleInterface * iface)

Definition at line 21 of file qaccessiblebridgeutils.cpp.

Referenced by QtAndroidAccessibility::populateNode_helper().

+ Here is the caller graph for this function:

◆ performAction()

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

Definition at line 10 of file qaccessiblebridgeutils.cpp.

Referenced by performEffectiveAction().

+ Here is the caller graph for this function:

◆ performEffectiveAction()

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

Definition at line 36 of file qaccessiblebridgeutils.cpp.

References performAction(), qCeil(), qFuzzyIsNull(), and QVariant::toDouble().

Referenced by QtAndroidAccessibility::scroll_helper().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: