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

Diff of /infoscreen/MainView.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 511 by torben, Sat Dec 12 18:59:28 2009 UTC revision 512 by torben, Tue Dec 15 13:53:02 2009 UTC
# Line 3  Line 3 
3  #define MAINVIEW_H  #define MAINVIEW_H
4    
5  #include <QWidget>  #include <QWidget>
6    #include "screenmanager.h"
7    
8    
9    class MyWebView;
10    
11  class MainView : public QWidget  class MainView : public QWidget
12  {  {
13    
# Line 14  public: Line 17  public:
17    
18    
19  private:  private:
20          QWidget* red;          MyWebView* web;
         QWidget* green;  
21          QWidget* current;          QWidget* current;
22            ScreenManager screenManager;
23    
24  public slots:  public slots:
25          void onTimer();          void onTimer();

Legend:
Removed from v.511  
changed lines
  Added in v.512

  ViewVC Help
Powered by ViewVC 1.1.20