QAccessiblePlugin Class ReferenceThe QAccessiblePlugin class provides an abstract base for accessibility plugins. More... #include <QAccessiblePlugin> Inherits: QObject and QAccessible. Public Functions
Reimplemented Public Functions
Additional Inherited Members
Detailed DescriptionThe QAccessiblePlugin class provides an abstract base for accessibility plugins. Writing an accessibility plugin is achieved by subclassing this base class, reimplementing the pure virtual functions keys() and create(), and exporting the class with the Q_EXPORT_PLUGIN2() macro. See also QAccessibleBridgePlugin and How to Create Qt Plugins. Member Function Documentation
|