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

Diff of /infoscreen/webview.h

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

revision 534 by torben, Thu Jan 7 19:42:12 2010 UTC revision 540 by torben, Sat Jan 9 15:22:14 2010 UTC
# Line 11  class MyWebView : public QWebView Line 11  class MyWebView : public QWebView
11  public:  public:
12      MyWebView(QWidget* parent);      MyWebView(QWidget* parent);
13    
14      void start();      void start(QString url, QString screenid);
15    
16      void showError(const char* msg);      void showError(const char* msg);
17    
18      QString generateUrl();      QString generateUrl(QString url, QString screenid);
19  public slots:  
     void onChange(bool success);  
     void onTimer();  
20  };  };
21    
22  #endif //MYWEBVIEW_H  #endif //MYWEBVIEW_H

Legend:
Removed from v.534  
changed lines
  Added in v.540

  ViewVC Help
Powered by ViewVC 1.1.20