The QAccessibleObject class implements parts of the QAccessibleInterface 为 QObject。 更多...
| 头: | #include <QAccessibleObject> | 
| qmake: | QT += gui | 
| 继承: | QAccessibleInterface | 
| 继承者: | QAccessibleWidget | 
| QAccessibleObject (QObject * object ) | 
| virtual QAccessibleInterface * | childAt (int x , int y ) const | 
| virtual bool | isValid () const | 
| virtual QObject * | 对象 () const | 
| virtual QRect | rect () const | 
| virtual void | setText (QAccessible::Text t , const QString & text ) | 
| virtual | ~QAccessibleObject () | 
The QAccessibleObject class implements parts of the QAccessibleInterface 为 QObject。
此类属于 QWidget 应用程序的可访问性 .
此类主要为方便起见提供。所有子类化的 QAccessibleInterface ,提供非 Widget 实现的对象应使用此类作为其基类。
另请参阅 QAccessible and QAccessibleWidget .
创建 QAccessibleObject for object .
[virtual protected]
						
						QAccessibleObject::
						
							~QAccessibleObject
						
						()
						
					销毁 QAccessibleObject .
这才会发生,当调用 release() 将内部引用计数器递减为 0 时。
[虚拟]
						
						
							
								QAccessibleInterface
							
						
						*QAccessibleObject::
						
							childAt
						
						(
						
							int
						
						
							x
						
						,
						
							int
						
						
							y
						
						) const
						
					重实现自 QAccessibleInterface::childAt ().
[虚拟]
						
						
							bool
						
						QAccessibleObject::
						
							isValid
						
						() const
						
					重实现自 QAccessibleInterface::isValid ().
[虚拟]
						
						
							
								QObject
							
						
						*QAccessibleObject::
						
							对象
						
						() const
						
					重实现自 QAccessibleInterface::object ().
[虚拟]
						
						
							
								QRect
							
						
						QAccessibleObject::
						
							rect
						
						() const
						
					重实现自 QAccessibleInterface::rect ().
[虚拟]
						
						
							void
						
						QAccessibleObject::
						
							setText
						
						(
						
							
								QAccessible::Text
							
						
						
							t
						
						, const
						
							
								QString
							
						
						&
						
							text
						
						)
						
					重实现自 QAccessibleInterface::setText ().