The ClosePlaylistPopup class is a small modal dialog.
More...
#include <closeplaylistpopup.h>
The ClosePlaylistPopup class is a small modal dialog.
This dialog is displayed on screen when one is about to close a playlist. 3 actions are possible for the user:
- Save the current playlist in database, or overwrite it if already exists
- Discard (do not save contents) and close the tab
- Cancel
- Author
- Matthieu Bachelier
- Copyright
- GNU General Public License v3
§ ClosePlaylistPopup()
ClosePlaylistPopup::ClosePlaylistPopup |
( |
Playlist * |
playlist, |
|
|
int |
index, |
|
|
QWidget * |
parent = nullptr |
|
) |
| |
|
explicit |
§ aboutToCancel
void ClosePlaylistPopup::aboutToCancel |
( |
| ) |
|
|
signal |
§ aboutToDeletePlaylist
void ClosePlaylistPopup::aboutToDeletePlaylist |
( |
uint |
playlistId | ) |
|
|
signal |
§ aboutToRemoveTab
void ClosePlaylistPopup::aboutToRemoveTab |
( |
int |
index | ) |
|
|
signal |
§ aboutToSavePlaylist
void ClosePlaylistPopup::aboutToSavePlaylist |
( |
bool |
overwrite | ) |
|
|
signal |
The documentation for this class was generated from the following files: