1 #ifndef MUSICABSTRACTSONGSLISTTABLEWIDGET_H
2 #define MUSICABSTRACTSONGSLISTTABLEWIDGET_H
45 virtual void setSongsList(MusicSongList *songs);
49 virtual void updateSongsList(
const MusicSongList &songs);
53 virtual void selectRow(
int index);
73 void isCurrentPlaylistRow(
bool &
state);
79 virtual void removeItemAt();
95 void showFileInformation();
99 void showMovieQueryWidget();
103 void showAlbumQueryWidget();
107 void showSimilarQueryWidget();
111 void showSongSharedWidget();
115 void showDownloadWidget();
119 void showPlayedMovieQueryWidget();
123 void showPlayedSimilarQueryWidget();
127 void showPlayedSongSharedWidget();
133 int totalRowHeight()
const;
137 void createMoreMenu(QMenu *menu);
141 QString currentSongPath()
const;
145 QString songPath(
int index)
const;
149 QString currentSongName()
const;
153 QString songName(
int index)
const;
161 #endif // MUSICABSTRACTSONGSLISTTABLEWIDGET_H
#define TTK_MODULE_EXPORT