Qt:Документация 4.3.2/qaccessibleobject
Материал из Wiki.crossplatform.ru
Внимание: Актуальная версия перевода документации находится здесь |
__NOTOC__
Главная · Все классы · Основные классы · Классы по группам · Модули · Функции |
Содержание |
QAccessibleObject Class Reference
[модуль QtGui ]
The QAccessibleObject class implements parts of the QAccessibleInterface for QObjects. More...
#include <QAccessibleObject>
Inherits QAccessibleInterface.
Inherited by QAccessibleWidget.
Открытые функции
- QAccessibleObject ( QObject * object )
- 17 открытых функций унаследованных от QAccessibleInterface
Защищенные функции
- virtual ~QAccessibleObject ()
Дополнительные унаследованные члены
- 7 статических открытых члена унаследованных от QAccessible
Подробное описание
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.
Описание функций-членов
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 © 2007 Trolltech | Trademarks | Qt 4.3.2
|