QAccessibleObject Class Reference
The API for this class is under development and is subject to change.
We do not recommend the use of this class for production work at this time.
The QAccessibleObject class implements parts of the QAccessibleInterface for QObjects.
More...
#include <qaccessible.h>
Inherits QObject and QAccessibleInterface.
List of all member functions.
Public Members
Protected Members
Detailed Description
The QAccessibleObject class implements parts of the QAccessibleInterface for QObjects.
This class is mainly provided for convenience. All further implementations
of the QAccessibleInterface should use this class as the base class.
Member Function Documentation
QAccessibleObject::QAccessibleObject ( QObject * object )
Creates a QAccessibleObject for object.
QAccessibleObject::~QAccessibleObject () [virtual]
Destroys the QAccessibleObject.
This will only happen if a call to release() decrements the internal
reference counter to zero.
QObject * QAccessibleObject::object () const [protected]
Returns the QObject for which this QAccessibleInterface implementation provides information.
Use isValid() to make sure the object pointer is safe to use.
Search the documentation, FAQ, qt-interest archive and more (uses
www.trolltech.com):
This file is part of the Qt toolkit,
copyright © 1995-2001
Trolltech, all rights reserved.
Copyright © 2001 Trolltech | Trademarks
| Qt version 3.0.0-beta2
|