Sayonara Player
|
Public Member Functions | |
PlaylistView (PlaylistPtr pl, QWidget *parent=nullptr) | |
void | set_context_menu_actions (int actions) |
void | fill (PlaylistPtr pl) |
void | scroll_up () |
void | scroll_down () |
void | dropEventFromOutside (QDropEvent *event) |
void | set_current_track (int row) |
int | get_num_rows () |
void | remove_cur_selected_rows () |
void | setAbstractModel (AbstractSearchListModel *model) |
SP::Set< int > | get_selections () const |
Public Slots | |
void | clear () |
Protected Member Functions | |
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 |