Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

PlaylistNotifier Class Reference

#include <playlist.h>

List of all members.

Public Member Functions

 PlaylistNotifier ()
virtual ~PlaylistNotifier ()
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 489 of file playlist.h.


Constructor & Destructor Documentation

PlaylistNotifier::PlaylistNotifier  
 

virtual PlaylistNotifier::~PlaylistNotifier   [virtual]
 


Member Function Documentation

virtual void PlaylistNotifier::added PlaylistItem   [inline, virtual]
 

a new item is added to the list

Definition at line 498 of file playlist.h.

virtual void PlaylistNotifier::modified PlaylistItem   [inline, virtual]
 

this item was modified (via a changed or added property

Definition at line 509 of file playlist.h.

virtual void PlaylistNotifier::removed PlaylistItem   [inline, virtual]
 

an item is removed from the list

Definition at line 503 of file playlist.h.


The documentation for this class was generated from the following file:
Generated on Sat May 24 15:10:28 2003 for Noatun by doxygen1.3-rc3