Class for representing entries in a pls file.
More...
#include <mythplugins/mythmusic/mythmusic/pls.h>
Class for representing entries in a pls file.
Definition at line 19 of file pls.h.
◆ PlayListFileEntry()
PlayListFileEntry::PlayListFileEntry |
( |
void |
| ) |
|
|
default |
◆ ~PlayListFileEntry()
PlayListFileEntry::~PlayListFileEntry |
( |
void |
| ) |
|
|
default |
◆ File()
QString PlayListFileEntry::File |
( |
void |
| ) |
|
|
inline |
◆ 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 |
◆ 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.
◆ m_file
QString PlayListFileEntry::m_file |
|
private |
◆ m_title
QString PlayListFileEntry::m_title |
|
private |
◆ m_length
int PlayListFileEntry::m_length {0} |
|
private |
The documentation for this class was generated from the following file:
- mythplugins/mythmusic/mythmusic/pls.h