digiKam
|
Public Slots | |
void | copy () override |
void | cut () override |
void | hideIndexNotification () |
void | hintAt (const ShowfotoItemInfo &info) |
void | paste () override |
void | setCurrentInfo (const ShowfotoItemInfo &info) |
void | setCurrentUrl (const QUrl &url) |
void | setCurrentWhenAvailable (qlonglong ShowfotoItemId) |
void | setSelectedShowfotoItemInfos (const QList< ShowfotoItemInfo > &infos) |
void | setSelectedUrls (const QList< QUrl > &urlList) |
void | setThumbnailSize (int size) |
void | showIndexNotification (const QModelIndex &index, const QString &message) |
void | slotDockLocationChanged (Qt::DockWidgetArea area) |
Signals | |
void | clicked (const QMouseEvent *e, const QModelIndex &index) |
void | currentChanged (const ShowfotoItemInfo &info) |
void | deselected (const QList< ShowfotoItemInfo > &nowDeselectedInfos) |
void | entered (const QMouseEvent *e, const QModelIndex &index) |
void | keyPressed (QKeyEvent *e) |
void | modelChanged () |
void | selected (const QList< ShowfotoItemInfo > &newSelectedInfos) |
void | selectionChanged () |
void | selectionCleared () |
void | showfotoItemInfoActivated (const ShowfotoItemInfo &info) |
void | viewportClicked (const QMouseEvent *e) |
void | zoomInStep () |
void | zoomOutStep () |
Public Member Functions | |
void | addOverlay (ItemDelegateOverlay *overlay, ShowfotoDelegate *delegate=nullptr) |
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 |
ShowfotoItemInfo | currentInfo () const |
QUrl | currentUrl () const |
ShowfotoDelegate * | delegate () const |
ShowfotoItemInfo | findItemByUrl (const QUrl &url) |
QModelIndex | firstIndex () const |
QItemSelectionModel * | getSelectionModel () const |
QModelIndex | indexAt (const QPoint &point) const override |
void | installOverlays () |
void | invertSelection () |
bool | isToolTipEnabled () const |
QModelIndex | lastIndex () const |
QModelIndex | nextIndex (const QModelIndex &index) const |
ShowfotoItemInfo | nextInfo (const ShowfotoItemInfo &info) |
ShowfotoItemInfo | nextInOrder (const ShowfotoItemInfo &startingPoint, int nth) |
int | numberOfSelectedIndexes () const |
QModelIndex | previousIndex (const QModelIndex &index) const |
ShowfotoItemInfo | previousInfo (const ShowfotoItemInfo &info) |
void | removeOverlay (ItemDelegateOverlay *overlay) |
void | scrollTo (const QModelIndex &index, ScrollHint hint=EnsureVisible) override |
void | scrollToRelaxed (const QModelIndex &index, ScrollHint hint=EnsureVisible) |
QList< ShowfotoItemInfo > | selectedShowfotoItemInfos () const |
QList< ShowfotoItemInfo > | selectedShowfotoItemInfosCurrentFirst () const |
QList< QUrl > | selectedUrls () const |
void | setCategoryDrawer (DCategoryDrawer *categoryDrawer) |
void | setDrawDraggedItems (bool drawDraggedItems) |
void | setFlow (QListView::Flow newFlow) |
void | setGridSize (const QSize &size) |
void | setModel (QAbstractItemModel *model) override |
void | setModels (ShowfotoItemModel *model, ShowfotoSortFilterModel *filterModel) |
void | setModelsFiltered (ShowfotoItemModel *model, ShowfotoSortFilterModel *filterModel) |
void | setScrollBarPolicy (Qt::ScrollBarPolicy policy) |
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) |
ShowfotoFilterModel * | showfotoFilterModel () const |
Returns any ShowfotoFilterModel in chain. May not be sourceModel() More... | |
QList< ShowfotoItemInfo > | showfotoItemInfos () const |
ShowfotoItemModel * | showfotoItemModel () const |
ShowfotoSortFilterModel * | showfotoSortFilterModel () const |
ShowfotoThumbnailBar (QWidget *const parent=nullptr) | |
ShowfotoThumbnailModel * | showfotoThumbnailModel () const |
Returns 0 if the ShowfotoItemModel is not an ShowfotoThumbnailModel. More... | |
int | thumbnailIndexForUrl (const QUrl &url) const |
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 |
~ShowfotoThumbnailBar () 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 | slotEntered (const QModelIndex &index) |
virtual void | slotLayoutChanged () |
virtual void | slotThemeChanged () |
Protected Member Functions | |
virtual void | activated (const ShowfotoItemInfo &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) |
bool | event (QEvent *) override |
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 (ShowfotoDelegate *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 ShowfotoItemInfo &info) |
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 ShowFoto::ShowfotoSettings::instance(), ShowFoto::ShowfotoCategorizedView::setItemDelegate(), setScrollBarPolicy(), Digikam::ItemViewCategorized::setScrollCurrentToCenter(), Digikam::ItemViewCategorized::setScrollStepGranularity(), Digikam::ItemViewCategorized::setSpacing(), Digikam::ItemViewCategorized::setUsePointingHandCursor(), and slotSetupChanged().
|
override |
|
protectedvirtualinherited |
Reimplement these in a subclass.
Referenced by ShowFoto::ShowfotoCategorizedView::indexActivated().
|
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 ShowFoto::ShowfotoCategorizedView::delegate(), Digikam::ItemDelegateOverlayContainer::installOverlay(), Digikam::ItemDelegateOverlay::setActive(), and Digikam::ItemDelegateOverlay::setView().
Referenced by installOverlays().
|
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().
|
overrideprotectedinherited |
|
signalinherited |
Referenced by ShowFoto::ShowfotoCategorizedView::currentChanged().
|
inherited |
Referenced by ShowFoto::ShowfotoCategorizedView::currentUrl().
|
inherited |
|
inlineoverrideslotinherited |
References Digikam::DragDropViewImplementation::cut().
|
protectedinherited |
|
inherited |
|
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 ShowFoto::ShowfotoCategorizedView::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 |
|
overrideprotected |
References setFlow().
|
overrideprotectedvirtualinherited |
reimplemented from parent class
Implements Digikam::ItemViewCategorized.
Referenced by ShowFoto::ShowfotoCategorizedView::setModels().
ShowfotoItemInfo ShowFoto::ShowfotoThumbnailBar::findItemByUrl | ( | const QUrl & | url | ) |
QModelIndex ShowFoto::ShowfotoThumbnailBar::firstIndex | ( | ) | const |
|
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 ShowFoto::ShowfotoItemInfo::isNull(), and Digikam::ItemViewCategorized::scrollTo().
|
overrideprotectedvirtualinherited |
|
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().
void ShowFoto::ShowfotoThumbnailBar::installOverlays | ( | ) |
References ShowFoto::ShowfotoCategorizedView::addOverlay().
|
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 |
QModelIndex ShowFoto::ShowfotoThumbnailBar::lastIndex | ( | ) | const |
|
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 ShowFoto::ShowfotoCategorizedView::setModels().
|
overrideprotectedinherited |
|
overrideprotectedinherited |
|
overrideprotectedinherited |
|
overrideprotectedinherited |
QModelIndex ShowFoto::ShowfotoThumbnailBar::nextIndex | ( | const QModelIndex & | index | ) | const |
|
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.
|
inherited |
References ShowFoto::ShowfotoCategorizedView::nextInOrder().
|
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
Referenced by ShowFoto::ShowfotoCategorizedView::nextInfo(), and ShowFoto::ShowfotoCategorizedView::previousInfo().
|
inherited |
|
overrideprotectedinherited |
|
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.
QModelIndex ShowFoto::ShowfotoThumbnailBar::previousIndex | ( | const QModelIndex & | index | ) | const |
|
inherited |
References ShowFoto::ShowfotoCategorizedView::nextInOrder().
|
inherited |
|
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(), 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 ShowFoto::ShowfotoCategorizedView::selectionChanged().
|
inherited |
Referenced by ShowFoto::ShowfotoCategorizedView::selectedUrls().
|
inherited |
|
inherited |
|
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 ShowfotoItemInfo
|
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().
void ShowFoto::ShowfotoThumbnailBar::setFlow | ( | QListView::Flow | newFlow | ) |
|
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 ShowFoto::ShowfotoCategorizedView::delegate(), Digikam::ItemViewCategorized::hideIndexNotification(), ShowFoto::ShowfotoItemViewDelegate::hideNotification(), ShowFoto::ShowfotoItemViewDelegate::requestNotification(), ShowFoto::ShowfotoItemViewDelegate::setThumbnailSize(), Digikam::ItemViewCategorized::showIndexNotification(), ShowFoto::ShowfotoItemViewDelegate::spacing(), ShowFoto::ShowfotoCategorizedView::thumbnailSize(), and Digikam::ItemViewCategorized::updateDelegateSizes().
Referenced by ShowfotoThumbnailBar().
|
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 |
void ShowFoto::ShowfotoThumbnailBar::setModelsFiltered | ( | ShowfotoItemModel * | model, |
ShowfotoSortFilterModel * | filterModel | ||
) |
This installs a duplicate filter model, if the ShwofotoItemModel may contain duplicates. Otherwise, just use setModels().
void ShowFoto::ShowfotoThumbnailBar::setScrollBarPolicy | ( | Qt::ScrollBarPolicy | policy | ) |
Sets the policy always for the one scroll bar which is relevant, depending on orientation.
Referenced by setFlow(), and ShowfotoThumbnailBar().
|
inherited |
Scroll automatically the current index to center of the view.
Referenced by Digikam::ImportThumbnailBar::ImportThumbnailBar(), Digikam::ItemThumbnailBar::ItemThumbnailBar(), 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 ShowfotoThumbnailBar().
|
inherited |
|
slotinherited |
Set selected items
|
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(), Digikam::ImportIconView::ImportIconView(), Digikam::ImportThumbnailBar::ImportThumbnailBar(), Digikam::ItemThumbnailBar::ItemThumbnailBar(), and ShowfotoThumbnailBar().
|
virtualinherited |
|
slotinherited |
|
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 ShowfotoThumbnailBar().
|
protectedvirtualinherited |
Reimplemented in Digikam::ImportIconView, and Digikam::DigikamItemView.
Referenced by Digikam::ItemViewCategorized::contextMenuEvent().
|
overrideprotectedvirtualinherited |
Reimplement these in a subclass.
Reimplemented from Digikam::ItemViewCategorized.
References ShowFoto::ShowfotoCategorizedView::showContextMenuOnInfo().
|
protectedvirtualinherited |
Referenced by ShowFoto::ShowfotoCategorizedView::showContextMenuOnIndex().
|
inherited |
Returns any ShowfotoFilterModel in chain. May not be sourceModel()
Referenced by firstIndex(), lastIndex(), nextIndex(), and previousIndex().
|
signalinherited |
Emitted when the given ShowfotoItemInfo is activated. Info is never null.
Referenced by ShowFoto::ShowfotoCategorizedView::indexActivated().
|
inherited |
Referenced by findItemByUrl(), thumbnailIndexForUrl(), and ShowFoto::ShowfotoCategorizedView::urls().
|
inherited |
|
inherited |
|
inherited |
Returns 0 if the ShowfotoItemModel is not an ShowfotoThumbnailModel.
|
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().
|
slot |
References Digikam::ItemViewCategorized::scrollTo(), and setFlow().
|
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::ItemViewCategorized::slotSetupChanged().
Referenced by ShowfotoThumbnailBar().
|
protectedvirtualslotinherited |
Referenced by Digikam::ItemViewCategorized::ItemViewCategorized().
|
protectedinherited |
|
overrideprotectedinherited |
int ShowFoto::ShowfotoThumbnailBar::thumbnailIndexForUrl | ( | const QUrl & | url | ) | const |
|
inherited |
Referenced by ShowFoto::ShowfotoCategorizedView::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
|
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 |
|
overrideprotectedinherited |
|
inherited |
|
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().