##// END OF EJS Templates
added PyLauncher example...
added PyLauncher example added hadError() to scripting console added addSysPath() git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@50 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r13:d46b01f7163a
r14:59f352c6d9fb
Show More
PythonQtWrapper_QAccessibleWidgetEx.h
34 lines | 1.8 KiB | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_gui / PythonQtWrapper_QAccessibleWidgetEx.h
#ifndef PYTHONQTWRAPPER_QACCESSIBLEWIDGETEX_H
#define PYTHONQTWRAPPER_QACCESSIBLEWIDGETEX_H
#include <qaccessiblewidget.h>
#include <QObject>
#include <QVariant>
#include <qaccessible.h>
#include <qaccessiblewidget.h>
#include <qlist.h>
#include <qobject.h>
#include <qrect.h>
#include <qwidget.h>
class PythonQtWrapper_QAccessibleWidgetEx : public QObject
{ Q_OBJECT
public:
public slots:
QAccessibleWidgetEx* new_QAccessibleWidgetEx(QWidget* o, QAccessible::Role r = QAccessible::Client, const QString& name = QString());
QString actionText(QAccessibleWidgetEx* theWrappedObject, int action, QAccessible::Text t, int child) const;
int childAt(QAccessibleWidgetEx* theWrappedObject, int x, int y) const;
int childCount(QAccessibleWidgetEx* theWrappedObject) const;
bool doAction(QAccessibleWidgetEx* theWrappedObject, int action, int child, const QList<QVariant >& params);
int indexOfChild(QAccessibleWidgetEx* theWrappedObject, const QAccessibleInterface* child) const;
QVariant invokeMethodEx(QAccessibleWidgetEx* theWrappedObject, QAccessible::Method method, int child, const QList<QVariant >& params);
int navigate(QAccessibleWidgetEx* theWrappedObject, QAccessible::RelationFlag rel, int entry, QAccessibleInterface** target) const;
QRect rect(QAccessibleWidgetEx* theWrappedObject, int child) const;
QAccessible::Relation relationTo(QAccessibleWidgetEx* theWrappedObject, int child, const QAccessibleInterface* other, int otherChild) const;
QAccessible::Role role(QAccessibleWidgetEx* theWrappedObject, int child) const;
QAccessible::State state(QAccessibleWidgetEx* theWrappedObject, int child) const;
QString text(QAccessibleWidgetEx* theWrappedObject, QAccessible::Text t, int child) const;
};
#endif // PYTHONQTWRAPPER_QACCESSIBLEWIDGETEX_H