C# Class Qyoto.QGraphicsWebView

Inheritance: QGraphicsWidget, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross

Private Properties

Свойство Type Description
Back void
ContextMenuEvent void
DragEnterEvent void
DragLeaveEvent void
DragMoveEvent void
DropEvent void
Event bool
FocusInEvent void
FocusNextPrevChild bool
FocusOutEvent void
Forward void
HoverLeaveEvent void
HoverMoveEvent void
InputMethodEvent void
InputMethodQuery QVariant
ItemChange QVariant
KeyPressEvent void
KeyReleaseEvent void
MouseDoubleClickEvent void
MouseMoveEvent void
MousePressEvent void
MouseReleaseEvent void
Paint void
Paint void
QGraphicsWebView System
Reload void
SceneEvent bool
SetGeometry void
SizeHint QSizeF
Stop void
UpdateGeometry 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, QByteArray body ) : void
Load ( QUrl url ) : void
Page ( ) : QWebPage
PageAction ( QWebPage action ) : QAction
QGraphicsWebView ( IQGraphicsItem parent ) : System
SetContent ( QByteArray data ) : void
SetContent ( QByteArray data, string mimeType ) : void
SetContent ( QByteArray data, string mimeType, QUrl baseUrl ) : void
SetHtml ( string html ) : void
SetHtml ( string html, QUrl baseUrl ) : void
SetPage ( QWebPage arg1 ) : 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
QGraphicsWebView ( Type dummy ) : System

Private Methods

Méthode Description
Back ( ) : void
ContextMenuEvent ( Qyoto.QGraphicsSceneContextMenuEvent arg1 ) : void
DragEnterEvent ( Qyoto.QGraphicsSceneDragDropEvent arg1 ) : void
DragLeaveEvent ( Qyoto.QGraphicsSceneDragDropEvent arg1 ) : void
DragMoveEvent ( Qyoto.QGraphicsSceneDragDropEvent arg1 ) : void
DropEvent ( Qyoto.QGraphicsSceneDragDropEvent arg1 ) : void
Event ( Qyoto.QEvent arg1 ) : bool
FocusInEvent ( Qyoto.QFocusEvent arg1 ) : void
FocusNextPrevChild ( bool next ) : bool
FocusOutEvent ( Qyoto.QFocusEvent arg1 ) : void
Forward ( ) : void
HoverLeaveEvent ( Qyoto.QGraphicsSceneHoverEvent arg1 ) : void
HoverMoveEvent ( Qyoto.QGraphicsSceneHoverEvent arg1 ) : void
InputMethodEvent ( QInputMethodEvent arg1 ) : void
InputMethodQuery ( Qt query ) : QVariant
ItemChange ( QGraphicsItem change, QVariant value ) : QVariant
KeyPressEvent ( QKeyEvent arg1 ) : void
KeyReleaseEvent ( QKeyEvent arg1 ) : void
MouseDoubleClickEvent ( QGraphicsSceneMouseEvent arg1 ) : void
MouseMoveEvent ( QGraphicsSceneMouseEvent arg1 ) : void
MousePressEvent ( QGraphicsSceneMouseEvent arg1 ) : void
MouseReleaseEvent ( QGraphicsSceneMouseEvent arg1 ) : void
Paint ( QPainter arg1, QStyleOptionGraphicsItem options ) : void
Paint ( QPainter arg1, QStyleOptionGraphicsItem options, QWidget widget ) : void
QGraphicsWebView ( ) : System
Reload ( ) : void
SceneEvent ( QEvent arg1 ) : bool
SetGeometry ( QRectF rect ) : void
SizeHint ( Qt which, QSizeF constraint ) : QSizeF
Stop ( ) : void
UpdateGeometry ( ) : void
WheelEvent ( QGraphicsSceneWheelEvent 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, QByteArray body ) : void
request QNetworkRequest
operation QNetworkAccessManager
body 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 ) : QAction
action QWebPage
Résultat QAction

QGraphicsWebView() public méthode

public QGraphicsWebView ( IQGraphicsItem parent ) : System
parent IQGraphicsItem
Résultat System

QGraphicsWebView() protected méthode

protected QGraphicsWebView ( Type dummy ) : System
dummy Type
Résultat System

SetContent() public méthode

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

SetContent() public méthode

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

SetContent() public méthode

public SetContent ( QByteArray data, string mimeType, QUrl baseUrl ) : void
data 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 arg1 ) : void
arg1 QWebPage
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