Searched refs:CGUIWindowPVRTimersBase (Results 1 – 6 of 6) sorted by relevance
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/windows/ |
H A D | GUIWindowPVRTimersBase.cpp | 31 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 D | GUIWindowPVRTimersBase.h | 19 class CGUIWindowPVRTimersBase : public CGUIWindowPVRBase 22 CGUIWindowPVRTimersBase(bool bRadio, int id, const std::string& xmlFile); 23 ~CGUIWindowPVRTimersBase() override;
|
H A D | GUIWindowPVRTimers.h | 17 class CGUIWindowPVRTVTimers : public CGUIWindowPVRTimersBase 26 class CGUIWindowPVRRadioTimers : public CGUIWindowPVRTimersBase
|
H A D | GUIWindowPVRTimerRules.h | 17 class CGUIWindowPVRTVTimerRules : public CGUIWindowPVRTimersBase 27 class CGUIWindowPVRRadioTimerRules : public CGUIWindowPVRTimersBase
|
H A D | GUIWindowPVRTimers.cpp | 18 : CGUIWindowPVRTimersBase(false, WINDOW_TV_TIMERS, "MyPVRTimers.xml") in CGUIWindowPVRTVTimers() 29 : CGUIWindowPVRTimersBase(true, WINDOW_RADIO_TIMERS, "MyPVRTimers.xml") in CGUIWindowPVRRadioTimers()
|
H A D | GUIWindowPVRTimerRules.cpp | 18 : CGUIWindowPVRTimersBase(false, WINDOW_TV_TIMER_RULES, "MyPVRTimers.xml") in CGUIWindowPVRTVTimerRules() 29 : CGUIWindowPVRTimersBase(true, WINDOW_RADIO_TIMER_RULES, "MyPVRTimers.xml") in CGUIWindowPVRRadioTimerRules()
|