C# Class Qyoto.QWebPage

Inheritance: QObject, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QWebPage ( Type dummy ) : System

Private Methods

Méthode 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 méthode

public Action ( QWebPage action ) : Qyoto.QAction
action QWebPage
Résultat Qyoto.QAction

BytesReceived() public méthode

public BytesReceived ( ) : ulong
Résultat ulong

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

CreateStandardContextMenu() public méthode

public CreateStandardContextMenu ( ) : Qyoto.QMenu
Résultat Qyoto.QMenu

CurrentFrame() public méthode

public CurrentFrame ( ) : QWebFrame
Résultat QWebFrame

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FindText() public méthode

public FindText ( string subString ) : bool
subString string
Résultat bool

FindText() public méthode

public FindText ( string subString, uint options ) : bool
subString string
options uint
Résultat bool

FocusNextPrevChild() public méthode

public FocusNextPrevChild ( bool next ) : bool
next bool
Résultat bool

FrameAt() public méthode

public FrameAt ( Qyoto.QPoint pos ) : QWebFrame
pos Qyoto.QPoint
Résultat QWebFrame

History() public méthode

public History ( ) : Qyoto.QWebHistory
Résultat Qyoto.QWebHistory

InputMethodQuery() public méthode

public InputMethodQuery ( Qt property ) : Qyoto.QVariant
property Qt
Résultat Qyoto.QVariant

MainFrame() public méthode

public MainFrame ( ) : QWebFrame
Résultat QWebFrame

NetworkAccessManager() public méthode

public NetworkAccessManager ( ) : QNetworkAccessManager
Résultat QNetworkAccessManager

PluginFactory() public méthode

public PluginFactory ( ) : QWebPluginFactory
Résultat QWebPluginFactory

QWebPage() public méthode

public QWebPage ( QObject parent ) : System
parent QObject
Résultat System

QWebPage() protected méthode

protected QWebPage ( Type dummy ) : System
dummy System.Type
Résultat System

SetNetworkAccessManager() public méthode

public SetNetworkAccessManager ( QNetworkAccessManager manager ) : void
manager QNetworkAccessManager
Résultat void

SetPluginFactory() public méthode

public SetPluginFactory ( QWebPluginFactory factory ) : void
factory QWebPluginFactory
Résultat void

SetView() public méthode

public SetView ( QWidget view ) : void
view QWidget
Résultat void

Settings() public méthode

public Settings ( ) : QWebSettings
Résultat QWebSettings

SwallowContextMenuEvent() public méthode

public SwallowContextMenuEvent ( Qyoto.QContextMenuEvent arg1 ) : bool
arg1 Qyoto.QContextMenuEvent
Résultat bool

TotalBytes() public méthode

public TotalBytes ( ) : ulong
Résultat ulong

Tr() public static méthode

public static Tr ( string s ) : string
s string
Résultat string

Tr() public static méthode

public static Tr ( string s, string c ) : string
s string
c string
Résultat string

UndoStack() public méthode

public UndoStack ( ) : Qyoto.QUndoStack
Résultat Qyoto.QUndoStack

UpdatePositionDependentActions() public méthode

public UpdatePositionDependentActions ( Qyoto.QPoint pos ) : void
pos Qyoto.QPoint
Résultat void

View() public méthode

public View ( ) : QWidget
Résultat QWidget