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

Annotation of /infoscreen/webview.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 535 - (hide annotations) (download)
Fri Jan 8 09:20:37 2010 UTC (14 years, 4 months ago) by torben
Original Path: infoscreen/MyWebView.h
File MIME type: text/plain
File size: 388 byte(s)
make client even more configureable
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 torben 534 Q_OBJECT
11 torben 506 public:
12 torben 534 MyWebView(QWidget* parent);
13 torben 506
14 torben 535 void start(QString url, QString screenid);
15 torben 506
16 torben 534 void showError(const char* msg);
17 torben 506
18 torben 535 QString generateUrl(QString url, QString screenid);
19 torben 506 public slots:
20 torben 534 void onChange(bool success);
21     void onTimer();
22 torben 506 };
23    
24 torben 508 #endif //MYWEBVIEW_H

  ViewVC Help
Powered by ViewVC 1.1.20