Property | Type | Description | |
---|---|---|---|
ContextMenuEvent | void | ||
DragEnterEvent | void | ||
DragLeaveEvent | void | ||
DragMoveEvent | void | ||
DropEvent | void | ||
FocusInEvent | void | ||
FocusOutEvent | void | ||
HoverMoveEvent | void | ||
KeyPressEvent | void | ||
KeyReleaseEvent | void | ||
MouseDoubleClickEvent | void | ||
MouseMoveEvent | void | ||
MousePressEvent | void | ||
MouseReleaseEvent | void | ||
Paint | void | ||
Paint | void | ||
SetGeometry | void | ||
SizeHint | Qyoto.QSizeF | ||
WheelEvent | void |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Geometry ( ) : Qyoto.QRectF | Reimplementation | |
MainFrame ( ) : |
The main web frame associated with this item. | |
Page ( ) : |
The QWebPage associated with this item. Useful when more of the features of the full QWebPage object need to be accessed. | |
SetHtml ( Qyoto.QByteArray html ) : void | ||
SetHtml ( Qyoto.QByteArray html, Kimono.KUrl baseUrl ) : void | Sets the html to be shown along with a base URL to be used to resolve relative references. name="html" the html (in utf8) to display in the content area name="baseUrl" the base url for relative references | |
SetHtml ( string html ) : void | ||
SetHtml ( string html, Kimono.KUrl baseUrl ) : void | Sets the html to be shown along with a base URL to be used to resolve relative references. name="html" the html (in utf8) to display in the content area name="baseUrl" the base url for relative references | |
SetPage ( |
Sets the page to use in this item. The owner of the webpage remains, however if this WebView object is the owner of the current page, then the current page is deleted name="page" the page to set in this view | |
WebView ( ) : System | ||
WebView ( IQGraphicsItem parent ) : System |
Method | Description | |
---|---|---|
CreateProxy ( ) : void | ||
WebView ( |
Method | Description | |
---|---|---|
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 | ||
FocusInEvent ( Qyoto.QFocusEvent arg1 ) : void | ||
FocusOutEvent ( Qyoto.QFocusEvent arg1 ) : void | ||
HoverMoveEvent ( Qyoto.QGraphicsSceneHoverEvent arg1 ) : void | ||
KeyPressEvent ( Qyoto.QKeyEvent arg1 ) : void | ||
KeyReleaseEvent ( Qyoto.QKeyEvent arg1 ) : void | ||
MouseDoubleClickEvent ( Qyoto.QGraphicsSceneMouseEvent arg1 ) : void | ||
MouseMoveEvent ( Qyoto.QGraphicsSceneMouseEvent arg1 ) : void | ||
MousePressEvent ( Qyoto.QGraphicsSceneMouseEvent arg1 ) : void | ||
MouseReleaseEvent ( Qyoto.QGraphicsSceneMouseEvent arg1 ) : void | ||
Paint ( |
||
Paint ( |
||
SetGeometry ( Qyoto.QRectF geometry ) : void | ||
SizeHint ( |
||
WheelEvent ( Qyoto.QGraphicsSceneWheelEvent arg1 ) : void |
public SetHtml ( Qyoto.QByteArray html ) : void | ||
html | Qyoto.QByteArray | |
return | void |
public SetHtml ( Qyoto.QByteArray html, Kimono.KUrl baseUrl ) : void | ||
html | Qyoto.QByteArray | |
baseUrl | Kimono.KUrl | |
return | void |
public SetHtml ( string html, Kimono.KUrl baseUrl ) : void | ||
html | string | |
baseUrl | Kimono.KUrl | |
return | void |
public WebView ( IQGraphicsItem parent ) : System | ||
parent | IQGraphicsItem | |
return | System |
protected WebView ( |
||
dummy | ||
return | System |