QAccessibleObject Class Reference [QtGui module]
The QAccessibleObject class implements parts of the QAccessibleInterface for QObjects. More...
#include <QAccessibleObject> Inherits QAccessibleInterface.
Inherited by QAccessibleWidget.
Public Functions
Protected Functions
Additional Inherited Members
Detailed Description
The QAccessibleObject class implements parts of the QAccessibleInterface for QObjects.
This class is mainly provided for convenience. All subclasses of the QAccessibleInterface that provide implementations of non-widget objects should use this class as their base class.
See also QAccessible and QAccessibleWidget.
Member Function Documentation
QAccessibleObject::QAccessibleObject ( QObject * object )
Creates a QAccessibleObject for object.
QAccessibleObject::~QAccessibleObject () [virtual protected]
Destroys the QAccessibleObject.
This only happens when a call to release() decrements the internal reference counter to zero.
|