Свойство | 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é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éthode | Description | |
---|---|---|
CreateProxy ( ) : void | ||
QGraphicsWebView ( Type dummy ) : System |
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 |
public FindText ( string subString ) : bool | ||
subString | string | |
Résultat | bool |
public FindText ( string subString, uint options ) : bool | ||
subString | string | |
options | uint | |
Résultat | bool |
public Load ( QNetworkRequest request ) : void | ||
request | QNetworkRequest | |
Résultat | void |
public Load ( QNetworkRequest request, QNetworkAccessManager operation ) : void | ||
request | QNetworkRequest | |
operation | QNetworkAccessManager | |
Résultat | void |
public Load ( QNetworkRequest request, QNetworkAccessManager operation, QByteArray body ) : void | ||
request | QNetworkRequest | |
operation | QNetworkAccessManager | |
body | QByteArray | |
Résultat | void |
public PageAction ( QWebPage action ) : QAction | ||
action | QWebPage | |
Résultat | QAction |
public QGraphicsWebView ( IQGraphicsItem parent ) : System | ||
parent | IQGraphicsItem | |
Résultat | System |
protected QGraphicsWebView ( Type dummy ) : System | ||
dummy | Type | |
Résultat | System |
public SetContent ( QByteArray data ) : void | ||
data | QByteArray | |
Résultat | void |
public SetContent ( QByteArray data, string mimeType ) : void | ||
data | QByteArray | |
mimeType | string | |
Résultat | void |
public SetContent ( QByteArray data, string mimeType, QUrl baseUrl ) : void | ||
data | QByteArray | |
mimeType | string | |
baseUrl | QUrl | |
Résultat | void |
public SetHtml ( string html, QUrl baseUrl ) : void | ||
html | string | |
baseUrl | QUrl | |
Résultat | void |
public static Tr ( string s, string c ) : string | ||
s | string | |
c | string | |
Résultat | string |
public TriggerPageAction ( QWebPage action ) : void | ||
action | QWebPage | |
Résultat | void |
public TriggerPageAction ( QWebPage action, bool arg2 ) : void | ||
action | QWebPage | |
arg2 | bool | |
Résultat | void |