|
| | PlayList (int playList) |
| |
|
int | getPlayListId () const |
| |
|
void | add (const String &url, XBMCAddon::xbmcgui::ListItem *listitem=NULL, int index=-1) |
| |
|
bool | load (const char *filename) |
| |
|
void | remove (const char *filename) |
| |
|
void | clear () |
| |
|
int | size () |
| |
|
void | shuffle () |
| |
|
void | unshuffle () |
| |
|
int | getposition () |
| |
|
XBMCAddon::xbmcgui::ListItem * | operator[] (long i) |
| |
|
const char * | GetClassname () const |
| |
|
LanguageHook * | GetLanguageHook () |
| |
| bool | isDeallocating () |
| | This method should be called while holding a Synchronize on the object. More...
|
| |
|
void | Release () const |
| |
|
void | Acquire () const |
| |
|
|
static short | getNumAddonClasses () |
| |
| virtual void | deallocating () |
| | This method is meant to be called from the destructor of the lowest level class. More...
|
| |
|
static short | getNextClassIndex () |
| | This is meant to be called during static initialization and so isn't synchronized.
|
| |
|
LanguageHook * | languageHook |
| |
◆ PlayList()
| XBMCAddon::xbmc::PlayList::PlayList |
( |
int |
playList | ) |
|
|
explicit |
- Todo:
- need a means to check for a valid construction either by throwing an exception or by an "isValid" check
The documentation for this class was generated from the following files:
- xbmc/interfaces/legacy/PlayList.h
- xbmc/interfaces/legacy/PlayList.cpp