MythTV  master
Public Member Functions | Private Attributes | List of all members
PlayListFileEntry Class Reference

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

#include <pls.h>

Collaboration diagram for PlayListFileEntry:
Collaboration graph
[legend]

Public Member Functions

 PlayListFileEntry (void)=default
 
 ~PlayListFileEntry (void)=default
 
QString File (void)
 
QString Title (void)
 
int Length (void) const
 
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 {0}
 

Detailed Description

Class for representing entries in a pls file.

Definition at line 19 of file pls.h.

Constructor & Destructor Documentation

◆ PlayListFileEntry()

PlayListFileEntry::PlayListFileEntry ( void  )
default

◆ ~PlayListFileEntry()

PlayListFileEntry::~PlayListFileEntry ( void  )
default

Member Function Documentation

◆ File()

QString PlayListFileEntry::File ( void  )
inline

Definition at line 25 of file pls.h.

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

◆ Title()

QString PlayListFileEntry::Title ( void  )
inline

Definition at line 26 of file pls.h.

◆ Length()

int PlayListFileEntry::Length ( void  ) const
inline

Definition at line 27 of file pls.h.

◆ setFile()

void PlayListFileEntry::setFile ( const QString &  f)
inline

Definition at line 29 of file pls.h.

Referenced by DecoderHandler::createPlaylistForSingleFile().

◆ setTitle()

void PlayListFileEntry::setTitle ( const QString &  t)
inline

Definition at line 30 of file pls.h.

◆ setLength()

void PlayListFileEntry::setLength ( int  l)
inline

Definition at line 31 of file pls.h.

Member Data Documentation

◆ m_file

QString PlayListFileEntry::m_file
private

Definition at line 34 of file pls.h.

Referenced by File(), and setFile().

◆ m_title

QString PlayListFileEntry::m_title
private

Definition at line 35 of file pls.h.

Referenced by setTitle(), and Title().

◆ m_length

int PlayListFileEntry::m_length {0}
private

Definition at line 36 of file pls.h.

Referenced by Length(), and setLength().


The documentation for this class was generated from the following file: