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

Annotation of /infoscreen/webview.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 904 - (hide annotations) (download)
Fri Jun 25 13:52:07 2010 UTC (13 years, 10 months ago) by torben
File MIME type: text/plain
File size: 316 byte(s)
pass by reference
1 torben 508
2 torben 884 #ifndef WEBVIEW_H
3     #define WEBVIEW_H
4 torben 508
5 torben 506 #include <QtWebKit>
6    
7    
8 torben 884 class WebView : public QWebView
9 torben 506 {
10 torben 534 Q_OBJECT
11 torben 506 public:
12 torben 884 WebView(QWidget* parent);
13 torben 506
14 torben 904 void start(QString& url, QString& screenid);
15 torben 506
16 torben 534 void showError(const char* msg);
17 torben 506
18 torben 904 QString generateUrl(QString& url, QString& screenid);
19 torben 540
20 torben 506 };
21    
22 torben 884 #endif //WEBVIEW_H

  ViewVC Help
Powered by ViewVC 1.1.20