PlayListFileEntry Class Reference

Class for representing entries in a pls file. More...

#include <pls.h>

List of all members.

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

Detailed Description

Class for representing entries in a pls file.

Definition at line 18 of file pls.h.


Constructor & Destructor Documentation

PlayListFileEntry::PlayListFileEntry ( void   )  [inline]

Definition at line 21 of file pls.h.

PlayListFileEntry::~PlayListFileEntry ( void   )  [inline]

Definition at line 22 of file pls.h.


Member Function Documentation

QString PlayListFileEntry::File ( void   )  [inline]

Definition at line 24 of file pls.h.

Referenced by DecoderHandler::next(), and DecoderHandler::start().

QString PlayListFileEntry::Title ( void   )  [inline]

Definition at line 25 of file pls.h.

int PlayListFileEntry::Length ( void   )  [inline]

Definition at line 26 of file pls.h.

void PlayListFileEntry::setFile ( const QString &  f  )  [inline]
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().


Member Data Documentation

QString PlayListFileEntry::m_file [private]

Definition at line 33 of file pls.h.

Referenced by File(), and setFile().

QString PlayListFileEntry::m_title [private]

Definition at line 34 of file pls.h.

Referenced by setTitle(), and Title().

Definition at line 35 of file pls.h.

Referenced by Length(), and setLength().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Generated on Sun Feb 12 06:42:17 2012 for MythTV by  doxygen 1.6.3