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

Annotation of /infoscreen/webview.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 512 - (hide annotations) (download)
Tue Dec 15 13:53:02 2009 UTC (14 years, 5 months ago) by torben
Original Path: infoscreen/MyWebView.h
File MIME type: text/plain
File size: 316 byte(s)
Now with screenmanager

1 torben 508
2     #ifndef MYWEBVIEW_H
3     #define MYWEBVIEW_H
4    
5 torben 506 #include <QtWebKit>
6    
7    
8     class MyWebView : public QWebView
9     {
10     Q_OBJECT
11     public:
12     MyWebView(QWidget* parent);
13    
14 torben 512 void start();
15 torben 506
16     void showError(const char* msg);
17    
18     QString generateUrl();
19     public slots:
20 torben 512 void onChange(bool success);
21 torben 507 void onTimer();
22 torben 506 };
23    
24 torben 508 #endif //MYWEBVIEW_H

  ViewVC Help
Powered by ViewVC 1.1.20