##// END OF EJS Templates
added PyLauncher example...
added PyLauncher example added hadError() to scripting console added addSysPath() git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@50 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r13:d46b01f7163a
r14:59f352c6d9fb
Show More
PythonQtWrapper_QItemSelectionRange.h
40 lines | 2.1 KiB | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_gui / PythonQtWrapper_QItemSelectionRange.h
#ifndef PYTHONQTWRAPPER_QITEMSELECTIONRANGE_H
#define PYTHONQTWRAPPER_QITEMSELECTIONRANGE_H
#include <qitemselectionmodel.h>
#include <QObject>
#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; }
int bottom(QItemSelectionRange* theWrappedObject) const;
QModelIndex bottomRight(QItemSelectionRange* theWrappedObject) const;
bool contains(QItemSelectionRange* theWrappedObject, const QModelIndex& index) const;
bool contains(QItemSelectionRange* theWrappedObject, int row, int column, const QModelIndex& parentIndex) const;
int height(QItemSelectionRange* theWrappedObject) const;
QList<QModelIndex > indexes(QItemSelectionRange* theWrappedObject) const;
QItemSelectionRange intersected(QItemSelectionRange* theWrappedObject, const QItemSelectionRange& other) const;
bool intersects(QItemSelectionRange* theWrappedObject, const QItemSelectionRange& other) const;
bool isValid(QItemSelectionRange* theWrappedObject) const;
int left(QItemSelectionRange* theWrappedObject) const;
const QAbstractItemModel* model(QItemSelectionRange* theWrappedObject) const;
bool operator_equal(QItemSelectionRange* theWrappedObject, const QItemSelectionRange& other) const;
QModelIndex parent(QItemSelectionRange* theWrappedObject) const;
int right(QItemSelectionRange* theWrappedObject) const;
int top(QItemSelectionRange* theWrappedObject) const;
QModelIndex topLeft(QItemSelectionRange* theWrappedObject) const;
int width(QItemSelectionRange* theWrappedObject) const;
};
#endif // PYTHONQTWRAPPER_QITEMSELECTIONRANGE_H