|
void | addItem (GPSItemContainer *const newItem) |
|
int | columnCount (const QModelIndex &parent=QModelIndex()) const override |
|
QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const override |
|
Qt::ItemFlags | flags (const QModelIndex &index) const override |
|
QPixmap | getPixmapForIndex (const QPersistentModelIndex &itemIndex, const int size) |
|
| GPSItemModel (QObject *const parent=nullptr) |
|
QVariant | headerData (int section, Qt::Orientation orientation, int role) const override |
|
QModelIndex | index (int row, int column, const QModelIndex &parent=QModelIndex()) const override |
|
QModelIndex | indexFromUrl (const QUrl &url) const |
|
GPSItemContainer * | itemFromIndex (const QModelIndex &index) const |
|
GPSItemContainer * | itemFromUrl (const QUrl &url) const |
|
QModelIndex | parent (const QModelIndex &index) const override |
|
int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
|
void | setColumnCount (const int nColumns) |
|
bool | setData (const QModelIndex &index, const QVariant &value, int role) override |
|
bool | setHeaderData (int section, Qt::Orientation orientation, const QVariant &value, int role) override |
|
Qt::DropActions | supportedDragActions () const override |
|
| ~GPSItemModel () override |
|
◆ GPSItemModel()
Digikam::GPSItemModel::GPSItemModel |
( |
QObject *const |
parent = nullptr | ) |
|
|
explicit |
◆ ~GPSItemModel()
Digikam::GPSItemModel::~GPSItemModel |
( |
| ) |
|
|
override |
◆ addItem()
◆ columnCount()
int Digikam::GPSItemModel::columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
override |
◆ data()
QVariant Digikam::GPSItemModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
|
override |
◆ flags()
Qt::ItemFlags Digikam::GPSItemModel::flags |
( |
const QModelIndex & |
index | ) |
const |
|
override |
◆ getPixmapForIndex()
QPixmap Digikam::GPSItemModel::getPixmapForIndex |
( |
const QPersistentModelIndex & |
itemIndex, |
|
|
const int |
size |
|
) |
| |
◆ headerData()
QVariant Digikam::GPSItemModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role |
|
) |
| const |
|
override |
◆ index()
QModelIndex Digikam::GPSItemModel::index |
( |
int |
row, |
|
|
int |
column, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| const |
|
override |
◆ indexFromUrl()
QModelIndex Digikam::GPSItemModel::indexFromUrl |
( |
const QUrl & |
url | ) |
const |
◆ itemChanged()
◆ itemFromIndex()
GPSItemContainer * Digikam::GPSItemModel::itemFromIndex |
( |
const QModelIndex & |
index | ) |
const |
◆ itemFromUrl()
◆ parent()
QModelIndex Digikam::GPSItemModel::parent |
( |
const QModelIndex & |
index | ) |
const |
|
override |
◆ rowCount()
int Digikam::GPSItemModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
override |
◆ setColumnCount()
void Digikam::GPSItemModel::setColumnCount |
( |
const int |
nColumns | ) |
|
◆ setData()
bool Digikam::GPSItemModel::setData |
( |
const QModelIndex & |
index, |
|
|
const QVariant & |
value, |
|
|
int |
role |
|
) |
| |
|
override |
◆ setHeaderData()
bool Digikam::GPSItemModel::setHeaderData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
const QVariant & |
value, |
|
|
int |
role |
|
) |
| |
|
override |
◆ signalThumbnailForIndexAvailable
void Digikam::GPSItemModel::signalThumbnailForIndexAvailable |
( |
const QPersistentModelIndex & |
index, |
|
|
const QPixmap & |
pixmap |
|
) |
| |
|
signal |
◆ slotThumbnailLoaded
void Digikam::GPSItemModel::slotThumbnailLoaded |
( |
const LoadingDescription & |
loadingDescription, |
|
|
const QPixmap & |
thumb |
|
) |
| |
|
protectedslot |
◆ supportedDragActions()
Qt::DropActions Digikam::GPSItemModel::supportedDragActions |
( |
| ) |
const |
|
override |
◆ GPSItemContainer
The documentation for this class was generated from the following files: