#include <playlistmanager.h>
Static Public Methods | |
void | showme (MpdCom *, bool=false) |
Creates or reuses a window. More... | |
Protected Slots | |
void | slotReceiveDirectoryContent (const MpdCom::Filelist &) |
Handles retrieved directory contents from MPD. More... | |
void | slotDirectoryDoubleClicked (QListViewItem *) |
Traverses through directories. More... | |
void | slotFileDoubleClicked (QListViewItem *) |
Adds a file to the playlist. More... | |
void | slotPlaylistDoubleClicked (QListViewItem *) |
Loads a playlist. More... | |
void | slotPlaylistRightClick (QListViewItem *, const QPoint &, int) |
Shows a popup menu for the playlists. More... | |
void | slotDirectoryRightClick (QListViewItem *, const QPoint &, int) |
Shows a popup menu for the directories. More... | |
void | slotAddSelection (void) |
Adds multiple files to the playlist. More... | |
Protected Methods | |
PlaylistManager (MpdCom *) | |
Constructor, creates an instance of this class. More... | |
virtual void | closeEvent (QCloseEvent *) |
Stores it's window geometry and closes the window. More... | |
virtual void | resizeEvent (QResizeEvent *) |
Handles the resize events. More... |
Allows to load/enqueue/remove playlists, load and traverse directory structures and add one or more files to the playlist.
|
Constructor, creates an instance of this class.
|
|
Stores it's window geometry and closes the window.
|
|
Handles the resize events.
|
|
Creates or reuses a window. Use this function to show the PlaylistManager. It constructs a window when used the first time. After the first time the window is reused for better performance.
|
|
Adds multiple files to the playlist.
|
|
Traverses through directories.
|
|
Shows a popup menu for the directories.
|
|
Adds a file to the playlist.
|
|
Loads a playlist.
|
|
Shows a popup menu for the playlists.
|
|
Handles retrieved directory contents from MPD.
|