digiKam
|
Public Slots | |
void | copy () override |
void | cut () override |
void | hideIndexNotification () |
void | hintAt (const CamItemInfo &info) |
void | paste () override |
void | setCurrentInfo (const CamItemInfo &info) |
void | setCurrentUrl (const QUrl &url) |
void | setCurrentWhenAvailable (qlonglong camItemId) |
void | setSelectedCamItemInfos (const QList< CamItemInfo > &infos) |
void | setSelectedUrls (const QList< QUrl > &urlList) |
void | setThumbnailSize (int size) |
void | showIndexNotification (const QModelIndex &index, const QString &message) |
Signals | |
void | camItemInfoActivated (const CamItemInfo &info) |
void | clicked (const QMouseEvent *e, const QModelIndex &index) |
void | currentChanged (const CamItemInfo &info) |
void | deselected (const QList< CamItemInfo > &nowDeselectedInfos) |
void | entered (const QMouseEvent *e, const QModelIndex &index) |
void | keyPressed (QKeyEvent *e) |
void | modelChanged () |
void | selected (const QList< CamItemInfo > &newSelectedInfos) |
void | selectionChanged () |
void | selectionCleared () |
void | viewportClicked (const QMouseEvent *e) |
void | zoomInStep () |
void | zoomOutStep () |
Public Member Functions | |
void | addOverlay (ItemDelegateOverlay *overlay, ImportDelegate *delegate=nullptr) |
void | addSelectionOverlay (ImportDelegate *delegate=nullptr) |
void | awayFromSelection () |
QList< CamItemInfo > | camItemInfos () const |
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 |
CamItemInfo | currentInfo () const |
QUrl | currentUrl () const |
ImportDelegate * | delegate () const |
QItemSelectionModel * | getSelectionModel () const |
ImportCategorizedView (QWidget *const parent=nullptr) | |
ImportFilterModel * | importFilterModel () const |
ImportItemModel * | importItemModel () const |
ImportSortFilterModel * | importSortFilterModel () const |
ImportThumbnailModel * | importThumbnailModel () const |
QModelIndex | indexAt (const QPoint &point) const override |
void | invertSelection () |
bool | isToolTipEnabled () const |
CamItemInfo | nextInfo (const CamItemInfo &info) |
CamItemInfo | nextInOrder (const CamItemInfo &startingPoint, int nth) |
int | numberOfSelectedIndexes () const |
CamItemInfo | previousInfo (const CamItemInfo &info) |
void | removeOverlay (ItemDelegateOverlay *overlay) |
void | scrollTo (const QModelIndex &index, ScrollHint hint=EnsureVisible) override |
void | scrollToRelaxed (const QModelIndex &index, ScrollHint hint=EnsureVisible) |
QList< CamItemInfo > | selectedCamItemInfos () const |
QList< CamItemInfo > | selectedCamItemInfosCurrentFirst () const |
QList< QUrl > | selectedUrls () const |
void | setCategoryDrawer (DCategoryDrawer *categoryDrawer) |
void | setDrawDraggedItems (bool drawDraggedItems) |
void | setGridSize (const QSize &size) |
void | setModel (QAbstractItemModel *model) override |
void | setModels (ImportItemModel *model, ImportSortFilterModel *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 () |
QList< QUrl > | urls () const |
QRect | visualRect (const QModelIndex &index) const override |
~ImportCategorizedView () override | |
Protected Slots | |
void | layoutAboutToBeChanged () |
void | layoutWasChanged () |
virtual void | rowsInsertedArtifficial (const QModelIndex &parent, int start, int end) |
void | slotActivated (const QModelIndex &index) |
void | slotCamItemInfosAdded () |
void | slotClicked (const QModelIndex &index) |
void | slotEntered (const QModelIndex &index) |
virtual void | slotLayoutChanged () |
virtual void | slotSetupChanged () |
virtual void | slotThemeChanged () |
Protected Member Functions | |
virtual void | activated (const CamItemInfo &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 |
reimplemented from parent class More... | |
void | indexActivated (const QModelIndex &index, Qt::KeyboardModifiers modifiers) override |
QModelIndex | indexForCategoryAt (const QPoint &pos) const |
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 *e) 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 (ImportDelegate *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 CamItemInfo &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::ImportIconView.
Referenced by indexActivated().
void Digikam::ImportCategorizedView::addOverlay | ( | ItemDelegateOverlay * | overlay, |
ImportDelegate * | 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 addSelectionOverlay(), Digikam::ImportIconView::ImportIconView(), and Digikam::ImportThumbnailBar::installOverlays().
void Digikam::ImportCategorizedView::addSelectionOverlay | ( | ImportDelegate * | delegate = nullptr | ) |
References addOverlay(), and delegate().
Referenced by Digikam::ImportIconView::ImportIconView().
|
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().
|
signal |
Emitted when the given CamItemInfo is activated. Info is never null.
Referenced by indexActivated().
QList< CamItemInfo > Digikam::ImportCategorizedView::camItemInfos | ( | ) | const |
Referenced by urls().
|
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().
|
signal |
Referenced by currentChanged().
|
overrideprotected |
References currentChanged(), and Digikam::DCategorizedView::currentChanged().
CamItemInfo Digikam::ImportCategorizedView::currentInfo | ( | ) | const |
Referenced by currentUrl().
QUrl Digikam::ImportCategorizedView::currentUrl | ( | ) | const |
References currentInfo(), and Digikam::CamItemInfo::url().
|
inlineoverrideslotinherited |
References Digikam::DragDropViewImplementation::cut().
|
protectedinherited |
ImportDelegate * Digikam::ImportCategorizedView::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.
|
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 |
reimplemented from parent class
Implements Digikam::ItemViewCategorized.
Referenced by Digikam::ImportIconView::ImportIconView(), setModels(), and Digikam::ImportThumbnailBar::setModelsFiltered().
QItemSelectionModel * Digikam::ImportCategorizedView::getSelectionModel | ( | ) | const |
|
slotinherited |
|
slot |
Does something to gain attention for info, but not changing current selection
References Digikam::CamItemInfo::isNull(), and Digikam::ItemViewCategorized::scrollTo().
ImportFilterModel * Digikam::ImportCategorizedView::importFilterModel | ( | ) | const |
Returns any ImportFilterModel in chain. May not be sourceModel()
Referenced by Digikam::ImportIconView::camItemInfo(), Digikam::ImportIconView::camItemInfoRef(), Digikam::ImportThumbnailBar::firstIndex(), Digikam::ImportThumbnailBar::lastIndex(), Digikam::ImportThumbnailBar::nextIndex(), and Digikam::ImportThumbnailBar::previousIndex().
ImportItemModel * Digikam::ImportCategorizedView::importItemModel | ( | ) | const |
Referenced by Digikam::ImportIconView::assignColorLabel(), Digikam::ImportIconView::assignColorLabelToSelected(), Digikam::ImportIconView::assignPickLabel(), Digikam::ImportIconView::assignPickLabelToSelected(), Digikam::ImportIconView::assignRating(), Digikam::ImportThumbnailBar::assignRating(), Digikam::ImportIconView::assignRatingToSelected(), Digikam::ImportIconView::assignTagToSelected(), Digikam::ImportIconView::camItemInfoRef(), Digikam::ImportIconView::ImportIconView(), and Digikam::ImportIconView::removeTagFromSelected().
ImportSortFilterModel * Digikam::ImportCategorizedView::importSortFilterModel | ( | ) | const |
Referenced by Digikam::ImportThumbnailBar::assignRating().
ImportThumbnailModel * Digikam::ImportCategorizedView::importThumbnailModel | ( | ) | const |
Returns 0 if the ImportItemModel is not an ImportThumbnailModel
|
overrideprotectedvirtual |
Reimplemented from Digikam::ItemViewCategorized.
References activated(), camItemInfoActivated(), and Digikam::CamItemInfo::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 Digikam::ItemCategorizedView::albumAt().
|
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 setModels(), Digikam::ItemCategorizedView::setModels(), ShowFoto::ShowfotoCategorizedView::setModels(), Digikam::ItemCategorizedView::setThumbnailSize(), ShowFoto::ShowfotoCategorizedView::setThumbnailSize(), and setThumbnailSize().
|
protectedslotinherited |
References Digikam::ItemViewCategorized::scrollToRelaxed().
Referenced by setModels(), Digikam::ItemCategorizedView::setModels(), ShowFoto::ShowfotoCategorizedView::setModels(), Digikam::ItemCategorizedView::setThumbnailSize(), ShowFoto::ShowfotoCategorizedView::setThumbnailSize(), and 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 Digikam::ItemViewCategorized::nextIndexHint().
|
inline |
CamItemInfo Digikam::ImportCategorizedView::nextInOrder | ( | const CamItemInfo & | startingPoint, |
int | nth | ||
) |
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
|
inherited |
|
overrideprotected |
References Digikam::DCategorizedView::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.
|
inline |
void Digikam::ImportCategorizedView::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 hintAt(), Digikam::ItemCategorizedView::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().
|
signal |
Emitted when new items are selected. The parameter includes only the newly selected infos, there may be other already selected infos.
Referenced by selectionChanged().
QList< CamItemInfo > Digikam::ImportCategorizedView::selectedCamItemInfos | ( | ) | const |
Referenced by Digikam::ImportIconView::assignColorLabelToSelected(), Digikam::ImportIconView::assignPickLabelToSelected(), Digikam::ImportIconView::assignRatingToSelected(), Digikam::ImportIconView::assignTagToSelected(), Digikam::ImportIconView::deleteSelected(), Digikam::ImportIconView::deleteSelectedDirectly(), Digikam::ImportIconView::removeTagFromSelected(), and selectedUrls().
QList< CamItemInfo > Digikam::ImportCategorizedView::selectedCamItemInfosCurrentFirst | ( | ) | const |
Referenced by Digikam::ImportIconView::showContextMenuOnInfo().
QList< QUrl > Digikam::ImportCategorizedView::selectedUrls | ( | ) | const |
References selectedCamItemInfos(), Digikam::CamItemInfo::url(), and urls().
Referenced by Digikam::ImportIconView::rename(), and Digikam::ImportIconView::showContextMenuOnInfo().
|
signalinherited |
Emitted when any selection change occurs. Any of the signals below will be emitted before.
Referenced by Digikam::ItemViewCategorized::reset(), Digikam::ItemCategorizedView::selectionChanged(), Digikam::ItemViewCategorized::selectionChanged(), and selectionChanged().
|
overrideprotected |
References deselected(), 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 setItemDelegate(), Digikam::ItemCategorizedView::setItemDelegate(), and Digikam::ActionCategorizedView::setupIconMode().
|
slot |
Set as current item the item identified by the CamItemInfo
|
slot |
Set as current item the item identified by its file url
|
slot |
Scroll the view to the given item when it becomes available
|
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 setItemDelegate(), and Digikam::ItemCategorizedView::setItemDelegate().
|
protected |
References delegate(), Digikam::ItemViewCategorized::hideIndexNotification(), Digikam::DCategorizedView::setCategoryDrawer(), Digikam::ItemViewCategorized::setItemDelegate(), Digikam::ItemViewImportDelegate::setThumbnailSize(), Digikam::ItemViewCategorized::showIndexNotification(), Digikam::ItemViewImportDelegate::spacing(), thumbnailSize(), and Digikam::ItemViewCategorized::updateDelegateSizes().
Referenced by Digikam::ImportIconView::ImportIconView(), and Digikam::ImportThumbnailBar::ImportThumbnailBar().
|
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 setModels(), Digikam::ItemCategorizedView::setModels(), ShowFoto::ShowfotoCategorizedView::setModels(), and Digikam::EditorWindow::setupSelectToolsAction().
void Digikam::ImportCategorizedView::setModels | ( | ImportItemModel * | model, |
ImportSortFilterModel * | filterModel | ||
) |
References filterModel(), Digikam::ItemViewCategorized::layoutAboutToBeChanged(), Digikam::ItemViewCategorized::layoutWasChanged(), modelChanged(), Digikam::DCategorizedView::setModel(), and slotCamItemInfosAdded().
Referenced by Digikam::ImportIconView::ImportIconView(), and Digikam::ImportThumbnailBar::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().
|
slot |
Set selected items
|
inherited |
|
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::ImportIconView.
References Digikam::ItemViewCategorized::layoutAboutToBeChanged(), and Digikam::ItemViewCategorized::layoutWasChanged().
Referenced by Digikam::ImportIconView::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 showContextMenuOnInfo().
|
protectedvirtual |
Reimplemented in Digikam::ImportIconView.
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().
|
protectedslot |
Referenced by setModels().
|
protectedslotinherited |
References Digikam::ItemViewCategorized::clicked().
Referenced by Digikam::ItemViewCategorized::ItemViewCategorized().
|
protectedslotinherited |
References Digikam::ItemViewCategorized::entered().
Referenced by Digikam::ItemViewCategorized::ItemViewCategorized().
|
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::ImportCategorizedView::thumbnailSize | ( | ) | const |
Referenced by setItemDelegate().
|
inherited |
Selects the index as current and scrolls to it
References Digikam::ItemViewCategorized::moveCursor().
|
inherited |
void Digikam::ImportCategorizedView::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().
QList< QUrl > Digikam::ImportCategorizedView::urls | ( | ) | const |
References camItemInfos(), and Digikam::CamItemInfo::url().
Referenced by Digikam::ImportIconView::rename(), and selectedUrls().
|
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().