Home
last modified time | relevance | path

Searched refs:GetSelectedChannel (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/guilib/
H A DGUIEPGGridContainer.h74 std::shared_ptr<CPVRChannel> GetSelectedChannel() const;
H A DGUIEPGGridContainer.cpp1350 std::shared_ptr<CPVRChannel> CGUIEPGGridContainer::GetSelectedChannel() const in GetSelectedChannel() function in CGUIEPGGridContainer
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/windows/
H A DGUIWindowPVRGuide.cpp196 std::shared_ptr<CPVRChannel> channel(epgGridContainer->GetSelectedChannel()); in UpdateSelectedItemPath()