#include <qwebengineviewproto.h>
|
| | QWebEngineViewProto (QObject *parent) |
| |
| virtual | ~QWebEngineViewProto () |
| |
| Q_INVOKABLE void | findText (const QString &subString, QWebEnginePage::FindFlags options=nullptr) |
| |
| Q_INVOKABLE QWebEngineHistory * | history () const |
| |
| Q_INVOKABLE QVariant | inputMethodQuery (Qt::InputMethodQuery property) const |
| |
| Q_INVOKABLE void | load (const QUrl &url) |
| |
| Q_INVOKABLE QWebEnginePage * | page () const |
| |
| Q_INVOKABLE QAction * | pageAction (QWebEnginePage::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 (QWebEnginePage *page) |
| |
| Q_INVOKABLE QWebEngineSettings * | settings () const |
| |
| Q_INVOKABLE void | setZoomFactor (qreal factor) |
| |
| Q_INVOKABLE QSize | sizeHint () const |
| |
| Q_INVOKABLE void | triggerPageAction (QWebEnginePage::WebAction action, bool checked=false) |
| |
| Q_INVOKABLE qreal | zoomFactor () const |
| |
◆ QWebEngineViewProto()
| QWebEngineViewProto::QWebEngineViewProto |
( |
QObject * | parent | ) |
|
◆ ~QWebEngineViewProto()
| QWebEngineViewProto::~QWebEngineViewProto |
( |
| ) |
|
|
virtual |
◆ findText()
| void QWebEngineViewProto::findText |
( |
const QString & | subString, |
|
|
QWebEnginePage::FindFlags | options = nullptr ) |
◆ history()
| QWebEngineHistory * QWebEngineViewProto::history |
( |
| ) |
const |
◆ inputMethodQuery()
| QVariant QWebEngineViewProto::inputMethodQuery |
( |
Qt::InputMethodQuery | property | ) |
const |
◆ load()
| void QWebEngineViewProto::load |
( |
const QUrl & | url | ) |
|
◆ page()
| QWebEnginePage * QWebEngineViewProto::page |
( |
| ) |
const |
◆ pageAction()
| QAction * QWebEngineViewProto::pageAction |
( |
QWebEnginePage::WebAction | action | ) |
const |
◆ setContent()
| void QWebEngineViewProto::setContent |
( |
const QByteArray & | data, |
|
|
const QString & | mimeType = QString(), |
|
|
const QUrl & | baseUrl = QUrl() ) |
◆ setHtml()
| void QWebEngineViewProto::setHtml |
( |
const QString & | html, |
|
|
const QUrl & | baseUrl = QUrl() ) |
◆ setPage()
| void QWebEngineViewProto::setPage |
( |
QWebEnginePage * | page | ) |
|
◆ settings()
| QWebEngineSettings * QWebEngineViewProto::settings |
( |
| ) |
const |
◆ setZoomFactor()
| void QWebEngineViewProto::setZoomFactor |
( |
qreal | factor | ) |
|
◆ sizeHint()
| QSize QWebEngineViewProto::sizeHint |
( |
| ) |
const |
◆ triggerPageAction()
| void QWebEngineViewProto::triggerPageAction |
( |
QWebEnginePage::WebAction | action, |
|
|
bool | checked = false ) |
◆ zoomFactor()
| qreal QWebEngineViewProto::zoomFactor |
( |
| ) |
const |
The documentation for this class was generated from the following files:
- qwebengineviewproto.h
- qwebengineviewproto.cpp