C# Класс Plasma.WebView

Наследование: Qyoto.QGraphicsWidget, IDisposable
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
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

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
CreateProxy ( ) : void
WebView ( Type dummy ) : System

Приватные методы

Метод Описание
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

Описание методов

CreateProxy() защищенный Метод

protected CreateProxy ( ) : void
Результат void

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Geometry() публичный Метод

Reimplementation
public Geometry ( ) : Qyoto.QRectF
Результат Qyoto.QRectF

MainFrame() публичный Метод

The main web frame associated with this item.
public MainFrame ( ) : QWebFrame
Результат Qyoto.QWebFrame

Page() публичный Метод

The QWebPage associated with this item. Useful when more of the features of the full QWebPage object need to be accessed.
public Page ( ) : QWebPage
Результат Qyoto.QWebPage

SetHtml() публичный Метод

public SetHtml ( Qyoto.QByteArray html ) : void
html Qyoto.QByteArray
Результат void

SetHtml() публичный Метод

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
Результат void

SetHtml() публичный Метод

public SetHtml ( string html ) : void
html string
Результат void

SetHtml() публичный Метод

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
Результат void

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
public SetPage ( QWebPage page ) : void
page Qyoto.QWebPage
Результат void

WebView() публичный Метод

public WebView ( ) : System
Результат System

WebView() публичный Метод

public WebView ( IQGraphicsItem parent ) : System
parent IQGraphicsItem
Результат System

WebView() защищенный Метод

protected WebView ( Type dummy ) : System
dummy System.Type
Результат System