42 #ifndef QACCESSIBLEBRIDGE_H 43 #define QACCESSIBLEBRIDGE_H 45 #include <QtCore/qplugin.h> 46 #include <QtCore/qfactoryinterface.h> 54 #ifndef QT_NO_ACCESSIBILITY 71 #define QAccessibleBridgeFactoryInterface_iid "com.trolltech.Qt.QAccessibleBridgeFactoryInterface" 86 #endif // QT_NO_ACCESSIBILITY 92 #endif // QACCESSIBLEBRIDGE_H virtual void notifyAccessibilityUpdate(int, QAccessibleInterface *, int)=0
This function is called by Qt to notify the bridge about a change in the accessibility information fo...
#define QT_END_NAMESPACE
This macro expands to.
static Expression::Ptr create(Expression *const expr, const YYLTYPE &sourceLocator, const ParserContext *const parseInfo)
The QString class provides a Unicode character string.
The QObject class is the base class of all Qt objects.
virtual void setRootObject(QAccessibleInterface *)=0
This function is called by Qt at application startup to set the root accessible object of the applica...
#define Q_DECLARE_INTERFACE(IFace, IId)
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QStringList class provides a list of strings.
The QAccessibleBridge class is the base class for accessibility back-ends.
#define QAccessibleBridgeFactoryInterface_iid
The QAccessibleInterface class defines an interface that exposes information about accessible objects...
The QAccessibleBridgePlugin class provides an abstract base for accessibility bridge plugins...
#define Q_INTERFACES(x)
This macro tells Qt which interfaces the class implements.
virtual ~QAccessibleBridge()
Destroys the accessibility bridge object.