11 #include "playlists/PlayListTypes.h" 19 typedef std::shared_ptr<CGUIListItem> CGUIListItemPtr;
32 std::string GetPlaylistLabel(
int item, PLAYLIST::Id playlistid = PLAYLIST::TYPE_NONE);
35 CGUIControl* GetActiveContainer(
int containerId,
int contextWindow);
37 CGUIListItemPtr GetCurrentListItem(
int contextWindow,
int containerId = 0,
int itemOffset = 0,
unsigned int itemFlags = 0);
39 std::string GetFileInfoLabelValueFromPath(
int info,
const std::string& filenameAndPath);
Definition: GUIListItem.h:30
Base class for controls.
Definition: GUIControl.h:75
Controller configuration window.
Definition: AudioDecoder.h:18
Definition: GUIWindow.h:58
Represents a file on a share.
Definition: FileItem.h:102