#include <qwebviewproto.h>
Properties | |
const bool | hasSelection |
const QIcon | icon |
const bool | modified |
objectName | |
QPainter::RenderHints | renderHints |
const QString | selectedHtml |
const QString | selectedText |
const QString | title |
QUrl | url |
qreal | zoomFactor |
Public Slots | |
Q_INVOKABLE void | back () |
Q_INVOKABLE void | forward () |
Q_INVOKABLE void | print (QPrinter *printer) const |
Q_INVOKABLE void | reload () |
Q_INVOKABLE void | stop () |
Signals | |
void | iconChanged () |
void | linkClicked (const QUrl &url) |
void | loadFinished (bool ok) |
void | loadProgress (int progress) |
void | loadStarted () |
void | selectionChanged () |
void | statusBarMessage (const QString &text) |
void | titleChanged (const QString &title) |
void | urlChanged (const QUrl &url) |
Public Member Functions | |
QWebViewProto (QObject *parent) | |
virtual | ~QWebViewProto () |
bool | blockSignals (bool block) |
const QObjectList & | children () const |
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
void | deleteLater () |
void | destroyed (QObject *obj) |
bool | disconnect (const char *signal, const QObject *receiver, const char *method) const |
bool | disconnect (const QObject *receiver, const char *method) const |
void | dumpObjectInfo () |
void | dumpObjectTree () |
QList< QByteArray > | dynamicPropertyNames () const |
Q_INVOKABLE bool | event (QEvent *e) |
virtual bool | eventFilter (QObject *watched, QEvent *event) |
T | findChild (const QString &name, Qt::FindChildOptions options) const |
QList< T > | findChildren (const QString &name, Qt::FindChildOptions options) const |
QList< T > | findChildren (const QRegExp ®Exp, Qt::FindChildOptions options) const |
QList< T > | findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const |
Q_INVOKABLE bool | findText (const QString &subString, QWebPage::FindFlags options=0) |
Q_INVOKABLE bool | hasSelection () const |
Q_INVOKABLE QWebHistory * | history () const |
Q_INVOKABLE QIcon | icon () const |
bool | inherits (const char *className) const |
Q_INVOKABLE QVariant | inputMethodQuery (Qt::InputMethodQuery property) const |
void | installEventFilter (QObject *filterObj) |
Q_INVOKABLE bool | isModified () const |
bool | isWidgetType () const |
bool | isWindowType () const |
void | killTimer (int id) |
Q_INVOKABLE void | load (const QUrl &url) |
Q_INVOKABLE void | load (const QNetworkRequest &request, QNetworkAccessManager::Operation operation=QNetworkAccessManager::GetOperation, const QByteArray &body=QByteArray()) |
virtual const QMetaObject * | metaObject () const |
void | moveToThread (QThread *targetThread) |
QString | objectName () const |
void | objectNameChanged (const QString &objectName) |
Q_INVOKABLE QWebPage * | page () const |
Q_INVOKABLE QAction * | pageAction (QWebPage::WebAction action) const |
QObject * | parent () const |
QVariant | property (const char *name) const |
void | removeEventFilter (QObject *obj) |
Q_INVOKABLE QPainter::RenderHints | renderHints () const |
Q_INVOKABLE QString | selectedHtml () const |
Q_INVOKABLE QString | selectedText () 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()) |
void | setObjectName (const QString &name) |
Q_INVOKABLE void | setPage (QWebPage *page) |
void | setParent (QObject *parent) |
bool | setProperty (const char *name, const QVariant &value) |
Q_INVOKABLE void | setRenderHint (QPainter::RenderHint hint, bool enabled=true) |
Q_INVOKABLE void | setRenderHints (QPainter::RenderHints hints) |
Q_INVOKABLE void | setTextSizeMultiplier (qreal factor) |
Q_INVOKABLE QWebSettings * | settings () const |
Q_INVOKABLE void | setUrl (const QUrl &url) |
Q_INVOKABLE void | setZoomFactor (qreal factor) |
bool | signalsBlocked () const |
Q_INVOKABLE QSize | sizeHint () const |
int | startTimer (int interval, Qt::TimerType timerType) |
Q_INVOKABLE qreal | textSizeMultiplier () const |
QThread * | thread () const |
Q_INVOKABLE QString | title () const |
Q_INVOKABLE void | triggerPageAction (QWebPage::WebAction action, bool checked=false) |
Q_INVOKABLE QUrl | url () const |
Q_INVOKABLE qreal | zoomFactor () const |
Static Public Member Functions | |
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, Functor functor) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) |
bool | disconnect (const QMetaObject::Connection &connection) |
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
bool | disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) |
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
QString | tr (const char *sourceText, const char *disambiguation, int n) |
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
Protected Member Functions | |
virtual void | childEvent (QChildEvent *event) |
virtual void | connectNotify (const QMetaMethod &signal) |
virtual void | customEvent (QEvent *event) |
virtual void | disconnectNotify (const QMetaMethod &signal) |
bool | isSignalConnected (const QMetaMethod &signal) const |
int | receivers (const char *signal) const |
QObject * | sender () const |
int | senderSignalIndex () const |
virtual void | timerEvent (QTimerEvent *event) |
|
read |
|
read |
|
read |
|
readwrite |
|
read |
|
read |
|
read |
|
readwrite |
|
readwrite |
QWebViewProto::QWebViewProto | ( | QObject * | parent | ) |
|
virtual |
|
slot |
bool QWebViewProto::findText | ( | const QString & | subString, |
QWebPage::FindFlags | options = 0 |
||
) |
|
slot |
Q_INVOKABLE bool QWebViewProto::hasSelection | ( | ) | const |
QWebHistory * QWebViewProto::history | ( | ) | const |
Q_INVOKABLE QIcon QWebViewProto::icon | ( | ) | const |
|
signal |
QVariant QWebViewProto::inputMethodQuery | ( | Qt::InputMethodQuery | property | ) | const |
bool QWebViewProto::isModified | ( | ) | const |
|
signal |
void QWebViewProto::load | ( | const QUrl & | url | ) |
void QWebViewProto::load | ( | const QNetworkRequest & | request, |
QNetworkAccessManager::Operation | operation = QNetworkAccessManager::GetOperation , |
||
const QByteArray & | body = QByteArray() |
||
) |
|
signal |
|
signal |
|
signal |
QWebPage * QWebViewProto::page | ( | ) | const |
QAction * QWebViewProto::pageAction | ( | QWebPage::WebAction | action | ) | const |
|
slot |
|
slot |
Q_INVOKABLE QPainter::RenderHints QWebViewProto::renderHints | ( | ) | const |
Q_INVOKABLE QString QWebViewProto::selectedHtml | ( | ) | const |
Q_INVOKABLE QString QWebViewProto::selectedText | ( | ) | const |
|
signal |
void QWebViewProto::setContent | ( | const QByteArray & | data, |
const QString & | mimeType = QString() , |
||
const QUrl & | baseUrl = QUrl() |
||
) |
void QWebViewProto::setPage | ( | QWebPage * | page | ) |
void QWebViewProto::setRenderHint | ( | QPainter::RenderHint | hint, |
bool | enabled = true |
||
) |
void QWebViewProto::setRenderHints | ( | QPainter::RenderHints | hints | ) |
void QWebViewProto::setTextSizeMultiplier | ( | qreal | factor | ) |
QWebSettings * QWebViewProto::settings | ( | ) | const |
void QWebViewProto::setUrl | ( | const QUrl & | url | ) |
void QWebViewProto::setZoomFactor | ( | qreal | factor | ) |
QSize QWebViewProto::sizeHint | ( | ) | const |
|
signal |
|
slot |
qreal QWebViewProto::textSizeMultiplier | ( | ) | const |
Q_INVOKABLE QString QWebViewProto::title | ( | ) | const |
|
signal |
void QWebViewProto::triggerPageAction | ( | QWebPage::WebAction | action, |
bool | checked = false |
||
) |
Q_INVOKABLE QUrl QWebViewProto::url | ( | ) | const |
|
signal |
Q_INVOKABLE qreal QWebViewProto::zoomFactor | ( | ) | const |
Generated on Fri Aug 11 2017 | xTuple ERP Programmer Reference, Version 4.11.0 |
![]() |