digiKam
|
Public Slots | |
void | copy () override |
void | cut () override |
void | hideIndexNotification () |
void | hintAt (const ItemInfo &info) |
void | openAlbum (const QList< Album * > &album) |
void | paste () override |
void | setCurrentInfo (const ItemInfo &info) |
void | setCurrentUrl (const QUrl &url) |
void | setCurrentUrlWhenAvailable (const QUrl &url) |
void | setCurrentWhenAvailable (qlonglong imageId) |
void | setSelectedItemInfos (const QList< ItemInfo > &infos) |
void | setSelectedUrls (const QList< QUrl > &urlList) |
void | setThumbnailSize (int size) |
void | showIndexNotification (const QModelIndex &index, const QString &message) |
Signals | |
void | clicked (const QMouseEvent *e, const QModelIndex &index) |
void | currentChanged (const ItemInfo &info) |
void | deselected (const QList< ItemInfo > &nowDeselectedInfos) |
Emitted when items are deselected. There may be other selected infos left. This signal is not emitted when the model is reset; then only selectionCleared is emitted. More... | |
void | entered (const QMouseEvent *e, const QModelIndex &index) |
void | imageActivated (const ItemInfo &info) |
Emitted when the given image is activated. Info is never null. More... | |
void | keyPressed (QKeyEvent *e) |
void | modelChanged () |
Emitted when a new model is set. More... | |
void | selected (const QList< ItemInfo > &newSelectedInfos) |
Emitted when new items are selected. The parameter includes only the newly selected infos, there may be other already selected infos. More... | |
void | selectionChanged () |
void | selectionCleared () |
void | viewportClicked (const QMouseEvent *e) |
void | zoomInStep () |
void | zoomOutStep () |
Public Member Functions | |
void | addOverlay (ItemDelegateOverlay *overlay, ItemDelegate *delegate=nullptr) |
Add and remove an overlay. It will as well be removed automatically when destroyed. Unless you pass a different delegate, the current delegate will be used. More... | |
void | addSelectionOverlay (ItemDelegate *delegate=nullptr) |
Album * | albumAt (const QPoint &pos) const |
ItemInfoList | allItemInfos () const |
QList< QUrl > | allUrls () const |
void | awayFromSelection () |
virtual QModelIndexList | categorizedIndexesIn (const QRect &rect) const |
virtual QModelIndex | categoryAt (const QPoint &point) const |
DCategoryDrawer * | categoryDrawer () const |
virtual QItemSelectionRange | categoryRange (const QModelIndex &index) const |
virtual QRect | categoryVisualRect (const QModelIndex &index) const |
Album * | currentAlbum () const |
ItemInfo | currentInfo () const |
QUrl | currentUrl () const |
ItemDelegate * | delegate () const |
QItemSelectionModel * | getSelectionModel () const |
ItemAlbumFilterModel * | imageAlbumFilterModel () const |
ItemAlbumModel * | imageAlbumModel () const |
Returns 0 if the ItemModel is not an ItemAlbumModel. More... | |
ItemFilterModel * | imageFilterModel () const |
Returns any ItemFilterMode in chain. May not be sourceModel() More... | |
ItemModel * | imageModel () const |
ImageSortFilterModel * | imageSortFilterModel () const |
ItemThumbnailModel * | imageThumbnailModel () const |
Returns 0 if the ItemModel is not an ItemThumbnailModel. More... | |
QModelIndex | indexAt (const QPoint &point) const override |
QModelIndex | indexForInfo (const ItemInfo &info) const |
void | invertSelection () |
bool | isToolTipEnabled () const |
ItemCategorizedView (QWidget *const parent=nullptr) | |
ItemInfo | nextInfo (const ItemInfo &info) |
ItemInfo | nextInOrder (const ItemInfo &startingPoint, int nth) |
int | numberOfSelectedIndexes () const |
ItemInfo | previousInfo (const ItemInfo &info) |
void | removeOverlay (ItemDelegateOverlay *overlay) |
void | scrollTo (const QModelIndex &index, ScrollHint hint=EnsureVisible) override |
void | scrollToRelaxed (const QModelIndex &index, ScrollHint hint=EnsureVisible) |
ItemInfoList | selectedItemInfos () const |
ItemInfoList | selectedItemInfosCurrentFirst () const |
void | setCategoryDrawer (DCategoryDrawer *categoryDrawer) |
void | setDrawDraggedItems (bool drawDraggedItems) |
void | setGridSize (const QSize &size) |
void | setModel (QAbstractItemModel *model) override |
void | setModels (ItemModel *model, ImageSortFilterModel *filterModel) |
void | setScrollCurrentToCenter (bool enabled) |
void | setScrollStepGranularity (int factor) |
void | setSelectedIndexes (const QList< QModelIndex > &indexes) |
void | setSpacing (int spacing) |
virtual void | setThumbnailSize (const ThumbnailSize &size) |
void | setToolTipEnabled (bool enabled) |
void | setUsePointingHandCursor (bool useCursor) |
ThumbnailSize | thumbnailSize () const |
void | toFirstIndex () |
void | toIndex (const QModelIndex &index) |
void | toIndex (const QUrl &url) |
void | toLastIndex () |
void | toNextIndex () |
void | toPreviousIndex () |
QRect | visualRect (const QModelIndex &index) const override |
~ItemCategorizedView () override | |
Protected Slots | |
void | layoutAboutToBeChanged () |
void | layoutWasChanged () |
virtual void | rowsInsertedArtifficial (const QModelIndex &parent, int start, int end) |
void | slotActivated (const QModelIndex &index) |
void | slotClicked (const QModelIndex &index) |
void | slotCurrentUrlTimer () |
void | slotEntered (const QModelIndex &index) |
void | slotItemInfosAdded () |
virtual void | slotLayoutChanged () |
virtual void | slotSetupChanged () |
virtual void | slotThemeChanged () |
Protected Member Functions | |
virtual void | activated (const ItemInfo &info, Qt::KeyboardModifiers modifiers) |
Reimplement these in a subclass. More... | |
virtual QAbstractItemView * | asView ()=0 |
void | contextMenuEvent (QContextMenuEvent *event) override |
reimplemented from parent class More... | |
void | currentChanged (const QModelIndex &index, const QModelIndex &previous) override |
bool | decodeIsCutSelection (const QMimeData *mimeData) |
AbstractItemDragDropHandler * | dragDropHandler () const override |
void | dragEnterEvent (QDragEnterEvent *event) |
void | dragLeaveEvent (QDragLeaveEvent *event) override |
void | dragMoveEvent (QDragMoveEvent *e) |
void | dragMoveEvent (QDragMoveEvent *event) override |
void | dropEvent (QDropEvent *e) |
void | dropEvent (QDropEvent *event) override |
void | encodeIsCutSelection (QMimeData *mime, bool isCutSelection) |
QSortFilterProxyModel * | filterModel () const override |
ItemInfo | imageInfo (const QModelIndex &index) const |
ItemInfoList | imageInfos (const QList< QModelIndex > &indexes) const |
void | indexActivated (const QModelIndex &index, Qt::KeyboardModifiers modifiers) override |
QModelIndex | indexForCategoryAt (const QPoint &pos) const |
void | installDefaultModels () |
install default ItemAlbumModel and filter model, ready for use More... | |
void | keyPressEvent (QKeyEvent *event) override |
void | leaveEvent (QEvent *event) override |
QModelIndex | mapIndexForDragDrop (const QModelIndex &index) const override |
void | mouseMoveEvent (QMouseEvent *event) override |
void | mousePressEvent (QMouseEvent *event) override |
void | mouseReleaseEvent (QMouseEvent *event) override |
QModelIndex | moveCursor (CursorAction cursorAction, Qt::KeyboardModifiers modifiers) override |
QModelIndex | nextIndexHint (const QModelIndex &indexToAnchor, const QItemSelectionRange &removed) const override |
void | paintEvent (QPaintEvent *event) override |
QPixmap | pixmapForDrag (const QList< QModelIndex > &indexes) const override |
void | reset () override |
void | resizeEvent (QResizeEvent *e) override |
void | rowsAboutToBeRemoved (const QModelIndex &parent, int start, int end) override |
void | rowsInserted (const QModelIndex &parent, int start, int end) override |
void | rowsRemoved (const QModelIndex &parent, int start, int end) override |
void | selectionChanged (const QItemSelection &, const QItemSelection &) override |
void | setItemDelegate (DItemDelegate *delegate) |
void | setItemDelegate (ItemDelegate *delegate) |
void | setSelection (const QRect &rect, QItemSelectionModel::SelectionFlags flags) override |
void | setToolTip (ItemViewToolTip *tip) |
virtual void | showContextMenu (QContextMenuEvent *event) |
void | showContextMenuOnIndex (QContextMenuEvent *event, const QModelIndex &index) override |
Reimplement these in a subclass. More... | |
virtual void | showContextMenuOnInfo (QContextMenuEvent *event, const ItemInfo &info) |
virtual bool | showToolTip (const QModelIndex &index, QStyleOptionViewItem &option, QHelpEvent *e=nullptr) |
void | startDrag (Qt::DropActions supportedActions) |
void | startDrag (Qt::DropActions supportedActions) override |
void | updateDelegateSizes () |
void | updateGeometries () override |
void | userInteraction () |
bool | viewportEvent (QEvent *event) override |
void | wheelEvent (QWheelEvent *event) override |
|
explicit |
|
override |
|
protectedvirtual |
Reimplement these in a subclass.
Reimplemented in Digikam::DigikamItemView.
Referenced by indexActivated().
void Digikam::ItemCategorizedView::addOverlay | ( | ItemDelegateOverlay * | overlay, |
ItemDelegate * | delegate = nullptr |
||
) |
Add and remove an overlay. It will as well be removed automatically when destroyed. Unless you pass a different delegate, the current delegate will be used.
References delegate(), Digikam::ItemDelegateOverlayContainer::installOverlay(), Digikam::ItemDelegateOverlay::setActive(), and Digikam::ItemDelegateOverlay::setView().
Referenced by Digikam::DigikamItemView::addAssignNameOverlay(), Digikam::DigikamItemView::addRejectionOverlay(), addSelectionOverlay(), Digikam::DigikamItemView::DigikamItemView(), and Digikam::ItemThumbnailBar::installOverlays().
void Digikam::ItemCategorizedView::addSelectionOverlay | ( | ItemDelegate * | delegate = nullptr | ) |
References addOverlay(), and delegate().
Referenced by Digikam::DigikamItemView::DigikamItemView().
Album * Digikam::ItemCategorizedView::albumAt | ( | const QPoint & | pos | ) | const |
If the model is categorized by an album, returns the album of the category that contains the position. If this is not applicable, return the current album. May return 0.
References Digikam::ItemFilterModel::CategoryAlbumIdRole, Digikam::ItemSortSettings::CategoryByAlbum, currentAlbum(), Digikam::AlbumManager::findPAlbum(), imageFilterModel(), Digikam::ItemViewCategorized::indexForCategoryAt(), and Digikam::AlbumManager::instance().
Referenced by Digikam::ItemDragDropHandler::dropEvent().
ItemInfoList Digikam::ItemCategorizedView::allItemInfos | ( | ) | const |
QList< QUrl > Digikam::ItemCategorizedView::allUrls | ( | ) | const |
References allItemInfos(), and Digikam::ItemInfoList::toImageUrlList().
Referenced by Digikam::ImageWindow::infoIface(), and Digikam::LightTableWindow::infoIface().
|
protectedpure virtualinherited |
This one is implemented by DECLARE_VIEW_DRAG_DROP_METHODS.
Referenced by Digikam::DragDropViewImplementation::copy(), Digikam::DragDropViewImplementation::cut(), Digikam::DragDropViewImplementation::dragMoveEvent(), Digikam::DragDropViewImplementation::dropEvent(), Digikam::DragDropViewImplementation::paste(), and Digikam::DragDropViewImplementation::startDrag().
|
inherited |
References Digikam::ItemViewCategorized::toIndex(), Digikam::ItemViewCategorized::toNextIndex(), and Digikam::ItemViewCategorized::toPreviousIndex().
Referenced by Digikam::DigikamItemView::deleteSelected(), Digikam::ImportIconView::deleteSelectedDirectly(), and Digikam::DigikamItemView::deleteSelectedDirectly().
|
virtualinherited |
This method will return all indexes whose visual rect intersects rect
.
rect | rectangle to test intersection with |
References Digikam::DCategorizedView::Private::categoryDrawer, Digikam::DCategorizedView::Private::intersectionSet(), Digikam::DCategorizedSortFilterProxyModel::isCategorizedModel(), and Digikam::DCategorizedView::Private::proxyModel.
|
virtualinherited |
This method will return the first index of the category in the region of which point
is found.
References Digikam::DCategorizedView::Private::categories, Digikam::DCategorizedView::Private::categoriesIndexes, Digikam::DCategorizedView::Private::categoryDrawer, Digikam::DCategorizedView::Private::categoryVisualRect(), Digikam::DCategorizedSortFilterProxyModel::isCategorizedModel(), Digikam::DCategorizedView::Private::proxyModel, and Digikam::DCategorizedSortFilterProxyModel::sortColumn().
Referenced by Digikam::ItemViewCategorized::indexForCategoryAt().
|
inherited |
References Digikam::DCategorizedView::Private::categoryDrawer.
Referenced by Digikam::DCategorizedView::Private::drawNewCategory(), Digikam::DCategorizedView::setCategoryDrawer(), Digikam::DCategorizedView::Private::visualCategoryRectInViewport(), and Digikam::DCategorizedView::Private::visualRectInViewport().
|
virtualinherited |
This method returns the range of indexes contained in the category in which index
is sorted.
References Digikam::DCategorizedView::Private::categoriesIndexes, Digikam::DCategorizedView::Private::categoryDrawer, Digikam::DCategorizedView::Private::elementsInfo, Digikam::DCategorizedSortFilterProxyModel::isCategorizedModel(), Digikam::DCategorizedView::Private::proxyModel, and Digikam::DCategorizedSortFilterProxyModel::sortColumn().
|
virtualinherited |
This method will return the visual rect of the header of the category in which index
is sorted.
References Digikam::DCategorizedView::Private::categoryDrawer, Digikam::DCategorizedView::Private::categoryVisualRect(), Digikam::DCategorizedView::Private::elementsInfo, Digikam::DCategorizedSortFilterProxyModel::isCategorizedModel(), and Digikam::DCategorizedView::Private::proxyModel.
|
signalinherited |
For overlays: Like the respective parent class signals, but with additional info. Do not change the mouse events.
Referenced by Digikam::ItemViewCategorized::ItemViewCategorized(), and Digikam::ItemViewCategorized::slotClicked().
|
overrideprotectedinherited |
reimplemented from parent class
References Digikam::DCategorizedView::indexAt(), Digikam::ItemViewCategorized::showContextMenu(), Digikam::ItemViewCategorized::showContextMenuOnIndex(), and Digikam::ItemViewCategorized::userInteraction().
|
inlineoverrideslotinherited |
References Digikam::DragDropViewImplementation::copy().
Referenced by Digikam::ItemViewCategorized::keyPressEvent().
Album * Digikam::ItemCategorizedView::currentAlbum | ( | ) | const |
|
signal |
Referenced by currentChanged().
|
overrideprotected |
References currentChanged(), Digikam::DCategorizedView::currentChanged(), and imageInfo().
ItemInfo Digikam::ItemCategorizedView::currentInfo | ( | ) | const |
QUrl Digikam::ItemCategorizedView::currentUrl | ( | ) | const |
References currentInfo(), and Digikam::ItemInfo::fileUrl().
|
inlineoverrideslotinherited |
References Digikam::DragDropViewImplementation::cut().
|
protectedinherited |
ItemDelegate * Digikam::ItemCategorizedView::delegate | ( | ) | const |
|
signal |
Emitted when items are deselected. There may be other selected infos left. This signal is not emitted when the model is reset; then only selectionCleared is emitted.
Referenced by selectionChanged().
|
overrideprotectedvirtual |
You need to implement these three methods Returns the drag drop handler.
Implements Digikam::DragDropViewImplementation.
Referenced by Digikam::DigikamItemView::DigikamItemView().
|
protectedinherited |
Implements the relevant QAbstractItemView methods for drag and drop.
References Digikam::AbstractItemDragDropHandler::acceptsMimeData(), and Digikam::DragDropViewImplementation::dragDropHandler().
|
overrideprotectedinherited |
|
protectedinherited |
|
overrideprotectedinherited |
References Digikam::DCategorizedView::Private::categoryDrawer, Digikam::DCategorizedView::Private::dragLeftViewport, Digikam::DCategorizedView::Private::drawDraggedItems(), Digikam::DCategorizedView::Private::hovered, Digikam::DCategorizedView::indexAt(), Digikam::DCategorizedSortFilterProxyModel::isCategorizedModel(), Digikam::DCategorizedView::Private::mousePosition, and Digikam::DCategorizedView::Private::proxyModel.
|
protectedinherited |
|
overrideprotectedinherited |
|
protectedinherited |
|
signalinherited |
|
overrideprotectedvirtual |
Implements Digikam::ItemViewCategorized.
Referenced by installDefaultModels(), setModels(), and Digikam::ItemThumbnailBar::setModelsFiltered().
QItemSelectionModel * Digikam::ItemCategorizedView::getSelectionModel | ( | ) | const |
Referenced by Digikam::ItemIconView::ItemIconView().
|
slotinherited |
|
slot |
Does something to gain attention for info, but not changing current selection.
References Digikam::ItemInfo::isNull(), and Digikam::ItemViewCategorized::scrollTo().
|
signal |
Emitted when the given image is activated. Info is never null.
Referenced by indexActivated().
ItemAlbumFilterModel * Digikam::ItemCategorizedView::imageAlbumFilterModel | ( | ) | const |
Referenced by Digikam::ItemIconView::connectIconViewFilter(), and Digikam::ItemIconView::ItemIconView().
ItemAlbumModel * Digikam::ItemCategorizedView::imageAlbumModel | ( | ) | const |
Returns 0 if the ItemModel is not an ItemAlbumModel.
Referenced by Digikam::DigikamItemView::confirmFaces(), currentAlbum(), Digikam::DigikamItemView::DigikamItemView(), Digikam::DigikamItemView::groupIndicatorClicked(), Digikam::DigikamItemView::ignoreFaces(), openAlbum(), Digikam::DigikamItemView::rejectFaces(), Digikam::DigikamItemView::removeFaces(), Digikam::DigikamItemView::setFaceMode(), Digikam::ItemIconView::setRecurseAlbums(), Digikam::ItemIconView::setRecurseTags(), and Digikam::DigikamItemView::unknownFaces().
ItemFilterModel * Digikam::ItemCategorizedView::imageFilterModel | ( | ) | const |
Returns any ItemFilterMode in chain. May not be sourceModel()
Referenced by albumAt(), Digikam::ItemIconView::applySettings(), Digikam::DigikamItemView::DigikamItemView(), Digikam::DigikamItemView::dragDropSort(), Digikam::ItemDragDropHandler::dropEvent(), Digikam::ItemThumbnailBar::firstIndex(), Digikam::DigikamItemView::groupIndicatorClicked(), Digikam::DigikamItemView::hasHiddenGroupedImages(), Digikam::ItemIconView::ItemIconView(), Digikam::ItemThumbnailBar::lastIndex(), Digikam::ItemThumbnailBar::nextIndex(), Digikam::ItemThumbnailBar::previousIndex(), Digikam::DigikamItemView::rename(), Digikam::ItemIconView::setAllGroupsOpen(), Digikam::DigikamItemView::setFaceMode(), Digikam::DigikamItemView::showContextMenuOnInfo(), Digikam::DigikamItemView::showGroupContextMenu(), Digikam::ItemIconView::slotImageSeparationSortOrder(), Digikam::ItemIconView::slotSeparateImages(), Digikam::DigikamItemView::slotSetupChanged(), Digikam::ItemIconView::slotSortImages(), and Digikam::ItemIconView::slotSortImagesOrder().
|
protected |
Referenced by currentChanged(), currentInfo(), indexActivated(), nextIndexHint(), nextInOrder(), and showContextMenuOnIndex().
|
protected |
ItemModel * Digikam::ItemCategorizedView::imageModel | ( | ) | const |
ImageSortFilterModel * Digikam::ItemCategorizedView::imageSortFilterModel | ( | ) | const |
ItemThumbnailModel * Digikam::ItemCategorizedView::imageThumbnailModel | ( | ) | const |
Returns 0 if the ItemModel is not an ItemThumbnailModel.
Referenced by Digikam::DigikamItemView::setThumbnailSize().
|
overrideprotectedvirtual |
Reimplemented from Digikam::ItemViewCategorized.
References activated(), imageActivated(), imageInfo(), and Digikam::ItemInfo::isNull().
|
overrideinherited |
References Digikam::DCategorizedView::Private::categoryDrawer, Digikam::DCategorizedView::Private::intersectionSet(), Digikam::DCategorizedSortFilterProxyModel::isCategorizedModel(), and Digikam::DCategorizedView::Private::proxyModel.
Referenced by Digikam::ItemViewCategorized::contextMenuEvent(), Digikam::DCategorizedView::dragMoveEvent(), Digikam::ItemViewCategorized::mouseMoveEvent(), Digikam::ItemViewCategorized::mousePressEvent(), and Digikam::ItemViewCategorized::viewportEvent().
|
protectedinherited |
Returns an index that is representative for the category at position pos
References Digikam::DCategorizedView::categoryAt().
Referenced by albumAt().
QModelIndex Digikam::ItemCategorizedView::indexForInfo | ( | const ItemInfo & | info | ) | const |
|
protected |
install default ItemAlbumModel and filter model, ready for use
References Digikam::ItemSortSettings::CategoryByAlbum, filterModel(), setModels(), Digikam::ItemModel::setWatchFlags(), and Digikam::ItemSortSettings::SortByFileName.
Referenced by Digikam::DigikamItemView::DigikamItemView().
|
inherited |
Referenced by Digikam::ItemIconView::slotSelectInvert().
|
inherited |
|
signalinherited |
Remember you may want to check if the event is accepted or ignored. This signal is emitted after being handled by this widget. You can accept it if ignored.
Referenced by Digikam::ItemViewCategorized::keyPressEvent().
|
overrideprotectedinherited |
|
protectedslotinherited |
References Digikam::ItemViewCategorized::nextIndexHint().
Referenced by Digikam::ImportCategorizedView::setModels(), setModels(), ShowFoto::ShowfotoCategorizedView::setModels(), setThumbnailSize(), ShowFoto::ShowfotoCategorizedView::setThumbnailSize(), and Digikam::ImportCategorizedView::setThumbnailSize().
|
protectedslotinherited |
References Digikam::ItemViewCategorized::scrollToRelaxed().
Referenced by Digikam::ImportCategorizedView::setModels(), setModels(), ShowFoto::ShowfotoCategorizedView::setModels(), setThumbnailSize(), ShowFoto::ShowfotoCategorizedView::setThumbnailSize(), and Digikam::ImportCategorizedView::setThumbnailSize().
|
overrideprotectedinherited |
|
overrideprotectedvirtualinherited |
Note: pure virtual dragDropHandler() still open from DragDropViewImplementation
cut(), copy(), paste(), dragEnterEvent(), dragMoveEvent(), dropEvent(), startDrag() are implemented by DragDropViewImplementation
Implements Digikam::DragDropViewImplementation.
References Digikam::ItemViewCategorized::filterModel().
|
signal |
Emitted when a new model is set.
Referenced by setModels().
|
overrideprotectedinherited |
|
overrideprotectedinherited |
|
overrideprotectedinherited |
|
overrideprotectedinherited |
|
overrideprotectedvirtual |
Assuming the given indexes would be removed (hypothetically!), return the index to be selected instead, starting from anchor. The default implementation returns the next remaining sibling.
Reimplemented from Digikam::ItemViewCategorized.
References imageInfo(), and Digikam::ItemViewCategorized::nextIndexHint().
References nextInOrder().
Returns the n-th info after the given one. Specifically, return the previous info for nth = -1 and the next info for n = 1. Returns a null info if either startingPoint or the nth info are not contained in the model.
References imageInfo().
Referenced by nextInfo(), previousInfo(), and Digikam::DigikamItemView::rename().
|
inherited |
References imageAlbumModel(), and Digikam::ItemAlbumModel::openAlbum().
Referenced by Digikam::ItemIconView::slotAlbumSelected().
|
overrideprotectedinherited |
References Digikam::DCategorizedView::Private::categories, Digikam::DCategorizedView::Private::categoriesIndexes, Digikam::DCategorizedView::Private::categoryDrawer, Digikam::DCategorizedView::Private::categoryVisualRect(), Digikam::DCategorizedView::Private::dragLeftViewport, Digikam::DCategorizedView::Private::drawDraggedItems(), Digikam::DCategorizedView::Private::drawItemsWhileDragging, Digikam::DCategorizedView::Private::drawNewCategory(), Digikam::DCategorizedView::Private::hovered, Digikam::DCategorizedView::Private::initialPressPosition, Digikam::DCategorizedView::Private::intersectionSet(), Digikam::DCategorizedSortFilterProxyModel::isCategorizedModel(), Digikam::DCategorizedView::Private::mouseButtonPressed, Digikam::DCategorizedView::Private::mousePosition, Digikam::DCategorizedView::Private::proxyModel, Digikam::DCategorizedSortFilterProxyModel::sortColumn(), and Digikam::DCategorizedView::visualRect().
Referenced by Digikam::ImportCategorizedView::paintEvent().
|
inlineoverrideslotinherited |
References Digikam::DragDropViewImplementation::paste().
Referenced by Digikam::ItemViewCategorized::keyPressEvent(), and Digikam::ItemIconView::slotImagePaste().
|
overrideprotectedvirtualinherited |
Creates a pixmap for dragging the given indexes.
Implements Digikam::DragDropViewImplementation.
References nextInOrder().
void Digikam::ItemCategorizedView::removeOverlay | ( | ItemDelegateOverlay * | overlay | ) |
|
overrideprotectedinherited |
|
overrideprotectedinherited |
|
overrideprotectedinherited |
References Digikam::ItemViewCategorized::nextIndexHint().
|
overrideprotectedinherited |
References Digikam::DCategorizedView::rowsInserted().
|
protectedvirtualslotinherited |
References Digikam::DCategorizedView::Private::biggestItemSize, Digikam::DCategorizedView::Private::categories, Digikam::DCategorizedView::Private::categoriesIndexes, Digikam::DCategorizedView::Private::categoriesPosition, Digikam::DCategorizedView::Private::ElementInfo::category, Digikam::DCategorizedSortFilterProxyModel::CategoryDisplayRole, Digikam::DCategorizedView::Private::categoryUpperBound(), Digikam::DCategorizedView::Private::elementsInfo, Digikam::DCategorizedView::Private::elementsPosition, Digikam::DCategorizedView::Private::forcedSelectionPosition, Digikam::DCategorizedView::Private::hovered, Digikam::DCategorizedView::Private::intersectedIndexes, Digikam::DCategorizedView::Private::mouseButtonPressed, Digikam::DCategorizedView::Private::proxyModel, Digikam::DCategorizedView::Private::ElementInfo::relativeOffsetToCategory, Digikam::DCategorizedView::Private::rightMouseButtonPressed, Digikam::DCategorizedSortFilterProxyModel::sortColumn(), and Digikam::DCategorizedView::Private::updateScrollbars().
Referenced by Digikam::DCategorizedView::rowsInserted(), Digikam::DCategorizedView::rowsRemoved(), and Digikam::DCategorizedView::slotLayoutChanged().
|
overrideprotectedvirtualinherited |
Reimplemented from Digikam::DCategorizedView.
References Digikam::DCategorizedView::rowsRemoved(), and Digikam::ItemViewCategorized::scrollTo().
Referenced by Digikam::LightTableThumbBar::LightTableThumbBar().
|
overrideinherited |
Referenced by Digikam::ImportCategorizedView::hintAt(), hintAt(), ShowFoto::ShowfotoCategorizedView::hintAt(), Digikam::ItemViewCategorized::mouseReleaseEvent(), Digikam::ItemViewCategorized::rowsRemoved(), Digikam::ItemViewCategorized::scrollToRelaxed(), Digikam::ItemThumbnailBar::slotDockLocationChanged(), ShowFoto::ShowfotoThumbnailBar::slotDockLocationChanged(), Digikam::ImportThumbnailBar::slotDockLocationChanged(), Digikam::LightTableThumbBar::slotDockLocationChanged(), and Digikam::ItemViewCategorized::toIndex().
|
inherited |
Like scrollTo, but only scrolls if the index is not visible, regardless of hint.
References Digikam::ItemViewCategorized::scrollTo(), and Digikam::DCategorizedView::visualRect().
Referenced by Digikam::ItemViewCategorized::layoutWasChanged(), and Digikam::ItemViewCategorized::resizeEvent().
Emitted when new items are selected. The parameter includes only the newly selected infos, there may be other already selected infos.
Referenced by selectionChanged().
ItemInfoList Digikam::ItemCategorizedView::selectedItemInfos | ( | ) | const |
ItemInfoList Digikam::ItemCategorizedView::selectedItemInfosCurrentFirst | ( | ) | const |
|
signalinherited |
Emitted when any selection change occurs. Any of the signals below will be emitted before.
Referenced by Digikam::ItemViewCategorized::reset(), selectionChanged(), Digikam::ItemViewCategorized::selectionChanged(), and Digikam::ImportCategorizedView::selectionChanged().
|
overrideprotected |
References deselected(), imageInfos(), selected(), and Digikam::ItemViewCategorized::selectionChanged().
|
signalinherited |
Emitted when the selection is completely cleared.
Referenced by Digikam::ItemViewCategorized::reset(), and Digikam::ItemViewCategorized::selectionChanged().
|
inherited |
References Digikam::DCategorizedView::Private::categories, Digikam::DCategorizedView::Private::categoriesIndexes, Digikam::DCategorizedView::Private::categoriesPosition, Digikam::DCategorizedView::categoryDrawer(), Digikam::DCategorizedView::Private::categoryDrawer, Digikam::DCategorizedView::Private::elementsInfo, Digikam::DCategorizedView::Private::elementsPosition, Digikam::DCategorizedView::Private::forcedSelectionPosition, Digikam::DCategorizedView::Private::hovered, Digikam::DCategorizedView::Private::intersectedIndexes, Digikam::DCategorizedView::Private::lastSelection, Digikam::DCategorizedView::Private::mouseButtonPressed, Digikam::DCategorizedView::Private::proxyModel, Digikam::DCategorizedView::Private::rightMouseButtonPressed, Digikam::DCategorizedView::slotLayoutChanged(), and Digikam::DCategorizedView::updateGeometries().
Referenced by Digikam::ImportCategorizedView::setItemDelegate(), setItemDelegate(), and Digikam::ActionCategorizedView::setupIconMode().
|
slot |
Set as current item the item identified by the imageinfo.
Referenced by Digikam::LightTableWindow::setLeftRightItems().
|
slot |
Set as current item the item identified by its file url.
Referenced by Digikam::DigikamItemView::rename(), and slotCurrentUrlTimer().
|
slot |
Set as current item when it becomes available, the item identified by its file url.
Referenced by Digikam::DigikamItemView::DigikamItemView(), and Digikam::ItemIconView::slotSetCurrentUrlWhenAvailable().
|
slot |
Scroll the view to the given item when it becomes available.
Referenced by Digikam::LightTableWindow::loadItemInfos(), and Digikam::ItemIconView::slotSetCurrentWhenAvailable().
|
inherited |
Switch on drawing of dragged items. Default: on. While dragging over the view, dragged items will be drawn transparently following the mouse cursor.
drawDraggedItems | if true , dragged items will be drawn |
References Digikam::DCategorizedView::Private::drawItemsWhileDragging.
Referenced by Digikam::ItemViewCategorized::ItemViewCategorized().
|
inherited |
References Digikam::DCategorizedView::slotLayoutChanged().
Referenced by Digikam::ActionCategorizedView::adjustGridSize().
|
protectedinherited |
References Digikam::ItemViewCategorized::delegate().
Referenced by Digikam::ImportCategorizedView::setItemDelegate(), and setItemDelegate().
|
protected |
References delegate(), Digikam::ItemViewCategorized::hideIndexNotification(), Digikam::DCategorizedView::setCategoryDrawer(), Digikam::ItemViewCategorized::setItemDelegate(), Digikam::ItemViewCategorized::showIndexNotification(), Digikam::ItemViewDelegate::spacing(), thumbnailSize(), and Digikam::ItemViewCategorized::updateDelegateSizes().
Referenced by Digikam::DigikamItemView::DigikamItemView(), Digikam::ItemThumbnailBar::ItemThumbnailBar(), and Digikam::DigikamItemView::setFaceMode().
|
overrideinherited |
References Digikam::DCategorizedView::Private::categories, Digikam::DCategorizedView::Private::categoriesIndexes, Digikam::DCategorizedView::Private::categoriesPosition, Digikam::DCategorizedView::Private::elementsInfo, Digikam::DCategorizedView::Private::elementsPosition, Digikam::DCategorizedView::Private::forcedSelectionPosition, Digikam::DCategorizedView::Private::hovered, Digikam::DCategorizedView::Private::intersectedIndexes, Digikam::DCategorizedView::Private::lastSelection, Digikam::DCategorizedView::Private::mouseButtonPressed, Digikam::DCategorizedView::Private::proxyModel, Digikam::DCategorizedView::Private::rightMouseButtonPressed, Digikam::DCategorizedView::rowsRemoved(), and Digikam::DCategorizedView::slotLayoutChanged().
Referenced by Digikam::ImportCategorizedView::setModels(), setModels(), ShowFoto::ShowfotoCategorizedView::setModels(), and Digikam::EditorWindow::setupSelectToolsAction().
void Digikam::ItemCategorizedView::setModels | ( | ItemModel * | model, |
ImageSortFilterModel * | filterModel | ||
) |
References filterModel(), Digikam::ItemViewCategorized::layoutAboutToBeChanged(), Digikam::ItemViewCategorized::layoutWasChanged(), modelChanged(), Digikam::DCategorizedView::setModel(), and slotItemInfosAdded().
Referenced by installDefaultModels(), Digikam::LightTableThumbBar::LightTableThumbBar(), and Digikam::ItemThumbnailBar::setModelsFiltered().
|
inherited |
Scroll automatically the current index to center of the view.
Referenced by Digikam::ImportThumbnailBar::ImportThumbnailBar(), Digikam::ItemThumbnailBar::ItemThumbnailBar(), ShowFoto::ShowfotoThumbnailBar::ShowfotoThumbnailBar(), Digikam::ItemThumbnailBar::slotSetupChanged(), and Digikam::ImportThumbnailBar::slotSetupChanged().
|
inherited |
Determine a step size for scrolling: The larger this number, the smaller and more precise is the scrolling. Default is 10.
Referenced by Digikam::ImportThumbnailBar::ImportThumbnailBar(), Digikam::ItemThumbnailBar::ItemThumbnailBar(), and ShowFoto::ShowfotoThumbnailBar::ShowfotoThumbnailBar().
|
inherited |
Set selected items.
|
slot |
Set selected items identified by their file urls.
|
overrideprotectedinherited |
References Digikam::DCategorizedView::Private::cachedRectIndex(), Digikam::DCategorizedView::Private::categoryDrawer, Digikam::DCategorizedView::Private::contentsSize(), Digikam::DCategorizedView::Private::intersectionSet(), Digikam::DCategorizedSortFilterProxyModel::isCategorizedModel(), Digikam::DCategorizedView::Private::proxyModel, and Digikam::DCategorizedView::Private::selectionForRect().
|
inherited |
Sets the spacing. Does not use setSpacing()/spacing() from QListView
Referenced by Digikam::DigikamItemView::DigikamItemView(), Digikam::ImportIconView::ImportIconView(), Digikam::ImportThumbnailBar::ImportThumbnailBar(), Digikam::ItemThumbnailBar::ItemThumbnailBar(), and ShowFoto::ShowfotoThumbnailBar::ShowfotoThumbnailBar().
|
virtual |
Reimplemented in Digikam::DigikamItemView.
References Digikam::ItemViewCategorized::layoutAboutToBeChanged(), and Digikam::ItemViewCategorized::layoutWasChanged().
Referenced by Digikam::DigikamItemView::setThumbnailSize(), and setThumbnailSize().
|
slot |
References setThumbnailSize().
|
protectedinherited |
|
inherited |
Referenced by Digikam::DigikamItemView::DigikamItemView(), Digikam::ImportIconView::ImportIconView(), Digikam::ImportThumbnailBar::ImportThumbnailBar(), Digikam::ItemThumbnailBar::ItemThumbnailBar(), Digikam::ItemThumbnailBar::slotSetupChanged(), Digikam::DigikamItemView::slotSetupChanged(), Digikam::ImportIconView::slotSetupChanged(), and Digikam::ImportThumbnailBar::slotSetupChanged().
|
inherited |
Set if the PointingHand Cursor should be shown over the activation area
Referenced by Digikam::ImportThumbnailBar::ImportThumbnailBar(), Digikam::ItemThumbnailBar::ItemThumbnailBar(), and ShowFoto::ShowfotoThumbnailBar::ShowfotoThumbnailBar().
|
protectedvirtualinherited |
Reimplemented in Digikam::ImportIconView, and Digikam::DigikamItemView.
Referenced by Digikam::ItemViewCategorized::contextMenuEvent().
|
overrideprotectedvirtual |
Reimplement these in a subclass.
Reimplemented from Digikam::ItemViewCategorized.
References imageInfo(), and showContextMenuOnInfo().
|
protectedvirtual |
Reimplemented in Digikam::DigikamItemView.
Referenced by showContextMenuOnIndex().
|
slotinherited |
|
protectedvirtualinherited |
Provides default behavior, can reimplement in a subclass. Returns true if a tooltip was shown. The help event is optional.
Referenced by Digikam::ItemViewCategorized::viewportEvent().
|
protectedslotinherited |
References Digikam::ItemViewCategorized::indexActivated(), and Digikam::DCategorizedView::visualRect().
Referenced by Digikam::ItemViewCategorized::ItemViewCategorized().
|
protectedslotinherited |
References Digikam::ItemViewCategorized::clicked().
Referenced by Digikam::ItemViewCategorized::ItemViewCategorized().
|
protectedslot |
References setCurrentUrl().
Referenced by slotItemInfosAdded().
|
protectedslotinherited |
References Digikam::ItemViewCategorized::entered().
Referenced by Digikam::ItemViewCategorized::ItemViewCategorized().
|
protectedslot |
References slotCurrentUrlTimer().
Referenced by setModels().
|
protectedvirtualslotinherited |
References Digikam::DCategorizedView::Private::categoryDrawer, Digikam::DCategorizedSortFilterProxyModel::isCategorizedModel(), Digikam::DCategorizedView::Private::proxyModel, and Digikam::DCategorizedView::rowsInsertedArtifficial().
Referenced by Digikam::DCategorizedView::setCategoryDrawer(), Digikam::DCategorizedView::setGridSize(), and Digikam::DCategorizedView::setModel().
|
protectedvirtualslotinherited |
Reimplemented in Digikam::ImportThumbnailBar, Digikam::ImportIconView, ShowFoto::ShowfotoThumbnailBar, Digikam::DigikamItemView, and Digikam::ItemThumbnailBar.
Referenced by Digikam::ItemThumbnailBar::slotSetupChanged(), Digikam::DigikamItemView::slotSetupChanged(), ShowFoto::ShowfotoThumbnailBar::slotSetupChanged(), Digikam::ImportIconView::slotSetupChanged(), and Digikam::ImportThumbnailBar::slotSetupChanged().
|
protectedvirtualslotinherited |
Referenced by Digikam::ItemViewCategorized::ItemViewCategorized().
|
protectedinherited |
|
overrideprotectedinherited |
ThumbnailSize Digikam::ItemCategorizedView::thumbnailSize | ( | ) | const |
Referenced by setItemDelegate().
|
inherited |
Selects the index as current and scrolls to it
References Digikam::ItemViewCategorized::moveCursor().
|
inherited |
void Digikam::ItemCategorizedView::toIndex | ( | const QUrl & | url | ) |
Selects the index as current and scrolls to it.
References Digikam::ItemViewCategorized::toIndex().
|
inherited |
References Digikam::ItemViewCategorized::moveCursor().
|
inherited |
References Digikam::ItemViewCategorized::moveCursor(), and Digikam::ItemViewCategorized::toIndex().
Referenced by Digikam::ItemViewCategorized::awayFromSelection().
|
inherited |
References Digikam::ItemViewCategorized::moveCursor(), and Digikam::ItemViewCategorized::toIndex().
Referenced by Digikam::ItemViewCategorized::awayFromSelection().
|
protectedinherited |
|
overrideprotected |
References Digikam::DCategorizedView::updateGeometries().
|
protectedinherited |
|
signalinherited |
While clicked() is emitted with a valid index, this corresponds to clicking on empty space
Referenced by Digikam::ItemViewCategorized::mousePressEvent().
|
overrideprotectedinherited |
|
overrideinherited |
References Digikam::DCategorizedView::Private::categoryDrawer, Digikam::DCategorizedSortFilterProxyModel::isCategorizedModel(), Digikam::DCategorizedView::Private::proxyModel, and Digikam::DCategorizedView::Private::visualRect().
Referenced by Digikam::DCategorizedView::Private::drawDraggedItems(), Digikam::DCategorizedView::Private::intersectionSet(), Digikam::ItemViewCategorized::mouseMoveEvent(), Digikam::DCategorizedView::mouseReleaseEvent(), Digikam::DCategorizedView::paintEvent(), Digikam::ItemViewCategorized::scrollToRelaxed(), Digikam::ItemViewCategorized::showIndexNotification(), Digikam::ItemViewCategorized::slotActivated(), and Digikam::ItemViewCategorized::viewportEvent().
|
overrideprotectedinherited |
|
signalinherited |
Referenced by Digikam::ItemViewCategorized::wheelEvent().
|
signalinherited |
Referenced by Digikam::ItemViewCategorized::wheelEvent().