#include <qwebviewproto.h>
| QWebViewProto::QWebViewProto |
( |
QObject * |
parent | ) |
|
| bool QWebViewProto::findText |
( |
const QString & |
subString, |
|
|
QWebPage::FindFlags |
options = 0 |
|
) |
| |
| QWebHistory * QWebViewProto::history |
( |
| ) |
const |
| void QWebViewProto::load |
( |
const QUrl & |
url | ) |
|
| void QWebViewProto::load |
( |
const QNetworkRequest & |
request, |
|
|
QNetworkAccessManager::Operation |
operation = QNetworkAccessManager::GetOperation, |
|
|
const QByteArray & |
body = QByteArray() |
|
) |
| |
| 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::setHtml |
( |
const QString & |
html, |
|
|
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 |
|
) |
| |
The documentation for this class was generated from the following files: