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

Contents of /infoscreen/screenitem.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 867 - (show annotations) (download)
Mon Jun 21 12:23:07 2010 UTC (13 years, 10 months ago) by torben
File MIME type: text/plain
File size: 321 byte(s)
add support for svg files
1 #ifndef SCREENITEM_H
2 #define SCREENITEM_H
3
4 #include <QTime>
5
6 enum ModuleType {
7 ModuleImage,
8 ModuleWeb,
9 ModuleVideo,
10 ModuleSvg,
11 ModuleUnknown
12 };
13
14 struct ScreenItem
15 {
16 ModuleType module;
17 int elementid;
18 QString url;
19 int runtime;
20 QTime start;
21 QTime stop;
22 };
23
24 #endif // SCREENITEM_H

  ViewVC Help
Powered by ViewVC 1.1.20