![]() |
Mixxx
|
#include <parserm3u.h>
Public Member Functions | |
ParserM3u () | |
~ParserM3u () | |
QList< QString > | parse (QString) |
Static Public Member Functions | |
static bool | writeM3UFile (const QString &file_str, QList< QString > &items, bool useRelativePath, bool useUtf8) |
static bool | writeM3UFile (const QString &file, QList< QString > &items, bool useRelativePath) |
static bool | writeM3U8File (const QString &file_str, QList< QString > &items, bool useRelativePath) |
Definition at line 20 of file parserm3u.h.
ParserM3u::ParserM3u | ( | ) |
Userinformation : The M3U format is just a headerless plaintext format where every line of text either represents a file location or a comment. comments are being preceeded by a '#'. This parser will try to parse all file information from the given file and add the filepaths to the locations ptrlist when the file is existing locally or on a mounted harddrive.
Definition at line 40 of file parserm3u.cpp.
ParserM3u::~ParserM3u | ( | ) |
Definition at line 44 of file parserm3u.cpp.
QList< QString > ParserM3u::parse | ( | QString | sFilename | ) | [virtual] |
Overwriting function parse in class Parser
Implements Parser.
Definition at line 50 of file parserm3u.cpp.
bool ParserM3u::writeM3U8File | ( | const QString & | file_str, |
QList< QString > & | items, | ||
bool | useRelativePath | ||
) | [static] |
Definition at line 146 of file parserm3u.cpp.
bool ParserM3u::writeM3UFile | ( | const QString & | file, |
QList< QString > & | items, | ||
bool | useRelativePath | ||
) | [static] |
bool ParserM3u::writeM3UFile | ( | const QString & | file_str, |
QList< QString > & | items, | ||
bool | useRelativePath, | ||
bool | useUtf8 | ||
) | [static] |