#ifndef PYTHONQTWRAPPER_QACCESSIBLEEVENT_H #define PYTHONQTWRAPPER_QACCESSIBLEEVENT_H #include #include #include class PythonQtWrapper_QAccessibleEvent : public QObject { Q_OBJECT public: public slots: QAccessibleEvent* new_QAccessibleEvent(QEvent::Type type, int child); void delete_QAccessibleEvent(QAccessibleEvent* obj) { delete obj; } int child(QAccessibleEvent* theWrappedObject) const; void setValue(QAccessibleEvent* theWrappedObject, const QString& aText); QString value(QAccessibleEvent* theWrappedObject) const; }; #endif // PYTHONQTWRAPPER_QACCESSIBLEEVENT_H