The FileListView class.
More...
#include <FileListView.h>
|
void | sigDeleteClicked () |
|
void | sigPlayClicked () |
|
void | sigPlayNewTabClicked () |
|
void | sigPlayNextClicked () |
|
void | sigAppendClicked () |
|
void | sigEnterPressed () |
|
void | sigImportRequested (LibraryId lib_id, const QStringList &files, const QString &targetDirectory) |
|
void | sigRenameRequested (const QString &old_name, const QString &newName) |
|
void | sigRenameByExpressionRequested (const QString &oldName, const QString &expression) |
|
void | sigCopyToLibraryRequested (LibraryId libraryId) |
|
void | sigMoveToLibraryRequested (LibraryId libraryId) |
|
|
| FileListView (QWidget *parent=nullptr) |
|
void | init (Library::InfoAccessor *libraryInfoAccessor, const Library::Info &info) |
|
QStringList | selectedPaths () const |
|
void | setParentDirectory (const QString &dir) |
|
QString | parentDirectory () const |
|
virtual void | showEvent (QShowEvent *e) override |
|
|
enum | EditTab {
TabText
,
TabCover
,
TabTagsFromPath
} |
|
|
void | contextMenuEvent (QContextMenuEvent *event) override |
|
void | dragEnterEvent (QDragEnterEvent *event) override |
|
void | dragMoveEvent (QDragMoveEvent *event) override |
|
void | dropEvent (QDropEvent *event) override |
|
void | skinChanged () override |
|
int | mapModelIndexToIndex (const QModelIndex &idx) const override |
|
ModelIndexRange | mapIndexToModelIndexes (int idx) const 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 () |
|
◆ getParentWidget()
QWidget * Directory::FileListView::getParentWidget |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ hasMetadata()
bool Directory::FileListView::hasMetadata |
( |
| ) |
const |
|
overrideprotectedvirtual |
◆ infoDialogData()
MetaDataList Directory::FileListView::infoDialogData |
( |
| ) |
const |
|
overrideprotectedvirtual |
◆ metadataInterpretation()
MD::Interpretation Directory::FileListView::metadataInterpretation |
( |
| ) |
const |
|
overrideprotectedvirtual |
◆ pathlist()
QStringList Directory::FileListView::pathlist |
( |
| ) |
const |
|
overrideprotectedvirtual |
◆ skinChanged()
void Directory::FileListView::skinChanged |
( |
| ) |
|
|
overrideprotectedvirtual |