From 015380b9fd9f4e3b34edc83d2ee57db1aa809c34 Mon Sep 17 00:00:00 2001 From: martin Date: Sat, 15 Jan 2011 16:59:59 +0100 Subject: - make MultiSchedule duration configurable - by default show the channel group containing the current channel - show "switch to this channel"-buttons --- setup.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.h') diff --git a/setup.h b/setup.h index a700276..a22051e 100644 --- a/setup.h +++ b/setup.h @@ -45,6 +45,7 @@ class Setup bool UseAuth() const; std::string const GetTimes() const { return m_times; } std::string const GetChannelGroups() const { return m_channelGroups; } + std::string const GetScheduleDuration() const { return m_scheduleDuration; } std::string const GetStartScreen() const { return m_startscreen; } std::string const GetStartScreenLink() const; std::string const GetTheme() const { return m_theme; } @@ -70,6 +71,7 @@ class Setup void SetScreenshotInterval(int interval) { m_screenshotInterval = interval; } void SetTimes(std::string const & times) { m_times = times; } void SetChannelGroups(std::string const & channelGroups) { m_channelGroups = channelGroups; } + void SetScheduleDuration(std::string const & scheduleDuration) { m_scheduleDuration = scheduleDuration; } void SetStartScreen(std::string const & startscreen) { m_startscreen = startscreen; } void SetTheme(std::string const & theme) { m_theme = theme; } void SetLocalNetMask(std::string const & localnetmask) { m_localnetmask = localnetmask; } @@ -122,6 +124,7 @@ class Setup std::string m_adminPasswordMD5; std::string m_times; std::string m_channelGroups; + std::string m_scheduleDuration; std::string m_startscreen; std::string m_theme; std::string m_localnetmask; -- cgit v1.2.3