20 class CPVRTimerInfoTag;
25 explicit CPVRItem(
const std::shared_ptr<CFileItem>& item) : m_item(item.get()) {}
29 std::shared_ptr<CPVREpgInfoTag> GetEpgInfoTag()
const;
30 std::shared_ptr<CPVREpgInfoTag> GetNextEpgInfoTag()
const;
31 std::shared_ptr<CPVRChannel> GetChannel()
const;
32 std::shared_ptr<CPVRTimerInfoTag> GetTimerInfoTag()
const;
33 std::shared_ptr<CPVRRecording> GetRecording()
const;
Definition: ContextMenuManager.h:24
Represents a file on a share.
Definition: FileItem.h:102