#include <PlayList.h>
◆ ivecItems
◆ CPlayList()
◆ ~CPlayList()
virtual KODI::PLAYLIST::CPlayList::~CPlayList |
( |
void | | ) |
|
|
virtualdefault |
◆ Add() [1/3]
◆ Add() [2/3]
void KODI::PLAYLIST::CPlayList::Add |
( |
const CPlayList & | playlist | ) |
|
◆ Add() [3/3]
void KODI::PLAYLIST::CPlayList::Add |
( |
const std::shared_ptr< CFileItem > & | pItem | ) |
|
◆ Clear()
void KODI::PLAYLIST::CPlayList::Clear |
( |
| ) |
|
◆ Expand()
bool KODI::PLAYLIST::CPlayList::Expand |
( |
int | position | ) |
|
◆ FindOrder()
int KODI::PLAYLIST::CPlayList::FindOrder |
( |
int | iOrder | ) |
const |
◆ GetName()
const std::string & KODI::PLAYLIST::CPlayList::GetName |
( |
| ) |
const |
◆ GetPlayable()
int KODI::PLAYLIST::CPlayList::GetPlayable |
( |
| ) |
const |
|
inline |
◆ Insert() [1/3]
◆ Insert() [2/3]
void KODI::PLAYLIST::CPlayList::Insert |
( |
const CPlayList & | playlist, |
|
|
int | iPosition = -1 ) |
◆ Insert() [3/3]
void KODI::PLAYLIST::CPlayList::Insert |
( |
const std::shared_ptr< CFileItem > & | item, |
|
|
int | iPosition = -1 ) |
◆ IsShuffled()
bool KODI::PLAYLIST::CPlayList::IsShuffled |
( |
| ) |
const |
|
inline |
◆ Load()
bool KODI::PLAYLIST::CPlayList::Load |
( |
const std::string & | strFileName | ) |
|
|
virtual |
◆ LoadData() [1/2]
bool KODI::PLAYLIST::CPlayList::LoadData |
( |
const std::string & | strData | ) |
|
|
virtual |
◆ LoadData() [2/2]
bool KODI::PLAYLIST::CPlayList::LoadData |
( |
std::istream & | stream | ) |
|
|
virtual |
◆ operator[]() [1/2]
std::shared_ptr< CFileItem > KODI::PLAYLIST::CPlayList::operator[] |
( |
int | iItem | ) |
|
◆ operator[]() [2/2]
const std::shared_ptr< CFileItem > KODI::PLAYLIST::CPlayList::operator[] |
( |
int | iItem | ) |
const |
◆ Remove() [1/2]
void KODI::PLAYLIST::CPlayList::Remove |
( |
const std::string & | strFileName | ) |
|
◆ Remove() [2/2]
void KODI::PLAYLIST::CPlayList::Remove |
( |
int | position | ) |
|
◆ RemoveDVDItems()
int KODI::PLAYLIST::CPlayList::RemoveDVDItems |
( |
| ) |
|
◆ ResolveURL()
const std::string & KODI::PLAYLIST::CPlayList::ResolveURL |
( |
const std::shared_ptr< CFileItem > & | item | ) |
const |
◆ Save()
virtual void KODI::PLAYLIST::CPlayList::Save |
( |
const std::string & | strFileName | ) |
const |
|
inlinevirtual |
◆ SetPlayed()
void KODI::PLAYLIST::CPlayList::SetPlayed |
( |
bool | bPlayed | ) |
|
|
inline |
◆ SetUnPlayable()
void KODI::PLAYLIST::CPlayList::SetUnPlayable |
( |
int | iItem | ) |
|
◆ Shuffle()
void KODI::PLAYLIST::CPlayList::Shuffle |
( |
int | iPosition = 0 | ) |
|
◆ size()
int KODI::PLAYLIST::CPlayList::size |
( |
| ) |
const |
◆ Swap()
bool KODI::PLAYLIST::CPlayList::Swap |
( |
int | position1, |
|
|
int | position2 ) |
◆ UnShuffle()
void KODI::PLAYLIST::CPlayList::UnShuffle |
( |
| ) |
|
◆ UpdateItem()
void KODI::PLAYLIST::CPlayList::UpdateItem |
( |
const CFileItem * | item | ) |
|
◆ WasPlayed()
bool KODI::PLAYLIST::CPlayList::WasPlayed |
( |
| ) |
const |
|
inline |
◆ m_bShuffled
bool KODI::PLAYLIST::CPlayList::m_bShuffled |
|
protected |
◆ m_bWasPlayed
bool KODI::PLAYLIST::CPlayList::m_bWasPlayed |
|
protected |
◆ m_id
Id KODI::PLAYLIST::CPlayList::m_id |
|
protected |
◆ m_iPlayableItems
int KODI::PLAYLIST::CPlayList::m_iPlayableItems |
|
protected |
◆ m_strBasePath
std::string KODI::PLAYLIST::CPlayList::m_strBasePath |
|
protected |
◆ m_strPlayListName
std::string KODI::PLAYLIST::CPlayList::m_strPlayListName |
|
protected |
◆ m_vecItems
std::vector<std::shared_ptr<CFileItem> > KODI::PLAYLIST::CPlayList::m_vecItems |
|
protected |
The documentation for this class was generated from the following files: