|
|
void | headerColumnsChanged (int oldCount, int newCount) |
| |
|
void | sortorderChanged (int index, Qt::SortOrder sortorder) |
| |
|
void | sectionResized (int logicalIndex, int oldSize, int newSize) |
| |
|
void | sectionMoved (int logicalIndex, int old_visualIndex, int newVisualIndex) |
| |
|
void | autoResizeTriggered (bool b) |
| |
|
virtual void | showContextMenu (const QPoint &) |
| |
|
virtual void | mergeActionTriggered () |
| |
|
virtual void | deleteClicked () |
| |
|
virtual void | reloadClicked () |
| |
|
virtual void | albumArtistsToggled () |
| |
|
virtual void | filterExtensionsTriggered (const QString &extension, bool b) |
| |
|
virtual void | fill () |
| |
|
|
void | setupColumnNames () |
| | the column names are reloaded and updated with their corresponding texts
|
| |
| void | languageChanged () override |
| |
|
int | mapModelIndexToIndex (const QModelIndex &idx) const override |
| |
|
ModelIndexRange | mapIndexToModelIndexes (int idx) const 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 | changeEvent (QEvent *event) override |
| |
|
virtual void | resizeEvent (QResizeEvent *event) override |
| |
|
virtual void | selectionChanged (const QItemSelection &selected, const QItemSelection &deselected) override |
| |
|
Library::ContextMenu * | contextMenu () const |
| |
|
virtual void | initContextMenu () |
| |
|
virtual void | initCustomContextMenu (Library::ContextMenu *menu) |
| |
|
ItemModel * | itemModel () const |
| |
| 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 |
| |
|
virtual void | importRequested (const QStringList &files) |
| |
|
virtual void | runMergeOperation (const Library::MergeData &md) |
| |
|
int | viewportHeight () const override |
| |
|
virtual void | skinChanged () |
| |
| 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.
|
| |
|
virtual bool | hasDragLabel () const |
| |
|
virtual QString | dragLabel () const |
| |