#include <daySpesificPlaylistEditorDialog.h>

Public Slots | |
| virtual void | OpenClicked () |
Signals | |
| void | PlaylistLengthChanged (qlonglong length) |
Public Member Functions | |
| daySpecificPlaylistEditorDialog (QWidget *aParent) | |
| virtual bool | SavePlaylist (const QString &fullPlaylistPath) |
| Save playlist to a file. | |
| bool | SavePlaylist () |
| virtual bool | LoadPlaylist (const QString &fullPlaylistPath) |
| Load playlist from a file. | |
| void | LoadPlaylist (const QDate &date, const QDir &folder) |
| void | SetEntryLocationBaseDir (const QDir &userHome) |
| void | HandleUiLanguageChange () |
Private Attributes | |
| QDate | iLastEditedDate |
| QDir | iEntryLocationBaseDir |
Overwrites some functions of PlaylistEditorDialog.
| bool daySpecificPlaylistEditorDialog::LoadPlaylist | ( | const QString & | fullPlaylistPath | ) | [virtual] |
Load playlist from a file.
| fullPlaylistPath | name of playlist file with full path. |
false if loading failed for some reason.
Reimplemented from PlaylistEditorDialog.
| bool daySpecificPlaylistEditorDialog::SavePlaylist | ( | const QString & | fullPlaylistPath | ) | [virtual] |
Save playlist to a file.
| fullPlaylistPath | name of playlist file with full path. |
false if saving failed for some reason.
Reimplemented from PlaylistEditorDialog.
1.5.9