#include <mpdcom.h>
Public Types | |
typedef std::vector< ListItem * >::const_iterator | iterator |
Iterator for traversing through the items. More... | |
enum | { DIR, FILE, PLAYLIST } |
Public Methods | |
iterator | begin () const |
Begin iterator. More... | |
iterator | end () const |
End iterator. More... | |
void | clear () |
Clears the list. More... | |
Filelist::ListItem * | operator[] (unsigned i) |
Operator for direct access to the items. More... | |
void | add (QString n, unsigned p) |
Add an item to the list. More... |
|
Iterator for traversing through the items.
|
|
|
|
Add an item to the list.
|
|
Begin iterator.
|
|
Clears the list.
|
|
End iterator.
|
|
Operator for direct access to the items.
|