API reference - Class QAccessibleObjectNotation used in Ruby API documentation Description: Binding of QAccessibleObject Class hierarchy: QAccessibleObject » QAccessibleInterface » QAccessible Public methods
Detailed description[const] string actionText(int action,const QAccessible_Text t,int child)Description: Method QString QAccessibleObject::actionText(int action, QAccessible::Text t, int child) This is a reimplementation of QAccessibleInterface::actionText void createDescription: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. [const] bool destroyed?Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. bool doAction(int action,int child,QVariant[] params)Description: Method bool QAccessibleObject::doAction(int action, int child, const QList<QVariant> ¶ms) This is a reimplementation of QAccessibleInterface::doAction [const] bool isValidDescription: Method bool QAccessibleObject::isValid() This is a reimplementation of QAccessibleInterface::isValid [const] bool isValid?Description: Method bool QAccessibleObject::isValid() This is a reimplementation of QAccessibleInterface::isValid [const] bool is_const_object?Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. [const] QObject ptr objectDescription: Method QObject *QAccessibleObject::object() This is a reimplementation of QAccessibleInterface::object [const] QRect rect(int child)Description: Method QRect QAccessibleObject::rect(int child) This is a reimplementation of QAccessibleInterface::rect void setText(const QAccessible_Text t,int child,string text)Description: Method void QAccessibleObject::setText(QAccessible::Text t, int child, const QString &text) This is a reimplementation of QAccessibleInterface::setText [const] int userActionCount(int child)Description: Method int QAccessibleObject::userActionCount(int child) This is a reimplementation of QAccessibleInterface::userActionCount |