|
| 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 |
|
QSize | item_size () const |
|
QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override |
|
bool | set_header_data (const QStringList &names) |
|
virtual bool | is_selected (int id) const final |
|
virtual IndexSet | selected_indexes () const |
|
CustomMimeData * | custom_mimedata () const |
|
void | refresh_data (int *n_rows_before=nullptr, int *n_rows_after=nullptr) |
|
virtual bool | has_items () const override |
|
virtual ExtraTriggerMap | getExtraTriggers () |
|
virtual ::Library::SearchModeMask | search_mode () const final |
|