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_p.h File Reference

(750281ba486b7fac3075f26d5035c4f769e2b36a)

#include <QtGui/private/qtguiglobal_p.h>
#include <QtCore/qstring.h>
#include <QtCore/qstringlist.h>
#include <QtGui/qaccessible.h>
Include dependency graph for qaccessiblebridgeutils_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  QAccessibleBridgeUtils

Functions

 QT_REQUIRE_CONFIG (accessibility)
QStringList QAccessibleBridgeUtils::effectiveActionNames (QAccessibleInterface *iface)
bool QAccessibleBridgeUtils::performEffectiveAction (QAccessibleInterface *iface, const QString &actionName)
QString QAccessibleBridgeUtils::accessibleId (QAccessibleInterface *accessible)
QWindowQAccessibleBridgeUtils::windowFor (const QAccessibleInterface *iface, const QAccessibleInterface *ancestorInterface, QWindow *ancestorWindow)

Function Documentation

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( accessibility )