
We bake cookies in your browser for a better experience. Using this site means that you consent.Read More
TheQAccessibleObject class implements parts of theQAccessibleInterface forQObjects.More...
| Header: | #include <QAccessibleObject> |
| Inherits: | QAccessibleInterface |
| Inherited By: |
| QAccessibleObject(QObject * object) |
| virtual QString | actionText(int action, Text t, int child) const |
| virtual bool | doAction(int action, int child, const QVariantList & params) |
| virtual bool | isValid() const |
| virtual QObject * | object() const |
| virtual QRect | rect(int child) const |
| virtual void | setText(Text t, int child, const QString & text) |
| virtual int | userActionCount(int child) const |
| virtual | ~QAccessibleObject() |
TheQAccessibleObject class implements parts of theQAccessibleInterface forQObjects.
This class is mainly provided for convenience. All subclasses of theQAccessibleInterface that provide implementations of non-widget objects should use this class as their base class.
See alsoQAccessible andQAccessibleWidget.
Creates aQAccessibleObject forobject.
[virtual protected]QAccessibleObject::~QAccessibleObject()Destroys theQAccessibleObject.
This only happens when a call to release() decrements the internal reference counter to zero.
[virtual]QString QAccessibleObject::actionText(int action,Text t,int child) constReimplemented fromQAccessibleInterface::actionText().
[virtual]bool QAccessibleObject::doAction(int action,int child, constQVariantList & params)Reimplemented fromQAccessibleInterface::doAction().
[virtual]bool QAccessibleObject::isValid() constReimplemented fromQAccessibleInterface::isValid().
[virtual]QObject * QAccessibleObject::object() constReimplemented fromQAccessibleInterface::object().
[virtual]QRect QAccessibleObject::rect(int child) constReimplemented fromQAccessibleInterface::rect().
[virtual]void QAccessibleObject::setText(Text t,int child, constQString & text)Reimplemented fromQAccessibleInterface::setText().
[virtual]int QAccessibleObject::userActionCount(int child) constReimplemented fromQAccessibleInterface::userActionCount().
© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of theGNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.