25class ShowfotoItemViewToolTip;
42 QModelIndex
nextIndex(
const QModelIndex& index)
const;
53 void setFlow(QListView::Flow newFlow);
65 bool event(QEvent*)
override;
76 Private*
const d =
nullptr;
Definition showfotocategorizedview.h:32
QSortFilterProxyModel * filterModel() const override
reimplemented from parent class
Definition showfotocategorizedview.cpp:157
Definition showfotoiteminfo.h:38
Definition showfotoitemmodel.h:37
Definition showfotofiltermodel.h:34
Definition showfotothumbnailbar.h:28
void setScrollBarPolicy(Qt::ScrollBarPolicy policy)
Definition showfotothumbnailbar.cpp:121
ShowfotoItemInfo findItemByUrl(const QUrl &url)
Definition showfotothumbnailbar.cpp:208
QModelIndex previousIndex(const QModelIndex &index) const
Definition showfotothumbnailbar.cpp:193
int thumbnailIndexForUrl(const QUrl &url) const
Definition showfotothumbnailbar.cpp:81
bool event(QEvent *) override
Definition showfotothumbnailbar.cpp:176
QModelIndex lastIndex() const
Definition showfotothumbnailbar.cpp:203
void setFlow(QListView::Flow newFlow)
Definition showfotothumbnailbar.cpp:144
void slotDockLocationChanged(Qt::DockWidgetArea area)
Definition showfotothumbnailbar.cpp:105
void setModelsFiltered(ShowfotoItemModel *model, ShowfotoSortFilterModel *filterModel)
QModelIndex nextIndex(const QModelIndex &index) const
Definition showfotothumbnailbar.cpp:188
void installOverlays()
Definition showfotothumbnailbar.cpp:100
~ShowfotoThumbnailBar() override
Definition showfotothumbnailbar.cpp:76
QModelIndex firstIndex() const
Definition showfotothumbnailbar.cpp:198
Definition showfotofolderviewbar.cpp:43