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

Contents of /infoscreen/screenitem.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 638 - (show annotations) (download)
Wed Apr 7 17:00:07 2010 UTC (14 years, 1 month ago) by torben
File MIME type: text/plain
File size: 306 byte(s)
Adopt infoscreen to local play mode
1 #ifndef SCREENITEM_H
2 #define SCREENITEM_H
3
4 #include <QTime>
5
6 enum ModuleType {
7 ModuleImage,
8 ModuleWeb,
9 ModuleVideo,
10 ModuleUnknown
11 };
12
13 struct ScreenItem
14 {
15 ModuleType module;
16 int elementid;
17 QString url;
18 int runtime;
19 QTime start;
20 QTime stop;
21 };
22
23 #endif // SCREENITEM_H

  ViewVC Help
Powered by ViewVC 1.1.20