39 void rowsInserted(
const QModelIndex& parent,
int start,
int end)
override;
43 void slotCollapsed(
const QModelIndex& index);
44 void slotExpanded(
const QModelIndex& index);
45 void setShowCountFromSettings();
46 void updateShowCountState(
const QModelIndex& index,
bool recurse);
Definition abstractalbumtreeview.h:53
Definition abstractalbummodel.h:266
Definition abstractcountingalbumtreeview.h:27
void setAlbumModel(AbstractCountingAlbumModel *const model)
Definition abstractcountingalbumtreeview.cpp:52
void setAlbumFilterModel(AlbumFilterModel *const filterModel)
Definition abstractcountingalbumtreeview.cpp:87
void rowsInserted(const QModelIndex &parent, int start, int end) override
Definition abstractcountingalbumtreeview.cpp:133
Definition albumfiltermodel.h:35
Definition datefolderview.cpp:34