NAME

Qt::Gui::QAccessibleInterface

PUBLIC METHODS

~QAccessibleInterface()
QAccessibleActionInterface * actionInterface()
QString actionText(int action, QAccessible::Text t, int child)
QColor backgroundColor()
int childAt(int x, int y)
int childCount()
bool doAction(int action, int child, const QVariantList & params)
bool doAction(int action, int child, const QVariantList & params = QVariantList())
QAccessibleEditableTextInterface * editableTextInterface()
QColor foregroundColor()
QAccessibleImageInterface * imageInterface()
int indexOfChild(const QAccessibleInterface * arg0)
QVariant invokeMethod(QAccessible::Method method, int child, const QVariantList & params)
QVariant invokeMethod(QAccessible::Method method, int child, const QVariantList & params = QVariantList())
QVariant invokeMethod(QAccessible::Method method, int child = 0, const QVariantList & params = QVariantList())
bool isValid()
int navigate(QAccessible::RelationFlag relation, int index, QAccessibleInterface ** iface)
QObject * object()
QRect rect(int child)
QFlags<QAccessible::RelationFlag> relationTo(int child, const QAccessibleInterface * other, int otherChild)
QAccessible::Role role(int child)
void setText(QAccessible::Text t, int child, const QString & text)
QFlags<QAccessible::StateFlag> state(int child)
QAccessibleTableInterface * tableInterface()
QString text(QAccessible::Text t, int child)
QAccessibleTextInterface * textInterface()
int userActionCount(int child)
QAccessibleValueInterface * valueInterface()

ENUM VALUES

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2011 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html