#include <CustomTableModel.h>
|
Qt::DropActions | supportedDropActions () const |
|
Qt::ItemFlags | flags (const QModelIndex &index) const |
|
bool | canDropMimeData (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) |
|
bool | dropMimeData (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) |
|
◆ CustomTableModel() [1/2]
CustomTableModel::CustomTableModel |
( |
QObject * |
parent = nullptr | ) |
|
◆ CustomTableModel() [2/2]
CustomTableModel::CustomTableModel |
( |
int |
rows, |
|
|
int |
columns, |
|
|
QObject * |
parent = nullptr |
|
) |
| |
◆ canDropMimeData()
bool CustomTableModel::canDropMimeData |
( |
const QMimeData * |
data, |
|
|
Qt::DropAction |
action, |
|
|
int |
row, |
|
|
int |
column, |
|
|
const QModelIndex & |
parent |
|
) |
| |
|
private |
◆ draggedOnRow
void CustomTableModel::draggedOnRow |
( |
int |
| ) |
|
|
signal |
◆ dropMimeData()
bool CustomTableModel::dropMimeData |
( |
const QMimeData * |
data, |
|
|
Qt::DropAction |
action, |
|
|
int |
row, |
|
|
int |
column, |
|
|
const QModelIndex & |
parent |
|
) |
| |
|
private |
◆ flags()
Qt::ItemFlags CustomTableModel::flags |
( |
const QModelIndex & |
index | ) |
const |
|
private |
◆ supportedDropActions()
Qt::DropActions CustomTableModel::supportedDropActions |
( |
| ) |
const |
|
private |
The documentation for this class was generated from the following files: