QWebFrame Class Reference
[QtWebKit module]
Inherits QObject.
Types
- enum RenderLayer { ContentsLayer, ScrollBarLayer, PanIconLayer, AllLayers }
Methods
- addToJavaScriptWindowObject (self, QString, QObject)
- QUrl baseUrl (self)
- list-of-QWebFrame childFrames (self)
- QSize contentsSize (self)
- QWebElement documentElement (self)
- QVariant evaluateJavaScript (self, QString)
- bool event (self, QEvent)
- QWebElementCollection findAllElements (self, QString)
- QWebElement findFirstElement (self, QString)
- QString frameName (self)
- QRect geometry (self)
- bool hasFocus (self)
- QWebHitTestResult hitTestContent (self, QPoint)
- QIcon icon (self)
- load (self, QUrl)
- load (self, QNetworkRequest, QNetworkAccessManager.Operation operation = QNetworkAccessManager.GetOperation, QByteArray body = QByteArray())
- dict-of-QString-list-of-QString metaData (self)
- QWebPage page (self)
- QWebFrame parentFrame (self)
- QPoint pos (self)
- print (self, QPrinter printer)
- print_ (self, QPrinter)
- render (self, QPainter, QRegion)
- render (self, QPainter)
- render (self, QPainter, RenderLayer, QRegion clip = QRegion())
- QString renderTreeDump (self)
- QUrl requestedUrl (self)
- scroll (self, int, int)
- QRect scrollBarGeometry (self, Qt.Orientation)
- int scrollBarMaximum (self, Qt.Orientation)
- int scrollBarMinimum (self, Qt.Orientation)
- Qt.ScrollBarPolicy scrollBarPolicy (self, Qt.Orientation)
- int scrollBarValue (self, Qt.Orientation)
- QPoint scrollPosition (self)
- scrollToAnchor (self, QString anchor)
- QWebSecurityOrigin securityOrigin (self)
- setContent (self, QByteArray, QString mimeType = QString(), QUrl baseUrl = QUrl())
- setFocus (self)
- setHtml (self, QString, QUrl baseUrl = QUrl())
- setScrollBarPolicy (self, Qt.Orientation, Qt.ScrollBarPolicy)
- setScrollBarValue (self, Qt.Orientation, int)
- setScrollPosition (self, QPoint)
- setTextSizeMultiplier (self, float)
- setUrl (self, QUrl)
- setZoomFactor (self, float)
- float textSizeMultiplier (self)
- QString title (self)
- QString toHtml (self)
- QString toPlainText (self)
- QUrl url (self)
- float zoomFactor (self)
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)
QWebElement QWebFrame.findFirstElement (self, QString)
QString QWebFrame.frameName (self)
QRect QWebFrame.geometry (self)
bool QWebFrame.hasFocus (self)
QIcon QWebFrame.icon (self)
QWebFrame.load (self, QUrl)
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)
QString QWebFrame.renderTreeDump (self)
QUrl QWebFrame.requestedUrl (self)
QWebFrame.scroll (self, int, int)
int QWebFrame.scrollBarMaximum (self, Qt.Orientation)
int QWebFrame.scrollBarMinimum (self, Qt.Orientation)
int QWebFrame.scrollBarValue (self, Qt.Orientation)
QPoint QWebFrame.scrollPosition (self)
QWebFrame.scrollToAnchor (self, QString anchor)
QWebFrame.setContent (self, QByteArray, QString mimeType = QString(), QUrl baseUrl = QUrl())
QWebFrame.setFocus (self)
QWebFrame.setHtml (self, QString, QUrl baseUrl = QUrl())
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.