#ifndef PYTHONQTWRAPPER_QTABLEWIDGETSELECTIONRANGE_H #define PYTHONQTWRAPPER_QTABLEWIDGETSELECTIONRANGE_H #include #include #include #include #include class PythonQtWrapper_QTableWidgetSelectionRange : public QObject { Q_OBJECT public: public slots: QTableWidgetSelectionRange* new_QTableWidgetSelectionRange(); QTableWidgetSelectionRange* new_QTableWidgetSelectionRange(const QTableWidgetSelectionRange& other); QTableWidgetSelectionRange* new_QTableWidgetSelectionRange(int top, int left, int bottom, int right); void delete_QTableWidgetSelectionRange(QTableWidgetSelectionRange* obj) { delete obj; } int bottomRow(QTableWidgetSelectionRange* theWrappedObject) const; int rightColumn(QTableWidgetSelectionRange* theWrappedObject) const; int columnCount(QTableWidgetSelectionRange* theWrappedObject) const; int rowCount(QTableWidgetSelectionRange* theWrappedObject) const; int topRow(QTableWidgetSelectionRange* theWrappedObject) const; int leftColumn(QTableWidgetSelectionRange* theWrappedObject) const; }; #endif // PYTHONQTWRAPPER_QTABLEWIDGETSELECTIONRANGE_H