|
| 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) |
QColor | overlayForeground () const |
void | setOverlayForeground (const QColor &color) |
QColor | overlayBackground () const |
void | setOverlayBackground (const QColor &color) |
int | overlayAlpha () const |
void | setOverlayAlpha (int alpha) |
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 |
int | search (const QString &searchstring) |
void | searchNext () |
void | searchPrevious () |
virtual QMap< QString, QString > | searchOptions () const |
virtual QMap< QString, QString > | commands () const |
virtual void | triggerResult () |
virtual void | runCommand (const QString &command) |
virtual IndexSet | selectedItems () const |
|
void | fill () override |
void | initContextMenu () override |
bool | isMergeable () const override |
MD::Interpretation | metadataInterpretation () const override |
ItemModel * | itemModel () const override |
int | sizeHintForColumn (int size) const override |
void | triggerSelectionChange (const IndexSet &indexes) override |
PlayActionEventHandler::TrackSet | trackSet () const override |
void | skinChanged () override |
void | wheelEvent (QWheelEvent *e) override |
void | resizeEvent (QResizeEvent *e) override |
void | hideEvent (QHideEvent *e) override |
void | init (const std::shared_ptr< PlayActionEventHandler > &playActionEventHandler) |
void | selectionChanged (const QItemSelection &selected, const QItemSelection &deselected) override |
Library::ContextMenu * | contextMenu () const |
virtual void | initCustomContextMenu (Library::ContextMenu *menu) |
SearchModel * | searchModel () const override |
MetaDataList | infoDialogData () const override |
QWidget * | getParentWidget () override |
virtual void | importRequested (const QStringList &files) |
QRect | viewportGeometry () const override |
void | mousePressEvent (QMouseEvent *event) override |
void | contextMenuEvent (QContextMenuEvent *event) override |
void | dragEnterEvent (QDragEnterEvent *event) override |
void | dragMoveEvent (QDragMoveEvent *event) override |
void | dropEvent (QDropEvent *event) override |
QWidget * | widget () override |
int | currentSelectedItem () const override |
void | selectSearchResult (int index) override |
void | keyPressEvent (QKeyEvent *event) override |
virtual void | languageChanged () |
bool | handleKeyPress (QKeyEvent *event) |
virtual bool | handleKeyPress (QKeyEvent *e) |
void | selectRows (const IndexSet &rows, int minimumColumn=-1, int maximumColumn=-1) |
void | selectItems (const IndexSet &indexes) |
void | selectAll () |
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 |