##// 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_QAccessibleObjectEx.h
27 lines | 1.0 KiB | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_gui / PythonQtWrapper_QAccessibleObjectEx.h
#ifndef PYTHONQTWRAPPER_QACCESSIBLEOBJECTEX_H
#define PYTHONQTWRAPPER_QACCESSIBLEOBJECTEX_H
#include <qaccessibleobject.h>
#include <QObject>
#include <QVariant>
#include <qaccessible.h>
#include <qaccessibleobject.h>
#include <qlist.h>
#include <qobject.h>
#include <qrect.h>
class PythonQtWrapper_QAccessibleObjectEx : public QObject
{ Q_OBJECT
public:
public slots:
QString actionText(QAccessibleObjectEx* theWrappedObject, int action, QAccessible::Text t, int child) const;
bool doAction(QAccessibleObjectEx* theWrappedObject, int action, int child, const QList<QVariant >& params);
bool isValid(QAccessibleObjectEx* theWrappedObject) const;
QObject* object(QAccessibleObjectEx* theWrappedObject) const;
QRect rect(QAccessibleObjectEx* theWrappedObject, int child) const;
void setText(QAccessibleObjectEx* theWrappedObject, QAccessible::Text t, int child, const QString& text);
int userActionCount(QAccessibleObjectEx* theWrappedObject, int child) const;
};
#endif // PYTHONQTWRAPPER_QACCESSIBLEOBJECTEX_H