summaryrefslogtreecommitdiff
path: root/gridelement.h
diff options
context:
space:
mode:
Diffstat (limited to 'gridelement.h')
-rw-r--r--gridelement.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gridelement.h b/gridelement.h
index aa7ccc3..839e31e 100644
--- a/gridelement.h
+++ b/gridelement.h
@@ -13,6 +13,7 @@ protected:
bool init;
bool active;
bool hasTimer;
+ bool timerIsActive;
bool hasSwitchTimer;
cChannelEpg *owner;
bool Intersects(cGridElement *neighbor);
@@ -37,6 +38,7 @@ public:
long Id(void) { return id; };
bool Active(void) { return active; };
bool HasTimer(void) {return hasTimer;};
+ bool TimerIsActive(void) { return timerIsActive; };
bool HasSwitchTimer(void) {return hasSwitchTimer;};
bool IsFirst(void);
bool IsDummy(void) { return dummy; };
@@ -48,4 +50,4 @@ public:
virtual void Debug(void) {};
};
-#endif //__TVGUIDE_GRID_H \ No newline at end of file
+#endif //__TVGUIDE_GRID_H