#include "flattofoldersproxymodel.h"
|
| | FlatToFoldersProxyModel (const ITagsManager *, QObject *=nullptr) |
| |
| int | columnCount (const QModelIndex &={}) const override |
| |
| QVariant | data (const QModelIndex &, int=Qt::DisplayRole) const override |
| |
| QVariant | headerData (int, Qt::Orientation, int) const override |
| |
| Qt::ItemFlags | flags (const QModelIndex &) const override |
| |
| QModelIndex | index (int, int, const QModelIndex &={}) const override |
| |
| QModelIndex | parent (const QModelIndex &) const override |
| |
| int | rowCount (const QModelIndex &={}) const override |
| |
| Qt::DropActions | supportedDropActions () const override |
| |
| QStringList | mimeTypes () const override |
| |
| QMimeData * | mimeData (const QModelIndexList &indexes) const override |
| |
| bool | dropMimeData (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) override |
| |
| void | SetSourceModel (QAbstractItemModel *) |
| |
| QAbstractItemModel * | GetSourceModel () const |
| |
| QModelIndex | MapToSource (const QModelIndex &) const |
| |
| QList< QModelIndex > | MapFromSource (const QModelIndex &) const |
| |
Definition at line 46 of file flattofoldersproxymodel.h.
◆ FlatToFoldersProxyModel()
| LC::Util::FlatToFoldersProxyModel::FlatToFoldersProxyModel |
( |
const ITagsManager * |
itm, |
|
|
QObject * |
parent = nullptr |
|
) |
| |
|
explicit |
◆ columnCount()
| int LC::Util::FlatToFoldersProxyModel::columnCount |
( |
const QModelIndex & |
= {} | ) |
const |
|
override |
◆ data()
| QVariant LC::Util::FlatToFoldersProxyModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
|
override |
◆ dropMimeData()
| bool LC::Util::FlatToFoldersProxyModel::dropMimeData |
( |
const QMimeData * |
data, |
|
|
Qt::DropAction |
action, |
|
|
int |
row, |
|
|
int |
column, |
|
|
const QModelIndex & |
parent |
|
) |
| |
|
override |
◆ flags()
| Qt::ItemFlags LC::Util::FlatToFoldersProxyModel::flags |
( |
const QModelIndex & |
index | ) |
const |
|
override |
◆ GetSourceModel()
| QAbstractItemModel * LC::Util::FlatToFoldersProxyModel::GetSourceModel |
( |
| ) |
const |
◆ headerData()
| QVariant LC::Util::FlatToFoldersProxyModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orient, |
|
|
int |
role |
|
) |
| const |
|
override |
◆ index()
| QModelIndex LC::Util::FlatToFoldersProxyModel::index |
( |
int |
row, |
|
|
int |
column, |
|
|
const QModelIndex & |
parent = {} |
|
) |
| const |
|
override |
◆ MapFromSource()
| QList< QModelIndex > LC::Util::FlatToFoldersProxyModel::MapFromSource |
( |
const QModelIndex & |
source | ) |
const |
◆ MapToSource()
| QModelIndex LC::Util::FlatToFoldersProxyModel::MapToSource |
( |
const QModelIndex & |
proxy | ) |
const |
◆ mimeData()
| QMimeData * LC::Util::FlatToFoldersProxyModel::mimeData |
( |
const QModelIndexList & |
indexes | ) |
const |
|
override |
◆ mimeTypes()
| QStringList LC::Util::FlatToFoldersProxyModel::mimeTypes |
( |
| ) |
const |
|
override |
◆ parent()
| QModelIndex LC::Util::FlatToFoldersProxyModel::parent |
( |
const QModelIndex & |
index | ) |
const |
|
override |
◆ rowCount()
| int LC::Util::FlatToFoldersProxyModel::rowCount |
( |
const QModelIndex & |
index = {} | ) |
const |
|
override |
◆ SetSourceModel()
| void LC::Util::FlatToFoldersProxyModel::SetSourceModel |
( |
QAbstractItemModel * |
model | ) |
|
◆ supportedDropActions()
| Qt::DropActions LC::Util::FlatToFoldersProxyModel::supportedDropActions |
( |
| ) |
const |
|
override |
The documentation for this class was generated from the following files: