##// END OF EJS Templates
allow to pass invalid QVariants as QVariant parameter of slots...
allow to pass invalid QVariants as QVariant parameter of slots git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@126 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r73:40dc86970256
r90:6da6bce07af7
Show More
PythonQtWrapper_QItemSelectionRange.h
43 lines | 2.1 KiB | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_gui / PythonQtWrapper_QItemSelectionRange.h
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QITEMSELECTIONRANGE_H
#define PYTHONQTWRAPPER_QITEMSELECTIONRANGE_H
#include <qitemselectionmodel.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 <qabstractitemmodel.h>
#include <qitemselectionmodel.h>
#include <qlist.h>
class PythonQtWrapper_QItemSelectionRange : public QObject
{ Q_OBJECT
public:
public slots:
QItemSelectionRange* new_QItemSelectionRange();
QItemSelectionRange* new_QItemSelectionRange(const QItemSelectionRange& other);
QItemSelectionRange* new_QItemSelectionRange(const QModelIndex& index);
QItemSelectionRange* new_QItemSelectionRange(const QModelIndex& topLeft, const QModelIndex& bottomRight);
void delete_QItemSelectionRange(QItemSelectionRange* obj) { delete obj; }
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QItemSelectionRange intersected(QItemSelectionRange* theWrappedObject, const QItemSelectionRange& other) const;
florianlink
recreated wrappers to match current python qt version...
r73 int top(QItemSelectionRange* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 bool contains(QItemSelectionRange* theWrappedObject, int row, int column, const QModelIndex& parentIndex) const;
florianlink
recreated wrappers to match current python qt version...
r73 int height(QItemSelectionRange* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 int right(QItemSelectionRange* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 QModelIndex topLeft(QItemSelectionRange* theWrappedObject) const;
QModelIndex bottomRight(QItemSelectionRange* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 bool intersects(QItemSelectionRange* theWrappedObject, const QItemSelectionRange& other) const;
florianlink
recreated wrappers to match current python qt version...
r73 bool contains(QItemSelectionRange* theWrappedObject, const QModelIndex& index) const;
int left(QItemSelectionRange* theWrappedObject) const;
int bottom(QItemSelectionRange* theWrappedObject) const;
bool operator_equal(QItemSelectionRange* theWrappedObject, const QItemSelectionRange& other) const;
QModelIndex parent(QItemSelectionRange* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 int width(QItemSelectionRange* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 bool isValid(QItemSelectionRange* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QList<QModelIndex > indexes(QItemSelectionRange* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 const QAbstractItemModel* model(QItemSelectionRange* theWrappedObject) const;
QString toString(QItemSelectionRange*);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QITEMSELECTIONRANGE_H