#include "PythonQtWrapper_QAbstractTableModel.h" #include #include #include #include #include #include #include #include #include #include #include #include bool PythonQtWrapper_QAbstractTableModel::dropMimeData(QAbstractTableModel* theWrappedObject, const QMimeData* data, Qt::DropAction action, int row, int column, const QModelIndex& parent) { return theWrappedObject->dropMimeData(data, action, row, column, parent); } QModelIndex PythonQtWrapper_QAbstractTableModel::index(QAbstractTableModel* theWrappedObject, int row, int column, const QModelIndex& parent) const { return theWrappedObject->index(row, column, parent); }