|
Sayonara Player
|
The DirectoryTreeView class. More...
#include <DirectoryTreeView.h>
Public Slots | |
| void | setBusy (bool b) |
Public Member Functions | |
| TreeView (QWidget *parent=nullptr) | |
| void | init (Library::InfoAccessor *libraryInfoAccessor, const Library::Info &info) |
| QString | directoryName (const QModelIndex &index) |
| QModelIndexList | selectedRows () const |
| QStringList | selectedPaths () const |
| void | setFilterTerm (const QString &filter) |
| virtual void | showEvent (QShowEvent *e) override |
Protected Types | |
| enum | EditTab { TabText , TabCover , TabTagsFromPath } |
| enum class | ReleaseReason : char { Dropped , Destroyed } |
Protected Member Functions | |
| void | skinChanged () override |
| void | keyPressEvent (QKeyEvent *event) override |
| void | contextMenuEvent (QContextMenuEvent *event) override |
| void | dragEnterEvent (QDragEnterEvent *event) override |
| void | dragLeaveEvent (QDragLeaveEvent *event) override |
| void | dragMoveEvent (QDragMoveEvent *event) override |
| void | dropEvent (QDropEvent *event) override |
| void | selectionChanged (const QItemSelection &selected, const QItemSelection &deselected) override |
| MD::Interpretation | metadataInterpretation () const override |
| MetaDataList | infoDialogData () const override |
| bool | hasMetadata () const override |
| QStringList | pathlist () const override |
| QWidget * | getParentWidget () override |
| virtual void | languageChanged () |
| virtual void | showInfo () |
| virtual void | showLyrics () |
| virtual void | showEdit () |
| virtual void | showCoverEdit () |
| virtual bool | isValidDragPosition (const QPoint &p) const |
| virtual bool | hasDragLabel () const |
| virtual QString | dragLabel () const |
The DirectoryTreeView class.
|
overrideprotectedvirtual |
Implements InfoDialogContainer.
|
overrideprotectedvirtual |
Reimplemented from InfoDialogContainer.
|
overrideprotectedvirtual |
Implements InfoDialogContainer.
|
overrideprotectedvirtual |
Implements InfoDialogContainer.
|
overrideprotectedvirtual |
Reimplemented from InfoDialogContainer.
|
overrideprotectedvirtual |
Reimplemented from Gui::WidgetTemplateParent.