Property | Type | Description | |
---|---|---|---|
AcceptNavigationRequest | bool | ||
ChooseFile | string | ||
CreatePlugin | |||
CreateWindow | |||
Event | bool | ||
JavaScriptAlert | void | ||
JavaScriptConfirm | bool | ||
JavaScriptConsoleMessage | void | ||
JavaScriptPrompt | bool | ||
QWebPage | System | ||
ShouldInterruptJavaScript | bool | ||
SupportsExtension | bool | ||
TriggerAction | void | ||
TriggerAction | void | ||
UserAgentForUrl | string | ||
extension | bool |
Method | Description | |
---|---|---|
Action ( |
||
BytesReceived ( ) : ulong | ||
CreateStandardContextMenu ( ) : Qyoto.QMenu | ||
CurrentFrame ( ) : |
||
Dispose ( ) : void | ||
FindText ( string subString ) : bool | ||
FindText ( string subString, uint options ) : bool | ||
FocusNextPrevChild ( bool next ) : bool | ||
FrameAt ( Qyoto.QPoint pos ) : |
||
History ( ) : Qyoto.QWebHistory | ||
InputMethodQuery ( |
||
MainFrame ( ) : |
||
NetworkAccessManager ( ) : |
||
PluginFactory ( ) : |
||
QWebPage ( |
||
SetNetworkAccessManager ( |
||
SetPluginFactory ( |
||
SetView ( |
||
Settings ( ) : |
||
SwallowContextMenuEvent ( Qyoto.QContextMenuEvent arg1 ) : bool | ||
TotalBytes ( ) : ulong | ||
Tr ( string s ) : string | ||
Tr ( string s, string c ) : string | ||
UndoStack ( ) : Qyoto.QUndoStack | ||
UpdatePositionDependentActions ( Qyoto.QPoint pos ) : void | ||
View ( ) : |
Method | Description | |
---|---|---|
CreateProxy ( ) : void | ||
QWebPage ( |
Method | Description | |
---|---|---|
AcceptNavigationRequest ( |
||
ChooseFile ( |
||
CreatePlugin ( string classid, |
||
CreateWindow ( |
||
Event ( Qyoto.QEvent arg1 ) : bool | ||
JavaScriptAlert ( |
||
JavaScriptConfirm ( |
||
JavaScriptConsoleMessage ( string message, int lineNumber, string sourceID ) : void | ||
JavaScriptPrompt ( |
||
QWebPage ( ) : System | ||
ShouldInterruptJavaScript ( ) : bool | ||
SupportsExtension ( |
||
TriggerAction ( |
||
TriggerAction ( |
||
UserAgentForUrl ( |
||
extension ( |
public Action ( |
||
action | ||
return | Qyoto.QAction |
public CreateStandardContextMenu ( ) : Qyoto.QMenu | ||
return | Qyoto.QMenu |
public FindText ( string subString, uint options ) : bool | ||
subString | string | |
options | uint | |
return | bool |
public FocusNextPrevChild ( bool next ) : bool | ||
next | bool | |
return | bool |
public FrameAt ( Qyoto.QPoint pos ) : |
||
pos | Qyoto.QPoint | |
return |
public InputMethodQuery ( |
||
property | ||
return | Qyoto.QVariant |
public NetworkAccessManager ( ) : |
||
return |
protected QWebPage ( |
||
dummy | ||
return | System |
public SetNetworkAccessManager ( |
||
manager | ||
return | void |
public SetPluginFactory ( |
||
factory | ||
return | void |
public SwallowContextMenuEvent ( Qyoto.QContextMenuEvent arg1 ) : bool | ||
arg1 | Qyoto.QContextMenuEvent | |
return | bool |
public static Tr ( string s, string c ) : string | ||
s | string | |
c | string | |
return | string |
public UpdatePositionDependentActions ( Qyoto.QPoint pos ) : void | ||
pos | Qyoto.QPoint | |
return | void |