26 #ifndef DIGIKAM_ABSTRACT_COUNTING_ALBUM_TREE_VIEW_H
27 #define DIGIKAM_ABSTRACT_COUNTING_ALBUM_TREE_VIEW_H
49 void rowsInserted(
const QModelIndex& parent,
int start,
int end)
override;
53 void slotCollapsed(
const QModelIndex& index);
54 void slotExpanded(
const QModelIndex& index);
55 void setShowCountFromSettings();
56 void updateShowCountState(
const QModelIndex& index,
bool recurse);
Definition: abstractalbumtreeview.h:63
Definition: abstractalbummodel.h:271
Definition: abstractcountingalbumtreeview.h:37
AbstractCountingAlbumTreeView(QWidget *const parent, Flags flags)
Definition: abstractcountingalbumtreeview.cpp:37
void setAlbumModel(AbstractCountingAlbumModel *const model)
Definition: abstractcountingalbumtreeview.cpp:61
void setAlbumFilterModel(AlbumFilterModel *const filterModel)
Definition: abstractcountingalbumtreeview.cpp:71
void rowsInserted(const QModelIndex &parent, int start, int end) override
Definition: abstractcountingalbumtreeview.cpp:117
Definition: albumfiltermodel.h:45
Definition: datefolderview.cpp:43