Home · All Classes · Modules

QWebFrame Class Reference
[QtWebKit module]

Inherits QObject.

Types

Methods

Qt Signals


Detailed Description


Type Documentation

QWebFrame.RenderLayer


Method Documentation

QWebFrame.addToJavaScriptWindowObject (self, QString, QObject)

The QObject argument has it's ownership transferred to Qt.

QUrl QWebFrame.baseUrl (self)

list-of-QWebFrame QWebFrame.childFrames (self)

QSize QWebFrame.contentsSize (self)

QWebElement QWebFrame.documentElement (self)

QVariant QWebFrame.evaluateJavaScript (self, QString)

This method is also a Qt slot with the C++ signature QVariant evaluateJavaScript(const QString&).

bool QWebFrame.event (self, QEvent)

QWebElementCollection QWebFrame.findAllElements (self, QString)

QWebElement QWebFrame.findFirstElement (self, QString)

QString QWebFrame.frameName (self)

QRect QWebFrame.geometry (self)

bool QWebFrame.hasFocus (self)

QWebHitTestResult QWebFrame.hitTestContent (self, QPoint)

QIcon QWebFrame.icon (self)

QWebFrame.load (self, QUrl)

QWebFrame.load (self, QNetworkRequest, QNetworkAccessManager.Operation operation = QNetworkAccessManager.GetOperation, QByteArray body = QByteArray())

dict-of-QString-list-of-QString QWebFrame.metaData (self)

QWebPage QWebFrame.page (self)

QWebFrame QWebFrame.parentFrame (self)

QPoint QWebFrame.pos (self)

QWebFrame.print (self, QPrinter printer)

This method is also a Qt slot with the C++ signature void print(QPrinter *) const.

QWebFrame.print_ (self, QPrinter)

This method is also a Qt slot with the C++ signature void print(QPrinter *) const.

QWebFrame.render (self, QPainter, QRegion)

QWebFrame.render (self, QPainter)

QWebFrame.render (self, QPainter, RenderLayer, QRegion clip = QRegion())

QString QWebFrame.renderTreeDump (self)

QUrl QWebFrame.requestedUrl (self)

QWebFrame.scroll (self, int, int)

QRect QWebFrame.scrollBarGeometry (self, Qt.Orientation)

int QWebFrame.scrollBarMaximum (self, Qt.Orientation)

int QWebFrame.scrollBarMinimum (self, Qt.Orientation)

Qt.ScrollBarPolicy QWebFrame.scrollBarPolicy (self, Qt.Orientation)

int QWebFrame.scrollBarValue (self, Qt.Orientation)

QPoint QWebFrame.scrollPosition (self)

QWebFrame.scrollToAnchor (self, QString anchor)

QWebSecurityOrigin QWebFrame.securityOrigin (self)

QWebFrame.setContent (self, QByteArray, QString mimeType = QString(), QUrl baseUrl = QUrl())

QWebFrame.setFocus (self)

QWebFrame.setHtml (self, QString, QUrl baseUrl = QUrl())

QWebFrame.setScrollBarPolicy (self, Qt.Orientation, Qt.ScrollBarPolicy)

QWebFrame.setScrollBarValue (self, Qt.Orientation, int)

QWebFrame.setScrollPosition (self, QPoint)

QWebFrame.setTextSizeMultiplier (self, float)

QWebFrame.setUrl (self, QUrl)

QWebFrame.setZoomFactor (self, float)

float QWebFrame.textSizeMultiplier (self)

QString QWebFrame.title (self)

QString QWebFrame.toHtml (self)

QString QWebFrame.toPlainText (self)

QUrl QWebFrame.url (self)

float QWebFrame.zoomFactor (self)


Qt Signal Documentation

void contentsSizeChanged (const QSize&)

This is the default overload of this signal.

void iconChanged ()

This is the default overload of this signal.

void initialLayoutCompleted ()

This is the default overload of this signal.

void javaScriptWindowObjectCleared ()

This is the default overload of this signal.

void loadFinished (bool)

This is the default overload of this signal.

void loadStarted ()

This is the default overload of this signal.

void pageChanged ()

This is the default overload of this signal.

void titleChanged (const QString&)

This is the default overload of this signal.

void urlChanged (const QUrl&)

This is the default overload of this signal.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0