#ifndef PYTHONQTWRAPPER_QABSTRACTTABLEMODEL_H #define PYTHONQTWRAPPER_QABSTRACTTABLEMODEL_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include class PythonQtWrapper_QAbstractTableModel : public QObject { Q_OBJECT public: public slots: void delete_QAbstractTableModel(QAbstractTableModel* obj) { delete obj; } bool dropMimeData(QAbstractTableModel* theWrappedObject, const QMimeData* data, Qt::DropAction action, int row, int column, const QModelIndex& parent); QModelIndex index(QAbstractTableModel* theWrappedObject, int row, int column, const QModelIndex& parent = QModelIndex()) const; }; #endif // PYTHONQTWRAPPER_QABSTRACTTABLEMODEL_H