C# Class Qyoto.QWebView

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

Private Properties

Свойство Type Description
Back void
ChangeEvent void
ContextMenuEvent void
CreateWindow QWebView
DragEnterEvent void
DragLeaveEvent void
DragMoveEvent void
DropEvent void
Event bool
FocusInEvent void
FocusNextPrevChild bool
FocusOutEvent void
Forward void
InputMethodEvent void
InputMethodQuery Qyoto.QVariant
KeyPressEvent void
KeyReleaseEvent void
MouseDoubleClickEvent void
MouseMoveEvent void
MousePressEvent void
MouseReleaseEvent void
PaintEvent void
Print void
QWebView System
Reload void
ResizeEvent void
SizeHint Qyoto.QSize
Stop void
WheelEvent void

Méthodes publiques

Méthode Description
Dispose ( ) : void
FindText ( string subString ) : bool
FindText ( string subString, uint options ) : bool
History ( ) : Qyoto.QWebHistory
Load ( QNetworkRequest request ) : void
Load ( QNetworkRequest request, QNetworkAccessManager operation ) : void
Load ( QNetworkRequest request, QNetworkAccessManager operation, Qyoto.QByteArray body ) : void
Load ( QUrl url ) : void
Page ( ) : QWebPage
PageAction ( QWebPage action ) : Qyoto.QAction
QWebView ( QWidget parent ) : System
SetContent ( Qyoto.QByteArray data ) : void
SetContent ( Qyoto.QByteArray data, string mimeType ) : void
SetContent ( Qyoto.QByteArray data, string mimeType, QUrl baseUrl ) : void
SetHtml ( string html ) : void
SetHtml ( string html, QUrl baseUrl ) : void
SetPage ( QWebPage page ) : void
SetRenderHint ( QPainter hint ) : void
SetRenderHint ( QPainter hint, bool enabled ) : void
Settings ( ) : QWebSettings
Tr ( string s ) : string
Tr ( string s, string c ) : string
TriggerPageAction ( QWebPage action ) : void
TriggerPageAction ( QWebPage action, bool arg2 ) : void

Méthodes protégées

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

Private Methods

Méthode Description
Back ( ) : void
ChangeEvent ( Qyoto.QEvent arg1 ) : void
ContextMenuEvent ( Qyoto.QContextMenuEvent arg1 ) : void
CreateWindow ( QWebPage type ) : QWebView
DragEnterEvent ( Qyoto.QDragEnterEvent arg1 ) : void
DragLeaveEvent ( Qyoto.QDragLeaveEvent arg1 ) : void
DragMoveEvent ( Qyoto.QDragMoveEvent arg1 ) : void
DropEvent ( Qyoto.QDropEvent arg1 ) : void
Event ( Qyoto.QEvent arg1 ) : bool
FocusInEvent ( Qyoto.QFocusEvent arg1 ) : void
FocusNextPrevChild ( bool next ) : bool
FocusOutEvent ( Qyoto.QFocusEvent arg1 ) : void
Forward ( ) : void
InputMethodEvent ( QInputMethodEvent arg1 ) : void
InputMethodQuery ( Qt property ) : Qyoto.QVariant
KeyPressEvent ( Qyoto.QKeyEvent arg1 ) : void
KeyReleaseEvent ( Qyoto.QKeyEvent arg1 ) : void
MouseDoubleClickEvent ( Qyoto.QMouseEvent arg1 ) : void
MouseMoveEvent ( Qyoto.QMouseEvent arg1 ) : void
MousePressEvent ( Qyoto.QMouseEvent arg1 ) : void
MouseReleaseEvent ( Qyoto.QMouseEvent arg1 ) : void
PaintEvent ( Qyoto.QPaintEvent arg1 ) : void
Print ( QPrinter arg1 ) : void
QWebView ( ) : System
Reload ( ) : void
ResizeEvent ( Qyoto.QResizeEvent arg1 ) : void
SizeHint ( ) : Qyoto.QSize
Stop ( ) : void
WheelEvent ( Qyoto.QWheelEvent arg1 ) : void

Method Details

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

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

History() public méthode

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

Load() public méthode

public Load ( QNetworkRequest request ) : void
request QNetworkRequest
Résultat void

Load() public méthode

public Load ( QNetworkRequest request, QNetworkAccessManager operation ) : void
request QNetworkRequest
operation QNetworkAccessManager
Résultat void

Load() public méthode

public Load ( QNetworkRequest request, QNetworkAccessManager operation, Qyoto.QByteArray body ) : void
request QNetworkRequest
operation QNetworkAccessManager
body Qyoto.QByteArray
Résultat void

Load() public méthode

public Load ( QUrl url ) : void
url QUrl
Résultat void

Page() public méthode

public Page ( ) : QWebPage
Résultat QWebPage

PageAction() public méthode

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

QWebView() public méthode

public QWebView ( QWidget parent ) : System
parent QWidget
Résultat System

QWebView() protected méthode

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

SetContent() public méthode

public SetContent ( Qyoto.QByteArray data ) : void
data Qyoto.QByteArray
Résultat void

SetContent() public méthode

public SetContent ( Qyoto.QByteArray data, string mimeType ) : void
data Qyoto.QByteArray
mimeType string
Résultat void

SetContent() public méthode

public SetContent ( Qyoto.QByteArray data, string mimeType, QUrl baseUrl ) : void
data Qyoto.QByteArray
mimeType string
baseUrl QUrl
Résultat void

SetHtml() public méthode

public SetHtml ( string html ) : void
html string
Résultat void

SetHtml() public méthode

public SetHtml ( string html, QUrl baseUrl ) : void
html string
baseUrl QUrl
Résultat void

SetPage() public méthode

public SetPage ( QWebPage page ) : void
page QWebPage
Résultat void

SetRenderHint() public méthode

public SetRenderHint ( QPainter hint ) : void
hint QPainter
Résultat void

SetRenderHint() public méthode

public SetRenderHint ( QPainter hint, bool enabled ) : void
hint QPainter
enabled bool
Résultat void

Settings() public méthode

public Settings ( ) : QWebSettings
Résultat QWebSettings

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

TriggerPageAction() public méthode

public TriggerPageAction ( QWebPage action ) : void
action QWebPage
Résultat void

TriggerPageAction() public méthode

public TriggerPageAction ( QWebPage action, bool arg2 ) : void
action QWebPage
arg2 bool
Résultat void