From a85f88f780138c94009dd20c157d69beb903123f Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Tue, 17 Apr 2007 17:36:02 +0000 Subject: added missing features 'allowed repeats' and 'only repeats within ... days' --- epgsearch.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'epgsearch.h') diff --git a/epgsearch.h b/epgsearch.h index 4ca37f4..0b80ecb 100644 --- a/epgsearch.h +++ b/epgsearch.h @@ -99,6 +99,10 @@ public: void SetExtEPGInfo(std::vector< std::string > ExtEPGInfo) { m_ExtEPGInfo = ExtEPGInfo; } bool AvoidRepeats() const { return m_avoidrepeats; } void SetAvoidRepeats(bool avoidrepeats) { m_avoidrepeats = avoidrepeats; } + int AllowedRepeats() const { return m_allowedrepeats; } + void SetAllowedRepeats(int allowedrepeats) { m_allowedrepeats = allowedrepeats; } + int RepeatsWithinDays() const { return m_repeatsWithinDays; } + void SetRepeatsWithinDays(int repeatsWithinDays) { m_repeatsWithinDays = repeatsWithinDays; } bool CompareTitle() const { return m_compareTitle; } void SetCompareTitle(bool compareTitle) { m_compareTitle = compareTitle; } bool CompareSubtitle() const { return m_compareSubtitle; } -- cgit v1.2.3