|
|
| CoverView (QWidget *parent=nullptr) |
| |
|
void | init (LocalLibrary *library) |
| |
| AbstractLibrary * | library () const override |
| |
|
QStyleOptionViewItem | viewOptions () const override |
| |
| int | mapModelIndexToIndex (const QModelIndex &idx) const override |
| |
| ModelIndexRange | mapIndexToModelIndexes (int idx) const override |
| |
| SelectionViewInterface::SelectionType | selectionType () const override |
| |
|
int | zoom () const |
| |
|
void | changeZoom (int zoom=-1) |
| |
|
void | changeSortorder (AlbumSortorder so) |
| |
|
void | setItemModel (ItemModel *model) |
| |
|
void | showClearButton (bool visible) |
| |
|
void | useClearButton (bool yesno) |
| |
|
virtual Library::ContextMenu::Entries | contextMenuEntries () const |
| |
| bool | isValidDragPosition (const QPoint &p) const override |
| |
|
virtual void | showEvent (QShowEvent *e) override |
| |
|
virtual void | showEvent (QShowEvent *e) override |
| |
|
virtual void | setSearchableModel (Model *model) |
| |
|
int | rowCount () const |
| |
|
QAbstractItemView * | view () const |
| |
|
virtual int | viewportWidth () const |
| |
|
int | setSearchstring (const QString &str) |
| |
|
void | selectNextMatch (const QString &str) |
| |
|
void | selectPreviousMatch (const QString &str) |
| |
|
virtual void | searchDone () |
| |
|
virtual IndexSet | selectedItems () const |
| |
|
| void | fill () override |
| |
| void | initContextMenu () override |
| |
| void | languageChanged () override |
| |
| bool | isMergeable () const override |
| | indicates if multiple ids can be merged into one. For example if the same artist is written in three different ways, they can be merged to one. On the other hand, for tracks that does not make sense
|
| |
| MD::Interpretation | metadataInterpretation () const override |
| |
|
int | sizeHintForColumn (int) const override |
| |
|
void | wheelEvent (QWheelEvent *e) override |
| |
| void | resizeEvent (QResizeEvent *e) override |
| |
|
void | hideEvent (QHideEvent *e) override |
| |
|
virtual void | mousePressEvent (QMouseEvent *event) override |
| |
|
virtual void | contextMenuEvent (QContextMenuEvent *event) override |
| |
|
virtual void | dragEnterEvent (QDragEnterEvent *event) override |
| |
|
virtual void | dragMoveEvent (QDragMoveEvent *event) override |
| |
|
virtual void | dropEvent (QDropEvent *event) override |
| |
|
virtual void | selectionChanged (const QItemSelection &selected, const QItemSelection &deselected) override |
| |
|
Library::ContextMenu * | contextMenu () const |
| |
|
virtual void | initCustomContextMenu (Library::ContextMenu *menu) |
| |
|
ItemModel * | itemModel () const |
| |
| MetaDataList | infoDialogData () const override |
| |
| QWidget * | getParentWidget () override |
| |
|
virtual void | importRequested (const QStringList &files) |
| |
| int | viewportHeight () const override |
| |
|
void | keyPressEvent (QKeyEvent *e) override |
| |
|
virtual QModelIndex | matchIndex (const QString &str, SearchDirection direction) const |
| |
|
virtual void | selectMatch (const QString &str, SearchDirection direction) |
| |
| bool | handleKeyPress (QKeyEvent *e) override |
| |
|
void | selectRows (const IndexSet &rows, int minimumColumn=-1, int maximumColumn=-1) |
| |
|
void | selectItems (const IndexSet &indexes) |
| |
|
void | selectAll () |
| |
|
virtual void | skinChanged () |
| |
|
virtual void | skinChanged () |
| |
|
virtual bool | hasMetadata () const |
| |
|
virtual QStringList | pathlist () const |
| |
|
virtual void | showInfo () |
| |
|
virtual void | showLyrics () |
| |
|
virtual void | showEdit () |
| |
|
virtual void | showCoverEdit () |
| |
|
virtual bool | hasDragLabel () const |
| |
|
virtual QString | dragLabel () const |
| |