KLayout Manual: Main Index » Class Index » API reference - Class QAccessibleWidgetAPI 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 QAccessibleObject::childAt [const] int childCountDescription: Method int QAccessibleWidget::childCount() This is a reimplementation of QAccessibleObject::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<class 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 QAccessibleObject::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)Description: Constructor QAccessibleWidget::QAccessibleWidget(QWidget *o, QAccessible::Role r, const QString &name) This method creates an object of class QAccessibleWidget. [static] new QAccessibleWidget new(QWidget ptr o,const QAccessible_Role r)Description: Constructor QAccessibleWidget::QAccessibleWidget(QWidget *o, QAccessible::Role r, const QString &name) This method creates an object of class QAccessibleWidget. [static] new QAccessibleWidget new(QWidget ptr o,const QAccessible_Role r,string name)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] int relationTo(int child,const QAccessibleInterface ptr other,int otherChild)Description: Method QFlags<enum QAccessible::RelationFlag> QAccessibleWidget::relationTo(int child, const QAccessibleInterface *other, int otherChild) This is a reimplementation of QAccessibleObject::relationTo [const] QAccessible_Role role(int child)Description: Method QAccessible::Role QAccessibleWidget::role(int child) This is a reimplementation of QAccessibleObject::role [const] int state(int child)Description: Method QFlags<enum QAccessible::StateFlag> QAccessibleWidget::state(int child) This is a reimplementation of QAccessibleObject::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 QAccessibleObject::text [const] int userActionCount(int child)Description: Method int QAccessibleWidget::userActionCount(int child) This is a reimplementation of QAccessibleObject::userActionCount |