Property | Type | Description | |
---|---|---|---|
EvaluateJavaScript | QVariant | ||
Event | bool | ||
void | |||
QWebFrame | System |
Method | Description | |
---|---|---|
AddToJavaScriptWindowObject ( string name, |
||
ChildFrames ( ) : List |
||
DocumentElement ( ) : QWebElement | ||
FindAllElements ( string selectorQuery ) : QWebElementCollection | ||
FindFirstElement ( string selectorQuery ) : QWebElement | ||
FrameName ( ) : string | ||
Geometry ( ) : QRect | ||
HitTestContent ( QPoint pos ) : QWebHitTestResult | ||
Load ( QNetworkRequest request ) : void | ||
Load ( QNetworkRequest request, QNetworkAccessManager operation ) : void | ||
Load ( QNetworkRequest request, QNetworkAccessManager operation, QByteArray body ) : void | ||
Load ( QUrl url ) : void | ||
Page ( ) : QWebPage | ||
ParentFrame ( ) : QWebFrame | ||
Pos ( ) : QPoint | ||
Render ( QPainter arg1 ) : void | ||
Render ( QPainter arg1, QRegion clip ) : void | ||
Render ( QPainter arg1, QWebFrame layer ) : void | ||
Render ( QPainter arg1, QWebFrame layer, QRegion clip ) : void | ||
RenderTreeDump ( ) : string | ||
Scroll ( int arg1, int arg2 ) : void | ||
ScrollBarGeometry ( Qt orientation ) : QRect | ||
ScrollBarMaximum ( Qt orientation ) : int | ||
ScrollBarMinimum ( Qt orientation ) : int | ||
ScrollBarPolicy ( Qt orientation ) : Qt.ScrollBarPolicy | ||
ScrollBarValue ( Qt orientation ) : int | ||
SecurityOrigin ( ) : QWebSecurityOrigin | ||
SetContent ( QByteArray data ) : void | ||
SetContent ( QByteArray data, string mimeType ) : void | ||
SetContent ( QByteArray data, string mimeType, QUrl baseUrl ) : void | ||
SetFocus ( ) : void | ||
SetHtml ( string html ) : void | ||
SetHtml ( string html, QUrl baseUrl ) : void | ||
SetScrollBarPolicy ( Qt orientation, Qt policy ) : void | ||
SetScrollBarValue ( Qt orientation, int value ) : void | ||
ToHtml ( ) : string | ||
ToPlainText ( ) : string | ||
Tr ( string s ) : string | ||
Tr ( string s, string c ) : string |
Method | Description | |
---|---|---|
CreateProxy ( ) : void | ||
QWebFrame ( Type dummy ) : System |
Method | Description | |
---|---|---|
EvaluateJavaScript ( string scriptSource ) : QVariant | ||
Event ( QEvent arg1 ) : bool | ||
Print ( QPrinter printer ) : void | ||
QWebFrame ( ) : System |
public AddToJavaScriptWindowObject ( string name, |
||
name | string | |
arg2 | ||
return | void |
public FindAllElements ( string selectorQuery ) : QWebElementCollection | ||
selectorQuery | string | |
return | QWebElementCollection |
public FindFirstElement ( string selectorQuery ) : QWebElement | ||
selectorQuery | string | |
return | QWebElement |
public HitTestContent ( QPoint pos ) : QWebHitTestResult | ||
pos | QPoint | |
return | QWebHitTestResult |
public Load ( QNetworkRequest request ) : void | ||
request | QNetworkRequest | |
return | void |
public Load ( QNetworkRequest request, QNetworkAccessManager operation ) : void | ||
request | QNetworkRequest | |
operation | QNetworkAccessManager | |
return | void |
public Load ( QNetworkRequest request, QNetworkAccessManager operation, QByteArray body ) : void | ||
request | QNetworkRequest | |
operation | QNetworkAccessManager | |
body | QByteArray | |
return | void |
public Render ( QPainter arg1, QRegion clip ) : void | ||
arg1 | QPainter | |
clip | QRegion | |
return | void |
public Render ( QPainter arg1, QWebFrame layer ) : void | ||
arg1 | QPainter | |
layer | QWebFrame | |
return | void |
public Render ( QPainter arg1, QWebFrame layer, QRegion clip ) : void | ||
arg1 | QPainter | |
layer | QWebFrame | |
clip | QRegion | |
return | void |
public ScrollBarGeometry ( Qt orientation ) : QRect | ||
orientation | Qt | |
return | QRect |
public ScrollBarMaximum ( Qt orientation ) : int | ||
orientation | Qt | |
return | int |
public ScrollBarMinimum ( Qt orientation ) : int | ||
orientation | Qt | |
return | int |
public ScrollBarPolicy ( Qt orientation ) : Qt.ScrollBarPolicy | ||
orientation | Qt | |
return | Qt.ScrollBarPolicy |
public ScrollBarValue ( Qt orientation ) : int | ||
orientation | Qt | |
return | int |
public SecurityOrigin ( ) : QWebSecurityOrigin | ||
return | QWebSecurityOrigin |
public SetContent ( QByteArray data, string mimeType ) : void | ||
data | QByteArray | |
mimeType | string | |
return | void |
public SetContent ( QByteArray data, string mimeType, QUrl baseUrl ) : void | ||
data | QByteArray | |
mimeType | string | |
baseUrl | QUrl | |
return | void |
public SetHtml ( string html, QUrl baseUrl ) : void | ||
html | string | |
baseUrl | QUrl | |
return | void |
public SetScrollBarPolicy ( Qt orientation, Qt policy ) : void | ||
orientation | Qt | |
policy | Qt | |
return | void |
public SetScrollBarValue ( Qt orientation, int value ) : void | ||
orientation | Qt | |
value | int | |
return | void |
public static Tr ( string s, string c ) : string | ||
s | string | |
c | string | |
return | string |