QWebFrame Class Reference
Inherits QObject.
Constructor
This class has no public constructors. Calling the constructor function will cause a TypeError.
Constructor Properties
- prototype: The QWebFrame prototype object
Prototype Object Properties
The QWebFrame prototype object inherits properties from the QObject prototype object and also has the following properties.
- void addToJavaScriptWindowObject(String name, QObject object)
- List childFrames()
- String frameName()
- QRect geometry()
- QWebHitTestResult hitTestContent(QPoint pos)
- void load(QNetworkRequest request, Operation operation, QByteArray body)
- QWebPage page()
- QWebFrame parentFrame()
- QPoint pos()
- void render(QPainter painter)
- String renderTreeDump()
- int scrollBarMaximum(Orientation orientation)
- int scrollBarMinimum(Orientation orientation)
- ScrollBarPolicy scrollBarPolicy(Orientation orientation)
- int scrollBarValue(Orientation orientation)
- void setContent(QByteArray data, String mimeType, QUrl baseUrl)
- void setHtml(String html, QUrl baseUrl)
- void setScrollBarPolicy(Orientation orientation, ScrollBarPolicy policy)
- void setScrollBarValue(Orientation orientation, int value)
- String toHtml()
- String toPlainText()
Instance Properties
QWebFrame objects inherit properties from the QWebFrame prototype object and also have the following properties.
- textSizeMultiplier
- title
- url
- icon
- contentsSize