/[projects]/infoscreen/screenmanager.h
ViewVC logotype

Annotation of /infoscreen/screenmanager.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 876 - (hide annotations) (download)
Tue Jun 22 21:01:37 2010 UTC (13 years, 10 months ago) by torben
File MIME type: text/plain
File size: 331 byte(s)
... and move screenmanager on/off times to config file
1 torben 512 #ifndef SCREENMANAGER_H
2     #define SCREENMANAGER_H
3    
4     #include <QTime>
5    
6     class ScreenManager
7     {
8     public:
9 torben 876 ScreenManager(QTime on, QTime off);
10 torben 512 void timerTick();
11     private:
12     void disableScreen();
13     void enableScreen();
14    
15     bool screenEnabled;
16    
17     QTime screenOnTime;
18     QTime screenOffTime;
19     };
20    
21    
22     #endif // SCREENMANAGER_H

  ViewVC Help
Powered by ViewVC 1.1.20