|
| MD::Interpretation | metadataInterpretation () const override |
| | get the interpretation for the metadata. Maybe a list of metadata should be intrepeted as albums while others should be considered as tracks More...
|
| |
| MetaDataList | infoDialogData () const override |
| | get the metadata that should be used for the info dialog So for lists, the selected tracks are used here More...
|
| |
| QWidget * | getParentWidget () override |
| |
|
int | mapModelIndexToIndex (const QModelIndex &idx) const override |
| |
|
ModelIndexRange | mapIndexToModelIndexes (int index) const override |
| |
| void | skinChanged () override |
| |
|
void | dragLeaveEvent (QDragLeaveEvent *event) override |
| |
|
void | dragEnterEvent (QDragEnterEvent *event) override |
| |
|
void | dragMoveEvent (QDragMoveEvent *event) override |
| |
|
void | dropEvent (QDropEvent *event) override |
| |
|
void | mouseDoubleClickEvent (QMouseEvent *event) override |
| |
|
void | keyPressEvent (QKeyEvent *event) override |
| |
|
bool | viewportEvent (QEvent *event) override |
| |
|
void | contextMenuEvent (QContextMenuEvent *e) override |
| |
|
void | searchDone () override |
| |
|
virtual void | languageChanged () |
| |
| virtual bool | hasMetadata () const |
| | returns, if the widget can provide metadata instantly If false, the info dialog will the pathlist More...
|
| |
| virtual QStringList | pathlist () const |
| | Returns a list of paths. This is only used if has_metadata() returns false. More...
|
| |
|
virtual void | showInfo () |
| | Show the Info dialogs' info tab.
|
| |
|
virtual void | showLyrics () |
| | Show the Info dialogs' lyrics tab.
|
| |
|
virtual void | showEdit () |
| | Show the tag editor.
|
| |
|
virtual void | showCoverEdit () |
| | Show the cover tab withing the tag editor.
|
| |