|
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 | playClicked () |
|
virtual void | playNewTabClicked () |
|
virtual void | playNextClicked () |
|
virtual void | deleteClicked () |
|
virtual void | appendClicked () |
|
virtual void | refreshClicked () |
|
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
|
|
virtual void | initView (AbstractLibrary *library)=0 |
| here, the model and delegate should be instantiated as well as connections and setting listeners
|
|
virtual ColumnHeaderList | columnHeaders () const =0 |
| returns a list of ColumnHeader objects containing name, sortorder. Everytime when the language is changed, this method is fetched as well when the UI is instantiated
|
|
virtual QByteArray | columnHeaderState () const =0 |
| This method returns the SAVED column header sizes as they were remembered since the last time sayonara was running. Also see save_column_header_sizes()
|
|
virtual void | saveColumnHeaderState (const QByteArray &state)=0 |
| Here, the column headers sizes should be saved somewhere.
|
|
virtual SortOrder | sortorder () const =0 |
| returns the current sortorder for the table view
|
|
virtual void | applySortorder (SortOrder s)=0 |
| saves the current sortorder
|
|
virtual bool | autoResizeState () const =0 |
|
virtual void | saveAutoResizeState (bool b)=0 |
|
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 | 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 |
|
virtual AbstractLibrary * | library () const |
|
virtual bool | isMergeable () const =0 |
| indicates if multiple ids can be merged into one. For example if the same artist is written in three different ways, they can be merged to one. On the other hand, for tracks that does not make sense
|
|
MetaDataList | infoDialogData () const override |
|
QWidget * | getParentWidget () override |
|
virtual void | selectedItemsChanged (const IndexSet &indexes) |
|
virtual void | importRequested (const QStringList &files) |
|
virtual void | runMergeOperation (const Library::MergeData &md) |
|
int | viewportHeight () const override |
|
virtual void | skinChanged () |
|
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 |
|