Movatterモバイル変換


[0]ホーム

URL:


We bake cookies in your browser for a better experience. Using this site means that you consent.Read More

Menu

Qt Documentation

QAccessibleObject Class

TheQAccessibleObject class implements parts of theQAccessibleInterface forQObjects.More...

Header:#include <QAccessibleObject>
Inherits:QAccessibleInterface
Inherited By:

QAccessibleWidget

Public Functions

QAccessibleObject(QObject * object)

Reimplemented Public Functions

virtual QStringactionText(int action, Text t, int child) const
virtual booldoAction(int action, int child, const QVariantList & params)
virtual boolisValid() const
virtual QObject *object() const
virtual QRectrect(int child) const
virtual voidsetText(Text t, int child, const QString & text)
virtual intuserActionCount(int child) const

Protected Functions

Additional Inherited Members

Detailed Description

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.

Member Function Documentation

QAccessibleObject::QAccessibleObject(QObject * object)

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) const

Reimplemented fromQAccessibleInterface::actionText().

[virtual]bool QAccessibleObject::doAction(int action,int child, constQVariantList & params)

Reimplemented fromQAccessibleInterface::doAction().

[virtual]bool QAccessibleObject::isValid() const

Reimplemented fromQAccessibleInterface::isValid().

[virtual]QObject * QAccessibleObject::object() const

Reimplemented fromQAccessibleInterface::object().

[virtual]QRect QAccessibleObject::rect(int child) const

Reimplemented fromQAccessibleInterface::rect().

[virtual]void QAccessibleObject::setText(Text t,int child, constQString & text)

Reimplemented fromQAccessibleInterface::setText().

[virtual]int QAccessibleObject::userActionCount(int child) const

Reimplemented 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.


[8]ページ先頭

©2009-2025 Movatter.jp