digiKam
|
Public Types | |
enum | AdditionalRoles { CategoryDisplayRole = 0x17CE990A , CategorySortRole = 0x27857E60 } |
Public Member Functions | |
qlonglong | camItemId (const QModelIndex &index) const |
QList< qlonglong > | camItemIds (const QList< QModelIndex > &indexes) const |
CamItemInfo | camItemInfo (const QModelIndex &index) const |
QList< CamItemInfo > | camItemInfos (const QList< QModelIndex > &indexes) const |
QList< CamItemInfo > | camItemInfosSorted () const |
virtual ImportFilterModel * | importFilterModel () const |
Returns this, any chained ImportFilterModel, or 0. More... | |
ImportSortFilterModel (QObject *const parent=nullptr) | |
QModelIndex | indexForCamItemId (qlonglong id) const |
QModelIndex | indexForCamItemInfo (const CamItemInfo &info) const |
QModelIndex | indexForPath (const QString &filePath) const |
bool | isCategorizedModel () const |
QModelIndex | mapFromDirectSourceToSourceImportModel (const QModelIndex &sourceModelIndex) const |
QModelIndex | mapFromSourceImportModel (const QModelIndex &importModelIndex) const |
QList< QModelIndex > | mapListFromSource (const QList< QModelIndex > &sourceIndexes) const |
QList< QModelIndex > | mapListToSource (const QList< QModelIndex > &indexes) const |
QModelIndex | mapToSourceImportModel (const QModelIndex &proxyIndex) const |
void | setCategorizedModel (bool categorizedModel) |
void | setSortCategoriesByNaturalComparison (bool sortCategoriesByNaturalComparison) |
void | setSourceFilterModel (ImportSortFilterModel *const sourceModel) |
void | setSourceImportModel (ImportItemModel *const sourceModel) |
void | sort (int column, Qt::SortOrder order=Qt::AscendingOrder) override |
bool | sortCategoriesByNaturalComparison () const |
int | sortColumn () const |
Qt::SortOrder | sortOrder () const |
ImportSortFilterModel * | sourceFilterModel () const |
ImportItemModel * | sourceImportModel () const |
~ImportSortFilterModel () override | |
Protected Member Functions | |
virtual int | compareCategories (const QModelIndex &left, const QModelIndex &right) const |
bool | lessThan (const QModelIndex &left, const QModelIndex &right) const override |
virtual void | setDirectSourceImportModel (ImportItemModel *const sourceModel) |
Reimplement if needed. Called only when model shall be set as (direct) sourceModel. More... | |
void | setSourceModel (QAbstractItemModel *sourceModel) override |
virtual bool | subSortLessThan (const QModelIndex &left, const QModelIndex &right) const |
Protected Attributes | |
ImportSortFilterModel * | m_chainedModel |
|
inherited |
|
explicit |
|
override |
qlonglong Digikam::ImportSortFilterModel::camItemId | ( | const QModelIndex & | index | ) | const |
References Digikam::ImportItemModel::camItemId(), mapToSourceImportModel(), and sourceImportModel().
Referenced by camItemIds(), and Digikam::NoDuplicatesImportFilterModel::filterAcceptsRow().
QList< qlonglong > Digikam::ImportSortFilterModel::camItemIds | ( | const QList< QModelIndex > & | indexes | ) | const |
References camItemId().
CamItemInfo Digikam::ImportSortFilterModel::camItemInfo | ( | const QModelIndex & | index | ) | const |
References Digikam::ImportItemModel::camItemInfo(), mapToSourceImportModel(), and sourceImportModel().
Referenced by Digikam::ImportIconView::camItemInfo(), camItemInfos(), camItemInfosSorted(), Digikam::ImportFilterModel::slotRowsAboutToBeRemoved(), and Digikam::ImportFilterModel::slotRowsInserted().
QList< CamItemInfo > Digikam::ImportSortFilterModel::camItemInfos | ( | const QList< QModelIndex > & | indexes | ) | const |
References camItemInfo().
QList< CamItemInfo > Digikam::ImportSortFilterModel::camItemInfosSorted | ( | ) | const |
Returns a list of all camera infos, sorted according to this model. If you do not need a sorted list, use ImportItemModel's camItemInfo() method.
References camItemInfo().
|
protectedvirtualinherited |
This method compares the category of the left
index with the category of the right
index.
Internally and if not reimplemented, this method will ask for left
and right
models for role CategorySortRole. In order to correctly sort categories, the data() method of the model should return a qlonglong (or numeric) value, or a QString object. QString objects will be sorted with QString::localeAwareCompare if sortCategoriesByNaturalComparison() is true.
This means that QString() will be sorted the first one, while QString(QChar(QChar::ObjectReplacementCharacter)) and QString(QChar(QChar::ReplacementCharacter)) will be sorted in last position.
left
should be placed before the category of right
. 0 if left
and right
are on the same category, and a positive value if the category of left
should be placed after the category of right
. Reimplemented in Digikam::ImportFilterModel, ShowFoto::ShowfotoFilterModel, and Digikam::ItemFilterModel.
References Digikam::DCategorizedSortFilterProxyModel::CategorySortRole, Digikam::DCategorizedSortFilterProxyModel::Private::collator, and Digikam::DCategorizedSortFilterProxyModel::Private::sortCategoriesByNaturalComparison.
Referenced by Digikam::DCategorizedSortFilterProxyModel::lessThan().
|
virtual |
Returns this, any chained ImportFilterModel, or 0.
Reimplemented in Digikam::ImportFilterModel.
References importFilterModel(), and m_chainedModel.
Referenced by importFilterModel().
QModelIndex Digikam::ImportSortFilterModel::indexForCamItemId | ( | qlonglong | id | ) | const |
References mapFromSourceImportModel(), and sourceImportModel().
QModelIndex Digikam::ImportSortFilterModel::indexForCamItemInfo | ( | const CamItemInfo & | info | ) | const |
References mapFromSourceImportModel(), and sourceImportModel().
QModelIndex Digikam::ImportSortFilterModel::indexForPath | ( | const QString & | filePath | ) | const |
References mapFromSourceImportModel(), and sourceImportModel().
Referenced by Digikam::ImportIconView::camItemInfo(), and Digikam::ImportIconView::camItemInfoRef().
|
inherited |
References Digikam::DCategorizedSortFilterProxyModel::Private::categorizedModel.
Referenced by Digikam::DCategorizedView::categorizedIndexesIn(), Digikam::DCategorizedView::categoryAt(), Digikam::DCategorizedView::categoryRange(), Digikam::DCategorizedView::categoryVisualRect(), Digikam::DCategorizedView::currentChanged(), Digikam::DCategorizedView::dragMoveEvent(), Digikam::DCategorizedView::indexAt(), Digikam::DCategorizedView::mouseMoveEvent(), Digikam::DCategorizedView::mouseReleaseEvent(), Digikam::DCategorizedView::moveCursor(), Digikam::DCategorizedView::paintEvent(), Digikam::DCategorizedView::resizeEvent(), Digikam::DCategorizedView::rowsInserted(), Digikam::DCategorizedView::rowsRemoved(), Digikam::DCategorizedView::setSelection(), Digikam::DCategorizedView::slotLayoutChanged(), Digikam::DCategorizedView::updateGeometries(), and Digikam::DCategorizedView::visualRect().
|
overrideprotectedinherited |
Overridden from QSortFilterProxyModel. If you are subclassing DCategorizedSortFilterProxyModel, you will probably not need to reimplement this method.
It calls compareCategories() to sort by category. If the both items are in the same category (i.e. compareCategories returns 0), then subSortLessThan is called.
left
is less than the item right
when sorting.References Digikam::DCategorizedSortFilterProxyModel::Private::categorizedModel, Digikam::DCategorizedSortFilterProxyModel::compareCategories(), and Digikam::DCategorizedSortFilterProxyModel::subSortLessThan().
QModelIndex Digikam::ImportSortFilterModel::mapFromDirectSourceToSourceImportModel | ( | const QModelIndex & | sourceModelIndex | ) | const |
References m_chainedModel, and mapToSourceImportModel().
Referenced by Digikam::NoDuplicatesImportFilterModel::filterAcceptsRow().
QModelIndex Digikam::ImportSortFilterModel::mapFromSourceImportModel | ( | const QModelIndex & | importModelIndex | ) | const |
References m_chainedModel, and mapFromSourceImportModel().
Referenced by indexForCamItemId(), indexForCamItemInfo(), indexForPath(), mapFromSourceImportModel(), and mapListFromSource().
QList< QModelIndex > Digikam::ImportSortFilterModel::mapListFromSource | ( | const QList< QModelIndex > & | sourceIndexes | ) | const |
References mapFromSourceImportModel().
QList< QModelIndex > Digikam::ImportSortFilterModel::mapListToSource | ( | const QList< QModelIndex > & | indexes | ) | const |
References mapToSourceImportModel().
Referenced by Digikam::ImportThumbnailBar::assignRating().
QModelIndex Digikam::ImportSortFilterModel::mapToSourceImportModel | ( | const QModelIndex & | proxyIndex | ) | const |
Convenience methods mapped to ImportItemModel. Mentioned indexes returned come from the source import image model.
References m_chainedModel, and mapToSourceImportModel().
Referenced by camItemId(), camItemInfo(), mapFromDirectSourceToSourceImportModel(), mapListToSource(), and mapToSourceImportModel().
|
inherited |
Enables or disables the categorization feature.
categorizedModel | whether to enable or disable the categorization feature. |
References Digikam::DCategorizedSortFilterProxyModel::Private::categorizedModel.
Referenced by Digikam::CategorizedItemModel::createFilterModel(), Digikam::ActionItemModel::createFilterModel(), Digikam::ImportFilterModel::setCamItemSortSettings(), Digikam::ItemFilterModel::setItemSortSettings(), and ShowFoto::ShowfotoFilterModel::setShowfotoItemSortSettings().
|
protectedvirtual |
Reimplement if needed. Called only when model shall be set as (direct) sourceModel.
Reimplemented in Digikam::ImportFilterModel.
References setSourceModel().
Referenced by setSourceImportModel().
|
inherited |
Set if the sorting using CategorySortRole will use a natural comparison in the case that strings were returned. If enabled, QCollator will be used for sorting.
sortCategoriesByNaturalComparison | whether to sort using a natural comparison or not. |
References Digikam::DCategorizedSortFilterProxyModel::sortCategoriesByNaturalComparison(), and Digikam::DCategorizedSortFilterProxyModel::Private::sortCategoriesByNaturalComparison.
void Digikam::ImportSortFilterModel::setSourceFilterModel | ( | ImportSortFilterModel *const | sourceModel | ) |
References m_chainedModel, setSourceImportModel(), setSourceModel(), and sourceImportModel().
void Digikam::ImportSortFilterModel::setSourceImportModel | ( | ImportItemModel *const | sourceModel | ) |
References m_chainedModel, setDirectSourceImportModel(), and setSourceImportModel().
Referenced by setSourceFilterModel(), and setSourceImportModel().
|
overrideprotected |
|
overrideinherited |
Overridden from QSortFilterProxyModel. Sorts the source model using column
for the given order
.
References Digikam::DCategorizedSortFilterProxyModel::Private::sortColumn, and Digikam::DCategorizedSortFilterProxyModel::Private::sortOrder.
|
inherited |
References Digikam::DCategorizedSortFilterProxyModel::Private::sortCategoriesByNaturalComparison.
Referenced by Digikam::DCategorizedSortFilterProxyModel::setSortCategoriesByNaturalComparison().
|
inherited |
References Digikam::DCategorizedSortFilterProxyModel::Private::sortColumn.
Referenced by Digikam::DCategorizedView::categoryAt(), Digikam::DCategorizedView::categoryRange(), Digikam::DCategorizedView::paintEvent(), and Digikam::DCategorizedView::rowsInsertedArtifficial().
|
inherited |
References Digikam::DCategorizedSortFilterProxyModel::Private::sortOrder.
ImportSortFilterModel * Digikam::ImportSortFilterModel::sourceFilterModel | ( | ) | const |
References m_chainedModel.
ImportItemModel * Digikam::ImportSortFilterModel::sourceImportModel | ( | ) | const |
|
protectedvirtualinherited |
This method has a similar purpose as lessThan() has on QSortFilterProxyModel. It is used for sorting items that are in the same category.
left
is less than the item right
when sorting. Reimplemented in Digikam::ImportFilterModel, ShowFoto::ShowfotoFilterModel, and Digikam::ItemFilterModel.
Referenced by Digikam::DCategorizedSortFilterProxyModel::lessThan().
|
protected |