#include <playlist.h>
Public Member Functions | |
| PlaylistNotifier () | |
| virtual | ~PlaylistNotifier () |
| virtual void | added (PlaylistItem &) |
| virtual void | removed (PlaylistItem &) |
| virtual void | modified (PlaylistItem &) |
If the playlist plugin changes, you don't have to do anything.
Definition at line 489 of file playlist.h.
|
|
|
|
|
|
|
|
a new item is added to the list Definition at line 498 of file playlist.h. |
|
|
this item was modified (via a changed or added property Definition at line 509 of file playlist.h. |
|
|
an item is removed from the list Definition at line 503 of file playlist.h. |
1.3-rc3