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

Contents of /infoscreen/screenmanager.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 512 - (show annotations) (download)
Tue Dec 15 13:53:02 2009 UTC (14 years, 5 months ago) by torben
File MIME type: text/plain
File size: 312 byte(s)
Now with screenmanager

1 #ifndef SCREENMANAGER_H
2 #define SCREENMANAGER_H
3
4 #include <QTime>
5
6 class ScreenManager
7 {
8 public:
9 ScreenManager();
10 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