Class for representing entries in a pls file. More...
#include <pls.h>
Public Member Functions | |
| PlayListFileEntry (void) | |
| ~PlayListFileEntry (void) | |
| QString | File (void) |
| QString | Title (void) |
| int | Length (void) |
| void | setFile (const QString &f) |
| void | setTitle (const QString &t) |
| void | setLength (int l) |
Private Attributes | |
| QString | m_file |
| QString | m_title |
| int | m_length |
Class for representing entries in a pls file.
Definition at line 18 of file pls.h.
| QString PlayListFileEntry::File | ( | void | ) | [inline] |
Definition at line 24 of file pls.h.
Referenced by DecoderHandler::next(), and DecoderHandler::start().
| void PlayListFileEntry::setFile | ( | const QString & | f | ) | [inline] |
Definition at line 28 of file pls.h.
Referenced by DecoderHandler::createPlaylistForSingleFile(), PlayListFile::parseM3U(), and PlayListFile::parsePLS().
| void PlayListFileEntry::setTitle | ( | const QString & | t | ) | [inline] |
Definition at line 29 of file pls.h.
Referenced by PlayListFile::parseM3U(), and PlayListFile::parsePLS().
| void PlayListFileEntry::setLength | ( | int | l | ) | [inline] |
Definition at line 30 of file pls.h.
Referenced by PlayListFile::parseM3U(), and PlayListFile::parsePLS().
QString PlayListFileEntry::m_file [private] |
QString PlayListFileEntry::m_title [private] |
Definition at line 34 of file pls.h.
Referenced by setTitle(), and Title().
int PlayListFileEntry::m_length [private] |
Definition at line 35 of file pls.h.
Referenced by Length(), and setLength().
1.6.3