|
| AlbumCoverModel (QObject *parent=nullptr) |
|
void | set_data (const AlbumList &albums) |
|
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 |
|
QSize | get_item_size () const |
|
QModelIndex | getFirstRowIndexOf (const QString &substr) 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 |
|
QMap< QChar, QString > | getExtraTriggers () override |
|
int | get_searchable_column () const override |
|
QString | get_string (int idx) const override |
|
int | get_id_by_row (int idx) override |
|
CoverLocation | get_cover (const SP::Set< int > &indexes) const override |
|
void | set_max_columns (int columns) |
|
QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override |
|
bool | setHeaderData (int section, Qt::Orientation orientation, const QVariant &value, int role) override |
|
bool | insertColumns (int position, int cols, const QModelIndex &index=QModelIndex()) override |
|
bool | removeColumns (int position, int cols, const QModelIndex &index=QModelIndex()) override |
|
bool | removeRows (int position, int rows, const QModelIndex &index=QModelIndex()) override |
|
bool | insertRows (int row, int count, const QModelIndex &parent=QModelIndex()) override |
|
virtual void | add_selections (const SP::Set< int > &rows) final |
|
virtual bool | is_selected (int id) const final |
|
virtual bool | has_selections () const final |
|
virtual void | clear_selections () final |
|
void | set_mimedata (const MetaDataList &v_md) |
|
CustomMimeData * | get_mimedata () const |
|
virtual void | set_search_mode (Library::SearchModeMask search_mode) |
|
virtual Library::SearchModeMask | search_mode () const final |
|