C# 클래스 Plasma.WebView

상속: Qyoto.QGraphicsWidget, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross

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