Mixxx

ParserPls Class Reference

#include <parserpls.h>

Inheritance diagram for ParserPls:
Collaboration diagram for ParserPls:

List of all members.

Public Member Functions

 ParserPls ()
 ~ParserPls ()
QList< QString > parse (QString)

Static Public Member Functions

static bool writePLSFile (QString &file, QList< QString > &items, bool useRelativePath)

Detailed Description

Definition at line 21 of file parserpls.h.


Constructor & Destructor Documentation

ParserPls::ParserPls ( )
Author:
Ingo Kossyk (kossyki@cs.tu-berlin.de) ToDo:
  • parse ALL informations from the pls file if available , not only the filepath;

Definition at line 32 of file parserpls.cpp.

ParserPls::~ParserPls ( )

Definition at line 36 of file parserpls.cpp.


Member Function Documentation

QList< QString > ParserPls::parse ( QString  sFilename) [virtual]

Can be called to parse a pls file

Implements Parser.

Definition at line 40 of file parserpls.cpp.

Here is the call graph for this function:

bool ParserPls::writePLSFile ( QString &  file,
QList< QString > &  items,
bool  useRelativePath 
) [static]

Definition at line 151 of file parserpls.cpp.

Here is the caller graph for this function:


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines