|
QVariant | data (const QModelIndex &index, int role) const override |
|
Qt::ItemFlags | flags (const QModelIndex &index) const override |
|
bool | setData (const QModelIndex &index, const QVariant &value, int role) override |
|
bool | setData (const QModelIndex &index, const MetaDataList &v_md, int role) |
|
int | get_id_by_row (int row) override |
|
QString | get_string (int row) const override |
|
CoverLocation | get_cover (const SP::Set< int > &indexes) const override |
|
int | get_searchable_column () const override |
|
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 |
|
int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
|
int | columnCount (const QModelIndex &parent=QModelIndex()) const 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 QModelIndex | getFirstRowIndexOf (const QString &substr) override |
|
virtual QModelIndex | getNextRowIndexOf (const QString &substr, int row, const QModelIndex &parent=QModelIndex()) override |
|
virtual QModelIndex | getPrevRowIndexOf (const QString &substr, int row, 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 |
|
virtual QMap< QChar, QString > | getExtraTriggers () override |
|
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 |
|