C# Class Plasma.WebView

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

Private Properties

Свойство 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

Méthodes publiques

Méthode 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

Méthodes protégées

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

Private Methods

Méthode 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 méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Geometry() public méthode

Reimplementation
public Geometry ( ) : Qyoto.QRectF
Résultat Qyoto.QRectF

MainFrame() public méthode

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

Page() public méthode

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

SetHtml() public méthode

public SetHtml ( Qyoto.QByteArray html ) : void
html Qyoto.QByteArray
Résultat void

SetHtml() public méthode

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
Résultat void

SetHtml() public méthode

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

SetHtml() public méthode

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
Résultat void

SetPage() public méthode

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
Résultat void

WebView() public méthode

public WebView ( ) : System
Résultat System

WebView() public méthode

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

WebView() protected méthode

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