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

Contents of /infoscreen/MainView.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 515 - (show annotations) (download)
Tue Dec 15 20:36:26 2009 UTC (14 years, 5 months ago) by torben
File MIME type: text/plain
File size: 385 byte(s)
code sync. start on client side render
1
2 #ifndef MAINVIEW_H
3 #define MAINVIEW_H
4
5 #include <QWidget>
6 #include "screenmanager.h"
7
8
9 class MyWebView;
10 class ClientSideRender;
11
12 class MainView : public QWidget
13 {
14
15 Q_OBJECT
16 public:
17 MainView(QWidget* parent);
18
19
20 private:
21 MyWebView* web;
22 ClientSideRender* render;
23 QWidget* current;
24 ScreenManager screenManager;
25
26 public slots:
27 void onTimer();
28 };
29
30 #endif //MAINVIEW_H

  ViewVC Help
Powered by ViewVC 1.1.20