Noatun API Documentation

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 505 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 514 of file playlist.h.

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

this item was modified (via a changed or added property

Definition at line 525 of file playlist.h.

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

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:
KDE Logo
This file is part of the documentation for Noatun 2.6.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Oct 22 00:20:37 2004 by doxygen 1.3.8-20040913 written by Dimitri van Heesch, © 1997-2003