diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-06-11 23:14:27 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-06-11 23:14:27 +0000 |
commit | 735df57886b042ff3edc65a01b808476f7e20401 (patch) | |
tree | 4412a3acb001dda4264d260f95141e0a52b9ea5a /timers.h | |
parent | 0a6f5eebc80a0301119ae16e79ba08814e748f77 (diff) | |
download | vdr-plugin-live-735df57886b042ff3edc65a01b808476f7e20401.tar.gz vdr-plugin-live-735df57886b042ff3edc65a01b808476f7e20401.tar.bz2 |
- Additional fixes for better styleability. Set class 'bottomrow' on
table cells which are followed by a spacer line.
Diffstat (limited to 'timers.h')
-rw-r--r-- | timers.h | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -20,13 +20,15 @@ public: cTimer* GetByTimerId( std::string const& timerid ); bool Modified() { return Timers.Modified( m_state ); } - + + static std::string GetTimerDays(cTimer const& timer); + private: SortedTimers(); SortedTimers( SortedTimers const& ); int m_state; - + void ReloadTimers( bool initial = false ); }; @@ -52,7 +54,7 @@ private: typedef std::pair< TimerPair, std::string > ErrorPair; typedef std::list< TimerPair > TimerList; typedef std::list< ErrorPair > ErrorList; - + TimerManager(); TimerManager( TimerManager const& ); |