##// END OF EJS Templates
added experimental compacting to avoid generation of hundreds of files that all include the same stuff...
added experimental compacting to avoid generation of hundreds of files that all include the same stuff git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@128 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r73:40dc86970256
r92:f97ec94c87a9
Show More
PythonQtWrapper_QItemSelectionRange.h
43 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 <PythonQt.h>
#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; }
QItemSelectionRange intersected(QItemSelectionRange* theWrappedObject, const QItemSelectionRange& other) const;
int top(QItemSelectionRange* theWrappedObject) const;
bool contains(QItemSelectionRange* theWrappedObject, int row, int column, const QModelIndex& parentIndex) const;
int height(QItemSelectionRange* theWrappedObject) const;
int right(QItemSelectionRange* theWrappedObject) const;
QModelIndex topLeft(QItemSelectionRange* theWrappedObject) const;
QModelIndex bottomRight(QItemSelectionRange* theWrappedObject) const;
bool intersects(QItemSelectionRange* theWrappedObject, const QItemSelectionRange& other) const;
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;
int width(QItemSelectionRange* theWrappedObject) const;
bool isValid(QItemSelectionRange* theWrappedObject) const;
QList<QModelIndex > indexes(QItemSelectionRange* theWrappedObject) const;
const QAbstractItemModel* model(QItemSelectionRange* theWrappedObject) const;
QString toString(QItemSelectionRange*);
};
#endif // PYTHONQTWRAPPER_QITEMSELECTIONRANGE_H