|
|
| PlaylistView (PlaylistPtr pl, QWidget *parent=nullptr) |
| |
|
void | fill (PlaylistPtr pl) |
| |
|
void | goto_row (int row) |
| |
|
void | scroll_up () |
| |
|
void | scroll_down () |
| |
|
int | get_num_rows () |
| |
|
void | remove_cur_selected_rows () |
| |
| void | dropEventFromOutside (QDropEvent *event) |
| | called from GUI_Playlist when data has not been dropped directly into the view widget. Insert on first row then More...
|
| |
|
void | setAbstractModel (AbstractSearchListModel *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.
|
| |