##// END OF EJS Templates
improved so that dict contains properties and that dir() shows all available things, including the derived base attributes...
improved so that dict contains properties and that dir() shows all available things, including the derived base attributes git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@70 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r28:cf202027b50b
r34:5daedfb035c8
Show More
PythonQtWrapper_QAccessibleInterface.h
49 lines | 1.9 KiB | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_gui / PythonQtWrapper_QAccessibleInterface.h
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QACCESSIBLEINTERFACE_H
#define PYTHONQTWRAPPER_QACCESSIBLEINTERFACE_H
#include <qaccessible.h>
#include <QObject>
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 #include <PythonQt.h>
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #include <QVariant>
#include <qaccessible.h>
#include <qlist.h>
#include <qobject.h>
#include <qrect.h>
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 class PythonQtShell_QAccessibleInterface : public QAccessibleInterface
{
public:
PythonQtShell_QAccessibleInterface():QAccessibleInterface(),_wrapper(NULL) {};
virtual QString actionText(int action, QAccessible::Text t, int child) const;
virtual int childAt(int x, int y) const;
virtual int childCount() const;
virtual bool doAction(int action, int child, const QList<QVariant >& params = QVariantList());
virtual int indexOfChild(const QAccessibleInterface* arg__1) const;
virtual bool isValid() const;
virtual int navigate(QAccessible::RelationFlag relation, int index, QAccessibleInterface** iface) const;
virtual QObject* object() const;
virtual QRect rect(int child) const;
virtual QAccessible::Relation relationTo(int child, const QAccessibleInterface* other, int otherChild) const;
virtual QAccessible::Role role(int child) const;
virtual void setText(QAccessible::Text t, int child, const QString& text);
virtual QAccessible::State state(int child) const;
virtual QString text(QAccessible::Text t, int child) const;
virtual int userActionCount(int child) const;
PythonQtInstanceWrapper* _wrapper;
};
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 class PythonQtWrapper_QAccessibleInterface : public QObject
{ Q_OBJECT
public:
public slots:
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QAccessibleInterface* new_QAccessibleInterface();
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 void delete_QAccessibleInterface(QAccessibleInterface* obj) { delete obj; }
QSet<QAccessible::Method > supportedMethods(QAccessibleInterface* theWrappedObject);
florianlink
upgraded wrappers to current generator version...
r28 QVariant invokeMethod(QAccessibleInterface* theWrappedObject, QAccessible::Method method, int child = 0, const QList<QVariant >& params = QVariantList());
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QACCESSIBLEINTERFACE_H