|
| CoverModel (QObject *parent, AbstractLibrary *library) |
|
int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
|
int | columnCount (const QModelIndex &paren=QModelIndex()) const override |
|
QVariant | data (const QModelIndex &index, int role) const override |
|
Qt::ItemFlags | flags (const QModelIndex &index) const override |
|
int | zoom () const |
|
void | refresh_data () |
|
QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override |
|
bool | set_header_data (const QStringList &names) |
|
void | refresh_data (int *n_rows_before=nullptr, int *n_rows_after=nullptr) |
|
virtual bool | is_selected (int id) const final |
|
CustomMimeData * | custom_mimedata () const |
|
virtual bool | has_items () const override |
|
virtual QModelIndex | getFirstRowIndexOf (const QString &substr) |
|
virtual ExtraTriggerMap | getExtraTriggers () |
|
virtual ::Library::SearchModeMask | search_mode () const final |
|
|
const MetaDataList & | mimedata_tracks () const override |
|
const IndexSet & | selections () const override |
|
QModelIndex | getNextRowIndexOf (const QString &substr, int cur_row, const QModelIndex &parent=QModelIndex()) override |
|
QModelIndex | getPrevRowIndexOf (const QString &substr, int cur_row, const QModelIndex &parent=QModelIndex()) override |
|
int | getNumberResults (const QString &str) override |
|
int | searchable_column () const override |
|
QString | searchable_string (int idx) const override |
|
int | id_by_row (int idx) override |
|
Cover::Location | cover (const IndexSet &indexes) const override |
|
AbstractLibrary * | library () |
|
const AbstractLibrary * | library () const |
|