#include <qwebpageproto.h>
Properties | |
bool | contentEditable |
bool | forwardUnsupportedContent |
const bool | hasSelection |
QWebPage::LinkDelegationPolicy | linkDelegationPolicy |
const bool | modified |
objectName | |
QPalette | palette |
QSize | preferredContentsSize |
const QString | selectedHtml |
const QString | selectedText |
QSize | viewportSize |
Signals | |
void | applicationCacheQuotaExceeded (QWebSecurityOrigin *origin, quint64 defaultOriginQuota, quint64 totalSpaceNeeded) |
void | contentsChanged () |
void | databaseQuotaExceeded (QWebFrame *frame, QString databaseName) |
void | downloadRequested (const QNetworkRequest &request) |
void | featurePermissionRequestCanceled (QWebFrame *frame, QWebPage::Feature feature) |
void | featurePermissionRequested (QWebFrame *frame, QWebPage::Feature feature) |
void | frameCreated (QWebFrame *frame) |
void | geometryChangeRequested (const QRect &geom) |
void | linkClicked (const QUrl &url) |
void | linkHovered (const QString &link, const QString &title, const QString &textContent) |
void | loadFinished (bool ok) |
void | loadProgress (int progress) |
void | loadStarted () |
void | menuBarVisibilityChangeRequested (bool visible) |
void | microFocusChanged () |
void | printRequested (QWebFrame *frame) |
void | repaintRequested (const QRect &dirtyRect) |
void | restoreFrameStateRequested (QWebFrame *frame) |
void | saveFrameStateRequested (QWebFrame *frame, QWebHistoryItem *item) |
void | scrollRequested (int dx, int dy, const QRect &rectToScroll) |
void | selectionChanged () |
void | statusBarMessage (const QString &text) |
void | statusBarVisibilityChangeRequested (bool visible) |
void | toolBarVisibilityChangeRequested (bool visible) |
void | unsupportedContent (QNetworkReply *reply) |
void | viewportChangeRequested () |
void | windowCloseRequested () |
Public Member Functions | |
QWebPageProto (QObject *parent) | |
~QWebPageProto () | |
Q_INVOKABLE QAction * | action (QWebPage::WebAction action) const |
bool | blockSignals (bool block) |
Q_INVOKABLE quint64 | bytesReceived () const |
const QObjectList & | children () const |
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
Q_INVOKABLE QMenu * | createStandardContextMenu () |
Q_INVOKABLE QWebFrame * | currentFrame () 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 *ev) |
virtual bool | eventFilter (QObject *watched, QEvent *event) |
virtual Q_INVOKABLE bool | extension (QWebPage::Extension extension, const QWebPage::ExtensionOption *option=0, QWebPage::ExtensionReturn *output=0) |
T | findChild (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 |
QList< T > | findChildren (const QString &name, Qt::FindChildOptions options) const |
Q_INVOKABLE bool | findText (const QString &subString, QWebPage::FindFlags options=0) |
Q_INVOKABLE bool | focusNextPrevChild (bool next) |
Q_INVOKABLE bool | forwardUnsupportedContent () const |
Q_INVOKABLE QWebFrame * | frameAt (const QPoint &pos) const |
Q_INVOKABLE bool | hasSelection () const |
Q_INVOKABLE QWebHistory * | history () const |
bool | inherits (const char *className) const |
Q_INVOKABLE QVariant | inputMethodQuery (Qt::InputMethodQuery property) const |
void | installEventFilter (QObject *filterObj) |
Q_INVOKABLE bool | isContentEditable () const |
Q_INVOKABLE bool | isModified () const |
bool | isWidgetType () const |
bool | isWindowType () const |
void | killTimer (int id) |
Q_INVOKABLE QWebPage::LinkDelegationPolicy | linkDelegationPolicy () const |
Q_INVOKABLE QWebFrame * | mainFrame () const |
virtual const QMetaObject * | metaObject () const |
void | moveToThread (QThread *targetThread) |
Q_INVOKABLE QNetworkAccessManager * | networkAccessManager () const |
QString | objectName () const |
void | objectNameChanged (const QString &objectName) |
Q_INVOKABLE QPalette | palette () const |
QObject * | parent () const |
Q_INVOKABLE QWebPluginFactory * | pluginFactory () const |
Q_INVOKABLE QSize | preferredContentsSize () const |
QVariant | property (const char *name) const |
void | removeEventFilter (QObject *obj) |
Q_INVOKABLE QString | selectedHtml () const |
Q_INVOKABLE QString | selectedText () const |
Q_INVOKABLE void | setActualVisibleContentRect (const QRect &rect) const |
Q_INVOKABLE void | setContentEditable (bool editable) |
Q_INVOKABLE void | setFeaturePermission (QWebFrame *frame, QWebPage::Feature feature, QWebPage::PermissionPolicy policy) |
Q_INVOKABLE void | setForwardUnsupportedContent (bool forward) |
Q_INVOKABLE void | setLinkDelegationPolicy (QWebPage::LinkDelegationPolicy policy) |
Q_INVOKABLE void | setNetworkAccessManager (QNetworkAccessManager *manager) |
void | setObjectName (const QString &name) |
Q_INVOKABLE void | setPalette (const QPalette &palette) |
void | setParent (QObject *parent) |
Q_INVOKABLE void | setPluginFactory (QWebPluginFactory *factory) |
Q_INVOKABLE void | setPreferredContentsSize (const QSize &size) const |
bool | setProperty (const char *name, const QVariant &value) |
Q_INVOKABLE QWebSettings * | settings () const |
Q_INVOKABLE void | setView (QWidget *view) |
Q_INVOKABLE void | setViewportSize (const QSize &size) const |
virtual Q_INVOKABLE bool | shouldInterruptJavaScript () |
bool | signalsBlocked () const |
int | startTimer (int interval, Qt::TimerType timerType) |
Q_INVOKABLE QStringList | supportedContentTypes () const |
Q_INVOKABLE bool | supportsContentType (const QString &mimeType) const |
virtual Q_INVOKABLE bool | supportsExtension (QWebPage::Extension extension) const |
Q_INVOKABLE bool | swallowContextMenuEvent (QContextMenuEvent *event) |
QThread * | thread () const |
Q_INVOKABLE quint64 | totalBytes () const |
virtual Q_INVOKABLE void | triggerAction (QWebPage::WebAction action, bool checked=false) |
Q_INVOKABLE QUndoStack * | undoStack () const |
Q_INVOKABLE void | updatePositionDependentActions (const QPoint &pos) |
Q_INVOKABLE QWidget * | view () const |
Q_INVOKABLE QWebPage::ViewportAttributes | viewportAttributesForSize (const QSize &availableSize) const |
Q_INVOKABLE QSize | viewportSize () 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) |
|
readwrite |
|
readwrite |
|
read |
|
readwrite |
|
read |
|
readwrite |
|
readwrite |
|
read |
|
read |
|
readwrite |
QWebPageProto::QWebPageProto | ( | QObject * | parent | ) |
QWebPageProto::~QWebPageProto | ( | ) |
QAction * QWebPageProto::action | ( | QWebPage::WebAction | action | ) | const |
|
signal |
quint64 QWebPageProto::bytesReceived | ( | ) | const |
|
signal |
QMenu * QWebPageProto::createStandardContextMenu | ( | ) |
QWebFrame * QWebPageProto::currentFrame | ( | ) | const |
|
signal |
|
signal |
|
virtual |
|
signal |
|
signal |
bool QWebPageProto::findText | ( | const QString & | subString, |
QWebPage::FindFlags | options = 0 |
||
) |
bool QWebPageProto::focusNextPrevChild | ( | bool | next | ) |
Q_INVOKABLE bool QWebPageProto::forwardUnsupportedContent | ( | ) | const |
QWebFrame * QWebPageProto::frameAt | ( | const QPoint & | pos | ) | const |
|
signal |
|
signal |
Q_INVOKABLE bool QWebPageProto::hasSelection | ( | ) | const |
QWebHistory * QWebPageProto::history | ( | ) | const |
QVariant QWebPageProto::inputMethodQuery | ( | Qt::InputMethodQuery | property | ) | const |
bool QWebPageProto::isContentEditable | ( | ) | const |
bool QWebPageProto::isModified | ( | ) | const |
|
signal |
Q_INVOKABLE QWebPage::LinkDelegationPolicy QWebPageProto::linkDelegationPolicy | ( | ) | const |
|
signal |
|
signal |
|
signal |
|
signal |
QWebFrame * QWebPageProto::mainFrame | ( | ) | const |
|
signal |
|
signal |
QNetworkAccessManager * QWebPageProto::networkAccessManager | ( | ) | const |
Q_INVOKABLE QPalette QWebPageProto::palette | ( | ) | const |
QWebPluginFactory * QWebPageProto::pluginFactory | ( | ) | const |
Q_INVOKABLE QSize QWebPageProto::preferredContentsSize | ( | ) | const |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
Q_INVOKABLE QString QWebPageProto::selectedHtml | ( | ) | const |
Q_INVOKABLE QString QWebPageProto::selectedText | ( | ) | const |
|
signal |
void QWebPageProto::setActualVisibleContentRect | ( | const QRect & | rect | ) | const |
void QWebPageProto::setContentEditable | ( | bool | editable | ) |
void QWebPageProto::setFeaturePermission | ( | QWebFrame * | frame, |
QWebPage::Feature | feature, | ||
QWebPage::PermissionPolicy | policy | ||
) |
void QWebPageProto::setForwardUnsupportedContent | ( | bool | forward | ) |
void QWebPageProto::setLinkDelegationPolicy | ( | QWebPage::LinkDelegationPolicy | policy | ) |
void QWebPageProto::setNetworkAccessManager | ( | QNetworkAccessManager * | manager | ) |
void QWebPageProto::setPalette | ( | const QPalette & | palette | ) |
void QWebPageProto::setPluginFactory | ( | QWebPluginFactory * | factory | ) |
void QWebPageProto::setPreferredContentsSize | ( | const QSize & | size | ) | const |
QWebSettings * QWebPageProto::settings | ( | ) | const |
void QWebPageProto::setView | ( | QWidget * | view | ) |
void QWebPageProto::setViewportSize | ( | const QSize & | size | ) | const |
|
virtual |
|
signal |
|
signal |
QStringList QWebPageProto::supportedContentTypes | ( | ) | const |
bool QWebPageProto::supportsContentType | ( | const QString & | mimeType | ) | const |
|
virtual |
bool QWebPageProto::swallowContextMenuEvent | ( | QContextMenuEvent * | event | ) |
|
signal |
quint64 QWebPageProto::totalBytes | ( | ) | const |
|
virtual |
QUndoStack * QWebPageProto::undoStack | ( | ) | const |
|
signal |
void QWebPageProto::updatePositionDependentActions | ( | const QPoint & | pos | ) |
QWidget * QWebPageProto::view | ( | ) | const |
QWebPage::ViewportAttributes QWebPageProto::viewportAttributesForSize | ( | const QSize & | availableSize | ) | const |
|
signal |
Q_INVOKABLE QSize QWebPageProto::viewportSize | ( | ) | const |
|
signal |
Generated on Fri Aug 11 2017 | xTuple ERP Programmer Reference, Version 4.11.0 |
![]() |