|
void | sig_columns_changed (const BoolList &) |
|
void | sig_middle_button_clicked (const QPoint &) |
|
void | sig_all_selected () |
|
void | sig_delete_clicked () |
|
void | sig_play_next_clicked () |
|
void | sig_append_clicked () |
|
void | sig_refresh_clicked () |
|
void | sig_sortorder_changed (SortOrder) |
|
void | sig_no_disc_menu () |
|
void | sig_import_files (const QStringList &) |
|
void | sig_double_clicked (const SP::Set< int > &) |
|
void | sig_sel_changed (const SP::Set< int > &) |
|
void | sig_merge (int target_id) |
|
void | sig_mouse_moved () |
|
void | sig_mouse_pressed () |
|
void | sig_mouse_released () |
|
void | sig_focus_out () |
|
void | sig_key_pressed (QKeyEvent *) |
|
void | sig_selection_changed (const QModelIndexList &idxs) |
|
|
| LibraryView (QWidget *parent=nullptr) |
|
virtual void | set_table_headers (const ColumnHeaderList &headers, const BoolList &shown_cols, SortOrder sorting) |
|
virtual void | save_selections () |
|
virtual void | setModel (LibraryItemModel *model) |
|
virtual void | set_rc_menu (int entries) |
|
virtual MetaDataList | get_selected_metadata () const |
|
MetaDataList::Interpretation | get_type () const |
|
void | set_type (MetaDataList::Interpretation type) |
|
template<typename T , typename ModelType > |
void | fill (const T &input_data) |
|
void | setAbstractModel (AbstractSearchTableModel *model) |
|
SP::Set< int > | get_selections () const |
|
void | show_info () |
| Show the Info dialogs' info tab.
|
|
void | show_lyrics () |
| Show the Info dialogs' lyrics tab.
|
|
void | show_edit () |
| Show the tag editor.
|
|
void | info_dialog_closed () |
| this function should not be called from outside. This function is triggered when the info dialog was closed.
|
|
|
virtual bool | event (QEvent *event) override |
|
virtual void | mousePressEvent (QMouseEvent *event) override |
|
virtual void | mouseReleaseEvent (QMouseEvent *event) override |
|
virtual void | mouseMoveEvent (QMouseEvent *event) override |
|
virtual void | mouseDoubleClickEvent (QMouseEvent *event) override |
|
virtual void | keyPressEvent (QKeyEvent *event) override |
|
virtual void | dropEvent (QDropEvent *event) override |
|
virtual void | dragEnterEvent (QDragEnterEvent *event) override |
|
virtual void | dragMoveEvent (QDragMoveEvent *event) override |
|
virtual void | resizeEvent (QResizeEvent *event) override |
|
virtual void | selectionChanged (const QItemSelection &selected, const QItemSelection &deselected) override |
|
virtual void | rc_menu_init () |
|
virtual void | do_drag () |
|
HeaderView * | get_header_view () |
|
virtual void | select_all () |
|
virtual void | select_rows (const SP::Set< int > &indexes, int min_col=0, int max_col=0) |
|
virtual void | select_row (int row) |
|
virtual void | clear_selection () |
|
virtual int | get_min_selected () const |
|
virtual int | get_max_selected () const |
|