##// END OF EJS Templates
- added hasOwner method to manage ownership more nicely...
- added hasOwner method to manage ownership more nicely - added force flag to make delete() work - added check for hasOwner git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@51 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r13:d46b01f7163a
r15:ae998290bf19
Show More
PythonQtWrapper_QAccessibleWidget.h
34 lines | 1.7 KiB | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_gui / PythonQtWrapper_QAccessibleWidget.h
#ifndef PYTHONQTWRAPPER_QACCESSIBLEWIDGET_H
#define PYTHONQTWRAPPER_QACCESSIBLEWIDGET_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_QAccessibleWidget : public QObject
{ Q_OBJECT
public:
public slots:
QAccessibleWidget* new_QAccessibleWidget(QWidget* o, QAccessible::Role r = QAccessible::Client, const QString& name = QString());
QString actionText(QAccessibleWidget* theWrappedObject, int action, QAccessible::Text t, int child) const;
int childAt(QAccessibleWidget* theWrappedObject, int x, int y) const;
int childCount(QAccessibleWidget* theWrappedObject) const;
bool doAction(QAccessibleWidget* theWrappedObject, int action, int child, const QList<QVariant >& params);
int indexOfChild(QAccessibleWidget* theWrappedObject, const QAccessibleInterface* child) const;
int navigate(QAccessibleWidget* theWrappedObject, QAccessible::RelationFlag rel, int entry, QAccessibleInterface** target) const;
QRect rect(QAccessibleWidget* theWrappedObject, int child) const;
QAccessible::Relation relationTo(QAccessibleWidget* theWrappedObject, int child, const QAccessibleInterface* other, int otherChild) const;
QAccessible::Role role(QAccessibleWidget* theWrappedObject, int child) const;
QAccessible::State state(QAccessibleWidget* theWrappedObject, int child) const;
QString text(QAccessibleWidget* theWrappedObject, QAccessible::Text t, int child) const;
int userActionCount(QAccessibleWidget* theWrappedObject, int child) const;
};
#endif // PYTHONQTWRAPPER_QACCESSIBLEWIDGET_H