|
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 () |
|
|
| 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 |
|
|
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) |
|