PlaylistNotifier Class Reference
#include <playlist.h>
Public Member Functions | |
| virtual void | added (PlaylistItem &) |
| virtual void | removed (PlaylistItem &) |
| virtual void | modified (PlaylistItem &) |
Detailed Description
this class's methods will be called whenever something happens to the playlist or its items.If the playlist plugin changes, you don't have to do anything.
Definition at line 505 of file playlist.h.
Member Function Documentation
|
|
a new item is added to the list Definition at line 514 of file playlist.h. |
|
|
this item was modified (via a changed or added property Definition at line 525 of file playlist.h. |
|
|
an item is removed from the list Definition at line 519 of file playlist.h. |
The documentation for this class was generated from the following file:
