xspf_c  1.2.0
Public Member Functions | Private Member Functions | Private Attributes | List of all members
XspfCReaderCallback Class Reference

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

Inheritance diagram for XspfCReaderCallback:
Inheritance graph
[legend]
Collaboration diagram for XspfCReaderCallback:
Collaboration graph
[legend]

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: