11 #include "AddonClass.h" 12 #include "Exception.h" 14 #include "playlists/PlayList.h" 20 XBMCCOMMONS_STANDARD_EXCEPTION(PlayListException);
58 #ifdef DOXYGEN_SHOULD_USE_THIS 68 inline int getPlayListId()
const {
return iPlayList; }
71 #ifdef DOXYGEN_SHOULD_USE_THIS 103 #ifdef DOXYGEN_SHOULD_USE_THIS 117 bool load(
const char* filename);
120 #ifdef DOXYGEN_SHOULD_USE_THIS 130 void remove(
const char* filename);
133 #ifdef DOXYGEN_SHOULD_USE_THIS 144 #ifdef DOXYGEN_SHOULD_USE_THIS 157 #ifdef DOXYGEN_SHOULD_USE_THIS 168 #ifdef DOXYGEN_SHOULD_USE_THIS 179 #ifdef DOXYGEN_SHOULD_USE_THIS 192 #ifdef DOXYGEN_SHOULD_USE_THIS Definition: PlayList.h:23
PlayList(int playList)
Definition: PlayList.cpp:22
Defining LOG_LIFECYCLE_EVENTS will log all instantiations, deletions and also reference countings (in...
Definition: Addon.cpp:25
Definition: PlayList.h:49
Definition: ListItem.h:53
This class is the superclass for all reference counted classes in the api.
Definition: AddonClass.h:57