mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
infoclock: add getStatus() function
Origin commit data
------------------
Commit: eba43cc5f9
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-01-09 (Fri, 09 Jan 2015)
Origin message was:
------------------
- infoclock: add getStatus() function
This commit is contained in:
@@ -47,6 +47,8 @@ class CInfoClock : public CComponentsFrmClock
|
|||||||
bool StopClock();
|
bool StopClock();
|
||||||
bool enableInfoClock(bool enable);
|
bool enableInfoClock(bool enable);
|
||||||
void ClearDisplay();
|
void ClearDisplay();
|
||||||
|
|
||||||
|
bool getStatus(void) { return paintClock; }
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user