#include <music.h>
Public Member Functions | |
| const ASCString & | getName () |
| void | runTextIO (PropertyContainer &pc) |
| loads a PlayList from a .ASCTXT file | |
| void | reset () |
| resets the internal track iterator | |
| const ASCString & | getNextTrack () |
| returns the filename of the next music track | |
| void | read (tnstream &stream) |
| void | write (tnstream &stream) const |
| ASCString | getDiagnosticText () |
Public Attributes | |
| ASCString | filename |
| ASCString | location |
Definition at line 19 of file music.h.
|
|
Definition at line 117 of file music.cpp. References location. Referenced by SoundSystem::getDiagnosticText(). |
|
|
|
|
|
returns the filename of the next music track
Definition at line 79 of file music.cpp. References reset(). |
|
|
Definition at line 58 of file music.cpp. References fatalError(), filename, location, readClassContainer(), tnstream::readInt(), tnstream::readString(), and reset(). |
|
|
resets the internal track iterator
Definition at line 92 of file music.cpp. References displayLogMessage(), filename, tfindfile::getnextname(), location, and pathdelimitterstring. Referenced by getNextTrack(), read(), and runTextIO(). |
|
|
loads a PlayList from a .ASCTXT file
Definition at line 47 of file music.cpp. References PropertyContainer::addString(), PropertyContainer::addStringArray(), displayLogMessage(), and reset(). Referenced by PlayListLoader::readTextFiles(). |
|
|
Definition at line 69 of file music.cpp. References filename, location, writeClassContainer(), tnstream::writeInt(), and tnstream::writeString(). |
|
|
Definition at line 31 of file music.h. Referenced by read(), PlayListLoader::readTextFiles(), reset(), and write(). |
|
|
Definition at line 31 of file music.h. Referenced by getDiagnosticText(), read(), PlayListLoader::readTextFiles(), reset(), and write(). |
1.4.2