Home
last modified time | relevance | path

Searched refs:CGUIWindowPVRTimersBase (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/windows/
H A DGUIWindowPVRTimersBase.cpp31 CGUIWindowPVRTimersBase::CGUIWindowPVRTimersBase(bool bRadio, int id, const std::string& xmlFile) : in CGUIWindowPVRTimersBase() function in CGUIWindowPVRTimersBase
36 CGUIWindowPVRTimersBase::~CGUIWindowPVRTimersBase() = default;
38 bool CGUIWindowPVRTimersBase::OnAction(const CAction& action) in OnAction()
54 bool CGUIWindowPVRTimersBase::Update(const std::string& strDirectory, bool updateFilterPath /* = tr… in Update()
75 void CGUIWindowPVRTimersBase::UpdateButtons() in UpdateButtons()
91 bool CGUIWindowPVRTimersBase::OnMessage(CGUIMessage& message) in OnMessage()
170 bool CGUIWindowPVRTimersBase::ActionShowTimer(const CFileItemPtr& item) in ActionShowTimer()
H A DGUIWindowPVRTimersBase.h19 class CGUIWindowPVRTimersBase : public CGUIWindowPVRBase
22 CGUIWindowPVRTimersBase(bool bRadio, int id, const std::string& xmlFile);
23 ~CGUIWindowPVRTimersBase() override;
H A DGUIWindowPVRTimers.h17 class CGUIWindowPVRTVTimers : public CGUIWindowPVRTimersBase
26 class CGUIWindowPVRRadioTimers : public CGUIWindowPVRTimersBase
H A DGUIWindowPVRTimerRules.h17 class CGUIWindowPVRTVTimerRules : public CGUIWindowPVRTimersBase
27 class CGUIWindowPVRRadioTimerRules : public CGUIWindowPVRTimersBase
H A DGUIWindowPVRTimers.cpp18 : CGUIWindowPVRTimersBase(false, WINDOW_TV_TIMERS, "MyPVRTimers.xml") in CGUIWindowPVRTVTimers()
29 : CGUIWindowPVRTimersBase(true, WINDOW_RADIO_TIMERS, "MyPVRTimers.xml") in CGUIWindowPVRRadioTimers()
H A DGUIWindowPVRTimerRules.cpp18 : CGUIWindowPVRTimersBase(false, WINDOW_TV_TIMER_RULES, "MyPVRTimers.xml") in CGUIWindowPVRTVTimerRules()
29 : CGUIWindowPVRTimersBase(true, WINDOW_RADIO_TIMER_RULES, "MyPVRTimers.xml") in CGUIWindowPVRRadioTimerRules()