11 #include "IFileDirectory.h"    25     bool AllowAll()
 const override { 
return true; }
    26     bool ContainsFiles(
const CURL& url) 
override;
    31     static std::string GetPlaylistByName(
const std::string& name, 
const std::string& playlistType);
 Definition: SmartPlaylistDirectory.h:19
Represents a list of files. 
Definition: FileItem.h:702
bool GetDirectory(const CURL &url, CFileItemList &items) override
Get the items of the directory strPath. 
Definition: SmartPlaylistDirectory.cpp:43
Definition: IFileDirectory.h:15
bool AllowAll() const override
Whether to allow all files/folders to be listed. 
Definition: SmartPlaylistDirectory.h:25
Definition: SmartPlayList.h:90
bool Remove(const CURL &url) override
Removes the directory. 
Definition: SmartPlaylistDirectory.cpp:353