API reference - Class QAccessibleWidgetNotation used in Ruby API documentation Description: Binding of QAccessibleWidget Class hierarchy: QAccessibleWidget » QAccessibleObject » QAccessibleInterface » QAccessible Public constructors
Public methods
Detailed description[const] string actionText(int action,const QAccessible_Text t,int child)Description: Method QString QAccessibleWidget::actionText(int action, QAccessible::Text t, int child) This is a reimplementation of QAccessibleObject::actionText [const] int childAt(int x,int y)Description: Method int QAccessibleWidget::childAt(int x, int y) This is a reimplementation of QAccessibleInterface::childAt [const] int childCountDescription: Method int QAccessibleWidget::childCount() This is a reimplementation of QAccessibleInterface::childCount 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 QAccessibleWidget::doAction(int action, int child, const QList<QVariant> ¶ms) This is a reimplementation of QAccessibleObject::doAction [const] int indexOfChild(const QAccessibleInterface ptr child)Description: Method int QAccessibleWidget::indexOfChild(const QAccessibleInterface *child) This is a reimplementation of QAccessibleInterface::indexOfChild [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. [static] new QAccessibleWidget new(QWidget ptr o,const QAccessible_Role r = QAccessible::Client,string name = QString())Description: Constructor QAccessibleWidget::QAccessibleWidget(QWidget *o, QAccessible::Role r, const QString &name) This method creates an object of class QAccessibleWidget. [const] QRect rect(int child)Description: Method QRect QAccessibleWidget::rect(int child) This is a reimplementation of QAccessibleObject::rect [const] QAccessible_QFlags_RelationFlag relationTo(int child,const QAccessibleInterface ptr other,int otherChild)Description: Method QFlags<QAccessible::RelationFlag> QAccessibleWidget::relationTo(int child, const QAccessibleInterface *other, int otherChild) This is a reimplementation of QAccessibleInterface::relationTo [const] QAccessible_Role role(int child)Description: Method QAccessible::Role QAccessibleWidget::role(int child) This is a reimplementation of QAccessibleInterface::role [const] QAccessible_QFlags_StateFlag state(int child)Description: Method QFlags<QAccessible::StateFlag> QAccessibleWidget::state(int child) This is a reimplementation of QAccessibleInterface::state [const] string text(const QAccessible_Text t,int child)Description: Method QString QAccessibleWidget::text(QAccessible::Text t, int child) This is a reimplementation of QAccessibleInterface::text [const] int userActionCount(int child)Description: Method int QAccessibleWidget::userActionCount(int child) This is a reimplementation of QAccessibleObject::userActionCount |