C# Class Qyoto.QWebPage

Inheritance: QObject, IDisposable
显示文件 Open project: 0xd34df00d/Qross Class Usage Examples

Private Properties

Property Type Description
AcceptNavigationRequest bool
ChooseFile string
CreatePlugin QObject
CreateWindow QWebPage
Event bool
JavaScriptAlert void
JavaScriptConfirm bool
JavaScriptConsoleMessage void
JavaScriptPrompt bool
QWebPage System
ShouldInterruptJavaScript bool
SupportsExtension bool
TriggerAction void
TriggerAction void
UserAgentForUrl string
extension bool

Public Methods

Method Description
Action ( QWebPage action ) : Qyoto.QAction
BytesReceived ( ) : ulong
CreateStandardContextMenu ( ) : Qyoto.QMenu
CurrentFrame ( ) : QWebFrame
Dispose ( ) : void
FindText ( string subString ) : bool
FindText ( string subString, uint options ) : bool
FocusNextPrevChild ( bool next ) : bool
FrameAt ( Qyoto.QPoint pos ) : QWebFrame
History ( ) : Qyoto.QWebHistory
InputMethodQuery ( Qt property ) : Qyoto.QVariant
MainFrame ( ) : QWebFrame
NetworkAccessManager ( ) : QNetworkAccessManager
PluginFactory ( ) : QWebPluginFactory
QWebPage ( QObject parent ) : System
SetNetworkAccessManager ( QNetworkAccessManager manager ) : void
SetPluginFactory ( QWebPluginFactory factory ) : void
SetView ( QWidget view ) : void
Settings ( ) : QWebSettings
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 ( ) : QWidget

Protected Methods

Method Description
CreateProxy ( ) : void
QWebPage ( Type dummy ) : System

Private Methods

Method Description
AcceptNavigationRequest ( QWebFrame frame, QNetworkRequest request, QWebPage type ) : bool
ChooseFile ( QWebFrame originatingFrame, string oldFile ) : string
CreatePlugin ( string classid, QUrl url, List paramNames, List paramValues ) : QObject
CreateWindow ( QWebPage type ) : QWebPage
Event ( Qyoto.QEvent arg1 ) : bool
JavaScriptAlert ( QWebFrame originatingFrame, string msg ) : void
JavaScriptConfirm ( QWebFrame originatingFrame, string msg ) : bool
JavaScriptConsoleMessage ( string message, int lineNumber, string sourceID ) : void
JavaScriptPrompt ( QWebFrame originatingFrame, string msg, string defaultValue, StringBuilder result ) : bool
QWebPage ( ) : System
ShouldInterruptJavaScript ( ) : bool
SupportsExtension ( QWebPage extension ) : bool
TriggerAction ( QWebPage action ) : void
TriggerAction ( QWebPage action, bool arg2 ) : void
UserAgentForUrl ( QUrl url ) : string
extension ( QWebPage extension ) : bool

Method Details

Action() public method

public Action ( QWebPage action ) : Qyoto.QAction
action QWebPage
return Qyoto.QAction

BytesReceived() public method

public BytesReceived ( ) : ulong
return ulong

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

CreateStandardContextMenu() public method

public CreateStandardContextMenu ( ) : Qyoto.QMenu
return Qyoto.QMenu

CurrentFrame() public method

public CurrentFrame ( ) : QWebFrame
return QWebFrame

Dispose() public method

public Dispose ( ) : void
return void

FindText() public method

public FindText ( string subString ) : bool
subString string
return bool

FindText() public method

public FindText ( string subString, uint options ) : bool
subString string
options uint
return bool

FocusNextPrevChild() public method

public FocusNextPrevChild ( bool next ) : bool
next bool
return bool

FrameAt() public method

public FrameAt ( Qyoto.QPoint pos ) : QWebFrame
pos Qyoto.QPoint
return QWebFrame

History() public method

public History ( ) : Qyoto.QWebHistory
return Qyoto.QWebHistory

InputMethodQuery() public method

public InputMethodQuery ( Qt property ) : Qyoto.QVariant
property Qt
return Qyoto.QVariant

MainFrame() public method

public MainFrame ( ) : QWebFrame
return QWebFrame

NetworkAccessManager() public method

public NetworkAccessManager ( ) : QNetworkAccessManager
return QNetworkAccessManager

PluginFactory() public method

public PluginFactory ( ) : QWebPluginFactory
return QWebPluginFactory

QWebPage() public method

public QWebPage ( QObject parent ) : System
parent QObject
return System

QWebPage() protected method

protected QWebPage ( Type dummy ) : System
dummy System.Type
return System

SetNetworkAccessManager() public method

public SetNetworkAccessManager ( QNetworkAccessManager manager ) : void
manager QNetworkAccessManager
return void

SetPluginFactory() public method

public SetPluginFactory ( QWebPluginFactory factory ) : void
factory QWebPluginFactory
return void

SetView() public method

public SetView ( QWidget view ) : void
view QWidget
return void

Settings() public method

public Settings ( ) : QWebSettings
return QWebSettings

SwallowContextMenuEvent() public method

public SwallowContextMenuEvent ( Qyoto.QContextMenuEvent arg1 ) : bool
arg1 Qyoto.QContextMenuEvent
return bool

TotalBytes() public method

public TotalBytes ( ) : ulong
return ulong

Tr() public static method

public static Tr ( string s ) : string
s string
return string

Tr() public static method

public static Tr ( string s, string c ) : string
s string
c string
return string

UndoStack() public method

public UndoStack ( ) : Qyoto.QUndoStack
return Qyoto.QUndoStack

UpdatePositionDependentActions() public method

public UpdatePositionDependentActions ( Qyoto.QPoint pos ) : void
pos Qyoto.QPoint
return void

View() public method

public View ( ) : QWidget
return QWidget