Home · All Namespaces · All Classes · Main Classes · Grouped Classes · Modules · Functions

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.


Copyright © 2008 Nokia Trademarks
Qt 4.4.3