|
| ItemView (QWidget *parent=nullptr) |
| ItemView (const ItemView &other)=delete |
ItemView & | operator= (const ItemView &other)=delete |
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 | init (const std::shared_ptr< PlayActionEventHandler > &playActionEventHandler) |
void | selectionChanged (const QItemSelection &selected, const QItemSelection &deselected) override |
Library::ContextMenu * | contextMenu () const |
virtual void | initContextMenu () |
virtual void | initCustomContextMenu (Library::ContextMenu *menu) |
SearchModel * | searchModel () const override |
virtual ItemModel * | itemModel () const =0 |
virtual AbstractLibrary * | library () const |
virtual bool | isMergeable () const =0 |
MetaDataList | infoDialogData () const override |
QWidget * | getParentWidget () override |
virtual void | importRequested (const QStringList &files) |
virtual void | runMergeOperation (const Library::MergeData &mergeData) |
virtual void | triggerSelectionChange (const IndexSet &indexes)=0 |
virtual PlayActionEventHandler::TrackSet | trackSet () const =0 |
QRect | viewportGeometry () const override |
virtual void | refreshView ()=0 |
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 |
void | resizeEvent (QResizeEvent *event) override |
QWidget * | widget () override |
int | currentSelectedItem () const override |
void | selectSearchResult (int index) override |
void | keyPressEvent (QKeyEvent *event) override |
virtual void | languageChanged () |
virtual void | skinChanged () |
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 SelectionViewInterface::SelectionType | selectionType () const |
virtual int | mapModelIndexToIndex (const QModelIndex &idx) const =0 |
virtual ModelIndexRange | mapIndexToModelIndexes (int idx) const =0 |
virtual MD::Interpretation | metadataInterpretation () const =0 |
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 |