#include <qwebviewproto.h>
Public Member Functions | |
| QWebViewProto (QObject *parent) | |
| Q_INVOKABLE bool | findText (const QString &subString, QWebPage::FindFlags options=0) |
| Q_INVOKABLE QWebHistory * | history () const |
| Q_INVOKABLE void | load (const QNetworkRequest &request, QNetworkAccessManager::Operation operation=QNetworkAccessManager::GetOperation, const QByteArray &body=QByteArray()) |
| Q_INVOKABLE void | load (const QUrl &url) |
| Q_INVOKABLE QWebPage * | page () const |
| Q_INVOKABLE QAction * | pageAction (QWebPage::WebAction action) const |
| Q_INVOKABLE void | setContent (const QByteArray &data, const QString &mimeType=QString(), const QUrl &baseUrl=QUrl()) |
| Q_INVOKABLE void | setHtml (const QString &html, const QUrl &baseUrl=QUrl()) |
| Q_INVOKABLE void | setPage (QWebPage *page) |
| Q_INVOKABLE void | setTextSizeMultiplier (qreal factor) |
| Q_INVOKABLE QWebSettings * | settings () const |
| Q_INVOKABLE qreal | textSizeMultiplier () const |
| Q_INVOKABLE void | triggerPageAction (QWebPage::WebAction action, bool checked=false) |
| QWebViewProto::QWebViewProto | ( | QObject * | parent | ) |
| bool QWebViewProto::findText | ( | const QString & | subString, | |
| QWebPage::FindFlags | options = 0 | |||
| ) |
| QWebHistory * QWebViewProto::history | ( | ) | const |
| void QWebViewProto::load | ( | const QNetworkRequest & | request, | |
| QNetworkAccessManager::Operation | operation = QNetworkAccessManager::GetOperation, |
|||
| const QByteArray & | body = QByteArray() | |||
| ) |
| void QWebViewProto::load | ( | const QUrl & | url | ) |
| QWebPage * QWebViewProto::page | ( | ) | const |
| QAction * QWebViewProto::pageAction | ( | QWebPage::WebAction | action | ) | const |
| void QWebViewProto::setContent | ( | const QByteArray & | data, | |
| const QString & | mimeType = QString(), |
|||
| const QUrl & | baseUrl = QUrl() | |||
| ) |
| void QWebViewProto::setPage | ( | QWebPage * | page | ) |
| void QWebViewProto::setTextSizeMultiplier | ( | qreal | factor | ) |
| QWebSettings * QWebViewProto::settings | ( | ) | const |
| qreal QWebViewProto::textSizeMultiplier | ( | ) | const |
| void QWebViewProto::triggerPageAction | ( | QWebPage::WebAction | action, | |
| bool | checked = false | |||
| ) |
| Generated on Thu Dec 9 09:13:25 2010 | xTuple ERP Programmer Reference, Version 3.6.0 |
1.6.1
|