WebFrame (gb.qt4.webkit)
This class represents one frame inside a
WebView.
A WebView has always at least one frame, the root frame, as returned by the
WebView.Frame property.
This class is creatable.
Properties
Children
|
Return a virtual collection of all child frames of the current frame.
|
Document
|
Returns the document element of this frame.
|
HTML
|
Return the frame HTML contents.
|
Name
|
Return the frame name.
|
Parent
|
Return the frame parent, or NULL if the frame is the root frame of its WebView.
|
Text
|
Return the frame contents as plain text.
|
Url
|
Return the frame URL.
|
Methods
Eval
|
Evaluate any JavaScript expression in the context of the frame, and return its value.
|
Print
|
Print the frame contents to the specific printer object.
|