C# Class Plasma.WebView

Inheritance: Qyoto.QGraphicsWidget, IDisposable
Mostra file Open project: 0xd34df00d/Qross

Private Properties

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

Public Methods

Method Description
Dispose ( ) : void
Geometry ( ) : Qyoto.QRectF Reimplementation
MainFrame ( ) : QWebFrame The main web frame associated with this item.
Page ( ) : QWebPage 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 ( QWebPage page ) : void 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

Protected Methods

Method Description
CreateProxy ( ) : void
WebView ( Type dummy ) : System

Private Methods

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 ( QPainter painter, QStyleOptionGraphicsItem option ) : void
Paint ( QPainter painter, QStyleOptionGraphicsItem option, QWidget widget ) : void
SetGeometry ( Qyoto.QRectF geometry ) : void
SizeHint ( Qt which, Qyoto.QSizeF constraint ) : Qyoto.QSizeF
WheelEvent ( Qyoto.QGraphicsSceneWheelEvent arg1 ) : void

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Geometry() public method

Reimplementation
public Geometry ( ) : Qyoto.QRectF
return Qyoto.QRectF

MainFrame() public method

The main web frame associated with this item.
public MainFrame ( ) : QWebFrame
return Qyoto.QWebFrame

Page() public method

The QWebPage associated with this item. Useful when more of the features of the full QWebPage object need to be accessed.
public Page ( ) : QWebPage
return Qyoto.QWebPage

SetHtml() public method

public SetHtml ( Qyoto.QByteArray html ) : void
html Qyoto.QByteArray
return void

SetHtml() public method

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
public SetHtml ( Qyoto.QByteArray html, Kimono.KUrl baseUrl ) : void
html Qyoto.QByteArray
baseUrl Kimono.KUrl
return void

SetHtml() public method

public SetHtml ( string html ) : void
html string
return void

SetHtml() public method

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
public SetHtml ( string html, Kimono.KUrl baseUrl ) : void
html string
baseUrl Kimono.KUrl
return void

SetPage() public method

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
public SetPage ( QWebPage page ) : void
page Qyoto.QWebPage
return void

WebView() public method

public WebView ( ) : System
return System

WebView() public method

public WebView ( IQGraphicsItem parent ) : System
parent IQGraphicsItem
return System

WebView() protected method

protected WebView ( Type dummy ) : System
dummy System.Type
return System