XspfCReaderCallback Class Reference

Xspf list reading callback, which stores data in a specific C-style Xspf list. More...

Collaboration diagram for XspfCReaderCallback:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 XspfCReaderCallback (xspf_list *list)
 Create callback interface for filling a xspf_list.
virtual ~XspfCReaderCallback ()
 Finalize the xspf_list.

Private Member Functions

void addTrack (XspfTrack *track)
 Callback which adds tracks to the xspf_list.
void setProps (XspfProps *props)
 Callback which sets properties in the xspf_list.

Private Attributes

xspf_listlist
 The C-style Xspf list the tracks should be appended to.
xspf_track ** newtrack
 Pointer to the `next' field in the last inserted item for improving append speed.


Detailed Description

Xspf list reading callback, which stores data in a specific C-style Xspf list.

Definition at line 65 of file xspf_c.cpp.


The documentation for this class was generated from the following file:

Generated on Sat Mar 7 01:09:38 2009 for xspf_c by  doxygen 1.5.8