21 #ifndef DATESEARCHMODEL_H 22 #define DATESEARCHMODEL_H 24 #include "GUI/Helper/SearchableWidget/AbstractSearchModel.h" 26 #include "Helper/Pimpl.h" 28 namespace Library {
class DateFilter;}
41 int rowCount(
const QModelIndex& parent=QModelIndex())
const override;
42 QVariant data(
const QModelIndex& index,
int role=Qt::DisplayRole)
const override;
49 QModelIndex getFirstRowIndexOf(
const QString& substr)
override;
50 QModelIndex getNextRowIndexOf(
const QString& substr,
int cur_row,
const QModelIndex& parent=QModelIndex())
override;
51 QModelIndex getPrevRowIndexOf(
const QString& substr,
int cur_row,
const QModelIndex& parent=QModelIndex())
override;
57 #endif // DATESEARCHMODEL_H Definition: AbstractSearchModel.h:55
Definition: DateSearchModel.h:30
Definition: DatabaseAlbums.h:29
The DateFilter class.
Definition: DateFilter.h:38
Definition: org_mpris_media_player2_adaptor.h:21