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

Annotation of /infoscreen/screenitem.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 528 - (hide annotations) (download)
Wed Jan 6 22:18:52 2010 UTC (14 years, 4 months ago) by torben
File MIME type: text/plain
File size: 214 byte(s)
first functioning clientside xml-controlled switch
1 torben 528 #ifndef SCREENITEM_H
2     #define SCREENITEM_H
3    
4     #include <QTime>
5    
6     struct ScreenItem
7     {
8     QString module;
9     int elementid;
10     QString url;
11     int runtime;
12     QTime start;
13     QTime stop;
14     };
15    
16     #endif // SCREENITEM_H

  ViewVC Help
Powered by ViewVC 1.1.20