digiKam
|
Classes | |
class | Private |
Public Slots | |
void | assignColorLabel (const QModelIndex &index, int colorId) |
void | assignColorLabelToSelected (int colorId) |
void | assignPickLabel (const QModelIndex &index, int pickId) |
void | assignPickLabelToSelected (int pickId) |
void | assignRating (const QList< QModelIndex > &index, int rating) |
void | assignRatingToSelected (int rating) |
void | assignTagToSelected (int tagID) |
void | copy () override |
void | createGroupByTimeFromSelection () |
void | createGroupFromSelection () |
void | cut () override |
void | deleteSelected (bool permanently=false) |
void | deleteSelectedDirectly (bool permanently=false) |
void | hideIndexNotification () |
void | hintAt (const CamItemInfo &info) |
void | paste () override |
void | removeSelectedFromGroup () |
void | removeTagFromSelected (int tagID) |
void | rename () |
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) |
void | ungroupSelected () |
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 | previewRequested (const CamItemInfo &info, bool downloadPreview) |
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 () |
CamItemInfo | camItemInfo (const QString &folder, const QString &file) |
CamItemInfo & | camItemInfoRef (const QString &folder, const QString &file) |
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 |
int | fitToWidthIcons () |
QItemSelectionModel * | getSelectionModel () const |
ImportFilterModel * | importFilterModel () const |
ImportIconView (QWidget *const parent=nullptr) | |
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) |
void | setThumbnailSize (const ThumbnailSize &size) override |
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 |
ItemViewUtilities * | utilities () const |
QRect | visualRect (const QModelIndex &index) const override |
~ImportIconView () 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 | slotThemeChanged () |
Protected Member Functions | |
void | activated (const CamItemInfo &info, Qt::KeyboardModifiers modifiers) override |
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) |
void | showContextMenu (QContextMenuEvent *event) override |
void | showContextMenuOnIndex (QContextMenuEvent *event, const QModelIndex &index) override |
Reimplement these in a subclass. More... | |
void | showContextMenuOnInfo (QContextMenuEvent *event, const CamItemInfo &info) override |
virtual bool | showToolTip (const QModelIndex &index, QStyleOptionViewItem &option, QHelpEvent *e=nullptr) |
void | slotSetupChanged () override |
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 |
References Digikam::ImportCategorizedView::addOverlay(), Digikam::ImportCategorizedView::addSelectionOverlay(), assignRating(), Digikam::ImportCategorizedView::filterModel(), Digikam::ImportSettings::getDefaultIconSize(), Digikam::ImportCategorizedView::importItemModel(), Digikam::ImportSettings::instance(), Digikam::ImportRotateOverlay::left(), Digikam::ImportIconView::Private::normalDelegate, Digikam::ImportRotateOverlay::right(), Digikam::ImportIconView::Private::rotateLeftOverlay, Digikam::ImportIconView::Private::rotateRightOverlay, Digikam::DragDropModelImplementation::setDragDropHandler(), Digikam::ImportCategorizedView::setItemDelegate(), Digikam::ImportCategorizedView::setModels(), Digikam::ItemViewCategorized::setSpacing(), setThumbnailSize(), Digikam::ItemViewCategorized::setToolTipEnabled(), Digikam::ImportSettings::setupChanged(), Digikam::ImportSettings::showToolTipsIsValid(), slotSetupChanged(), and Digikam::ImportIconView::Private::updateOverlays().
|
override |
|
overrideprotectedvirtual |
Reimplement these in a subclass.
Reimplemented from Digikam::ImportCategorizedView.
References Digikam::ImportSettings::getItemLeftClickAction(), Digikam::ImportSettings::instance(), Digikam::CamItemInfo::isNull(), previewRequested(), Digikam::ImportSettings::ShowPreview, Digikam::ImportSettings::StartEditor, and Digikam::CamItemInfo::url().
|
inherited |
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 Digikam::ImportCategorizedView::delegate(), Digikam::ItemDelegateOverlayContainer::installOverlay(), Digikam::ItemDelegateOverlay::setActive(), and Digikam::ItemDelegateOverlay::setView().
Referenced by Digikam::ImportCategorizedView::addSelectionOverlay(), ImportIconView(), and Digikam::ImportThumbnailBar::installOverlays().
|
inherited |
References Digikam::ImportCategorizedView::addOverlay(), and Digikam::ImportCategorizedView::delegate().
Referenced by ImportIconView().
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
References Digikam::ImportItemModel::camItemInfoRef(), Digikam::ImportCategorizedView::importItemModel(), and Digikam::CamItemInfo::rating.
Referenced by ImportIconView().
|
slot |
|
slot |
|
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 |
CamItemInfo Digikam::ImportIconView::camItemInfo | ( | const QString & | folder, |
const QString & | file | ||
) |
|
signalinherited |
Emitted when the given CamItemInfo is activated. Info is never null.
Referenced by Digikam::ImportCategorizedView::indexActivated().
CamItemInfo & Digikam::ImportIconView::camItemInfoRef | ( | const QString & | folder, |
const QString & | file | ||
) |
|
inherited |
Referenced by Digikam::ImportCategorizedView::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().
|
slot |
|
slot |
|
signalinherited |
Referenced by Digikam::ImportCategorizedView::currentChanged().
|
overrideprotectedinherited |
|
inherited |
Referenced by Digikam::ImportCategorizedView::currentUrl().
|
inherited |
References Digikam::ImportCategorizedView::currentInfo(), and Digikam::CamItemInfo::url().
|
inlineoverrideslotinherited |
References Digikam::DragDropViewImplementation::cut().
|
protectedinherited |
|
inherited |
|
slot |
|
slot |
|
signalinherited |
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 Digikam::ImportCategorizedView::selectionChanged().
|
overrideprotectedvirtualinherited |
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 |
|
overrideprotectedvirtualinherited |
reimplemented from parent class
Implements Digikam::ItemViewCategorized.
Referenced by ImportIconView(), Digikam::ImportCategorizedView::setModels(), and Digikam::ImportThumbnailBar::setModelsFiltered().
int Digikam::ImportIconView::fitToWidthIcons | ( | ) |
|
inherited |
|
slotinherited |
Referenced by Digikam::ItemViewCategorized::leaveEvent(), Digikam::ItemViewCategorized::mouseMoveEvent(), Digikam::ImportCategorizedView::setItemDelegate(), Digikam::ItemCategorizedView::setItemDelegate(), ShowFoto::ShowfotoCategorizedView::setItemDelegate(), and Digikam::ItemViewCategorized::showIndexNotification().
|
slotinherited |
Does something to gain attention for info, but not changing current selection
References Digikam::CamItemInfo::isNull(), and Digikam::ItemViewCategorized::scrollTo().
|
inherited |
Returns any ImportFilterModel in chain. May not be sourceModel()
Referenced by camItemInfo(), camItemInfoRef(), Digikam::ImportThumbnailBar::firstIndex(), Digikam::ImportThumbnailBar::lastIndex(), Digikam::ImportThumbnailBar::nextIndex(), and Digikam::ImportThumbnailBar::previousIndex().
|
inherited |
|
inherited |
Referenced by Digikam::ImportThumbnailBar::assignRating().
|
inherited |
Returns 0 if the ImportItemModel is not an ImportThumbnailModel
|
overrideprotectedvirtualinherited |
Reimplemented from Digikam::ItemViewCategorized.
References Digikam::ImportCategorizedView::activated(), Digikam::ImportCategorizedView::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 Digikam::ImportCategorizedView::setModels(), Digikam::ItemCategorizedView::setModels(), ShowFoto::ShowfotoCategorizedView::setModels(), Digikam::ItemCategorizedView::setThumbnailSize(), ShowFoto::ShowfotoCategorizedView::setThumbnailSize(), and Digikam::ImportCategorizedView::setThumbnailSize().
|
protectedslotinherited |
References Digikam::ItemViewCategorized::scrollToRelaxed().
Referenced by Digikam::ImportCategorizedView::setModels(), Digikam::ItemCategorizedView::setModels(), ShowFoto::ShowfotoCategorizedView::setModels(), Digikam::ItemCategorizedView::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().
|
signalinherited |
Emitted when a new model is set
Referenced by Digikam::ImportCategorizedView::setModels().
|
overrideprotectedinherited |
|
overrideprotectedinherited |
|
overrideprotectedinherited |
|
overrideprotectedinherited |
|
overrideprotectedvirtualinherited |
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().
|
inlineinherited |
|
inherited |
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 |
|
overrideprotectedinherited |
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.
|
signal |
Referenced by activated().
|
inlineinherited |
|
inherited |
|
slot |
|
slot |
|
slot |
|
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(), 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().
|
signalinherited |
Emitted when new items are selected. The parameter includes only the newly selected infos, there may be other already selected infos.
Referenced by Digikam::ImportCategorizedView::selectionChanged().
|
inherited |
|
inherited |
Referenced by showContextMenuOnInfo().
|
inherited |
References Digikam::ImportCategorizedView::selectedCamItemInfos(), Digikam::CamItemInfo::url(), and Digikam::ImportCategorizedView::urls().
Referenced by rename(), and 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 Digikam::ImportCategorizedView::selectionChanged().
|
overrideprotectedinherited |
|
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(), Digikam::ItemCategorizedView::setItemDelegate(), and Digikam::ActionCategorizedView::setupIconMode().
|
slotinherited |
Set as current item the item identified by the CamItemInfo
|
slotinherited |
Set as current item the item identified by its file url
|
slotinherited |
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 Digikam::ImportCategorizedView::setItemDelegate(), and Digikam::ItemCategorizedView::setItemDelegate().
|
protectedinherited |
References Digikam::ImportCategorizedView::delegate(), Digikam::ItemViewCategorized::hideIndexNotification(), Digikam::DCategorizedView::setCategoryDrawer(), Digikam::ItemViewCategorized::setItemDelegate(), Digikam::ItemViewImportDelegate::setThumbnailSize(), Digikam::ItemViewCategorized::showIndexNotification(), Digikam::ItemViewImportDelegate::spacing(), Digikam::ImportCategorizedView::thumbnailSize(), and Digikam::ItemViewCategorized::updateDelegateSizes().
Referenced by 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 Digikam::ImportCategorizedView::setModels(), Digikam::ItemCategorizedView::setModels(), ShowFoto::ShowfotoCategorizedView::setModels(), and Digikam::EditorWindow::setupSelectToolsAction().
|
inherited |
References Digikam::ImportCategorizedView::filterModel(), Digikam::ItemViewCategorized::layoutAboutToBeChanged(), Digikam::ItemViewCategorized::layoutWasChanged(), Digikam::ImportCategorizedView::modelChanged(), Digikam::DCategorizedView::setModel(), and Digikam::ImportCategorizedView::slotCamItemInfosAdded().
Referenced by 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().
|
slotinherited |
Set selected items
|
inherited |
|
slotinherited |
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(), ImportIconView(), Digikam::ImportThumbnailBar::ImportThumbnailBar(), Digikam::ItemThumbnailBar::ItemThumbnailBar(), and ShowFoto::ShowfotoThumbnailBar::ShowfotoThumbnailBar().
|
overridevirtual |
Reimplemented from Digikam::ImportCategorizedView.
References Digikam::ImportCategorizedView::setThumbnailSize().
Referenced by ImportIconView().
|
slotinherited |
|
protectedinherited |
|
inherited |
Referenced by Digikam::DigikamItemView::DigikamItemView(), ImportIconView(), Digikam::ImportThumbnailBar::ImportThumbnailBar(), Digikam::ItemThumbnailBar::ItemThumbnailBar(), Digikam::ItemThumbnailBar::slotSetupChanged(), Digikam::DigikamItemView::slotSetupChanged(), 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().
|
overrideprotectedvirtual |
Reimplemented from Digikam::ItemViewCategorized.
References Digikam::ImportContextMenuHelper::addAction(), Digikam::ImportContextMenuHelper::addSeparator(), and Digikam::ImportContextMenuHelper::exec().
|
overrideprotectedvirtualinherited |
Reimplement these in a subclass.
Reimplemented from Digikam::ItemViewCategorized.
References Digikam::ImportCategorizedView::showContextMenuOnInfo().
|
overrideprotectedvirtual |
Reimplemented from Digikam::ImportCategorizedView.
References Digikam::ImportContextMenuHelper::addAction(), Digikam::ImportContextMenuHelper::addLabelsAction(), Digikam::ImportContextMenuHelper::addSeparator(), Digikam::ImportContextMenuHelper::addServicesMenu(), assignColorLabelToSelected(), assignPickLabelToSelected(), assignRatingToSelected(), Digikam::ImportContextMenuHelper::exec(), Digikam::CamItemInfo::id, Digikam::ImportCategorizedView::selectedCamItemInfosCurrentFirst(), and Digikam::ImportCategorizedView::selectedUrls().
|
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 |
Referenced by Digikam::ImportCategorizedView::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().
|
overrideprotectedvirtual |
Reimplemented from Digikam::ItemViewCategorized.
References Digikam::ImportSettings::instance(), Digikam::ItemViewCategorized::setToolTipEnabled(), Digikam::ItemViewCategorized::slotSetupChanged(), and Digikam::ImportIconView::Private::updateOverlays().
Referenced by ImportIconView().
|
protectedvirtualslotinherited |
Referenced by Digikam::ItemViewCategorized::ItemViewCategorized().
|
protectedinherited |
|
overrideprotectedinherited |
|
inherited |
Referenced by Digikam::ImportCategorizedView::setItemDelegate().
|
inherited |
Selects the index as current and scrolls to it
References Digikam::ItemViewCategorized::moveCursor().
|
inherited |
|
inherited |
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().
|
slot |
|
protectedinherited |
|
overrideprotectedinherited |
References Digikam::DCategorizedView::updateGeometries().
|
inherited |
References Digikam::ImportCategorizedView::camItemInfos(), and Digikam::CamItemInfo::url().
Referenced by rename(), and Digikam::ImportCategorizedView::selectedUrls().
|
protectedinherited |
ItemViewUtilities * Digikam::ImportIconView::utilities | ( | ) | const |
References Digikam::ImportIconView::Private::utilities.
|
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().