11 #include "utils/SortUtils.h" 24 virtual void Add(
const CFileItem* picture) = 0;
25 virtual bool IsPlaying()
const = 0;
26 virtual void Select(
const std::string& picture) = 0;
28 virtual std::shared_ptr<const CFileItem> GetCurrentSlide() = 0;
29 virtual void StartSlideShow() = 0;
30 virtual void PlayPicture() = 0;
31 virtual bool InSlideShow()
const = 0;
32 virtual int NumSlides()
const = 0;
33 virtual int CurrentSlide()
const = 0;
34 virtual bool IsPaused()
const = 0;
35 virtual bool IsShuffled()
const = 0;
36 virtual void Reset() = 0;
37 virtual void Shuffle() = 0;
38 virtual int GetDirection()
const = 0;
41 bool bRecursive =
false,
43 bool bNotRandom =
false,
44 const std::string& beginSlidePath =
"",
45 bool startSlideShow =
true,
47 SortOrder order = SortOrderAscending,
48 SortAttribute sortAttributes = SortAttributeNone,
49 const std::string& strExtensions =
"") = 0;
51 virtual void AddFromPath(
const std::string& strPath,
54 SortOrder order = SortOrderAscending,
55 SortAttribute sortAttributes = SortAttributeNone,
56 const std::string& strExtensions =
"") = 0;
Represents a list of files.
Definition: FileItem.h:702
virtual void RunSlideShow(const std::string &strPath, bool bRecursive=false, bool bRandom=false, bool bNotRandom=false, const std::string &beginSlidePath="", bool startSlideShow=true, SortBy method=SortByLabel, SortOrder order=SortOrderAscending, SortAttribute sortAttributes=SortAttributeNone, const std::string &strExtensions="")=0
Definition: ISlideShowDelegate.h:18
virtual void AddFromPath(const std::string &strPath, bool bRecursive, SortBy method=SortByLabel, SortOrder order=SortOrderAscending, SortAttribute sortAttributes=SortAttributeNone, const std::string &strExtensions="")=0
SortBy
Definition: SortUtils.h:49
Represents a file on a share.
Definition: FileItem.h:102
1 : Sort by Name (String: Label)
Definition: SortUtils.h:54