C# 클래스 Qyoto.QGraphicsWebView

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

Private Properties

프로퍼티 타입 설명
Back void
ContextMenuEvent void
DragEnterEvent void
DragLeaveEvent void
DragMoveEvent void
DropEvent void
Event bool
FocusInEvent void
FocusNextPrevChild bool
FocusOutEvent void
Forward void
HoverLeaveEvent void
HoverMoveEvent void
InputMethodEvent void
InputMethodQuery QVariant
ItemChange QVariant
KeyPressEvent void
KeyReleaseEvent void
MouseDoubleClickEvent void
MouseMoveEvent void
MousePressEvent void
MouseReleaseEvent void
Paint void
Paint void
QGraphicsWebView System
Reload void
SceneEvent bool
SetGeometry void
SizeHint QSizeF
Stop void
UpdateGeometry void
WheelEvent void

공개 메소드들

메소드 설명
Dispose ( ) : void
FindText ( string subString ) : bool
FindText ( string subString, uint options ) : bool
History ( ) : Qyoto.QWebHistory
Load ( QNetworkRequest request ) : void
Load ( QNetworkRequest request, QNetworkAccessManager operation ) : void
Load ( QNetworkRequest request, QNetworkAccessManager operation, QByteArray body ) : void
Load ( QUrl url ) : void
Page ( ) : QWebPage
PageAction ( QWebPage action ) : QAction
QGraphicsWebView ( IQGraphicsItem parent ) : System
SetContent ( QByteArray data ) : void
SetContent ( QByteArray data, string mimeType ) : void
SetContent ( QByteArray data, string mimeType, QUrl baseUrl ) : void
SetHtml ( string html ) : void
SetHtml ( string html, QUrl baseUrl ) : void
SetPage ( QWebPage arg1 ) : void
Settings ( ) : QWebSettings
Tr ( string s ) : string
Tr ( string s, string c ) : string
TriggerPageAction ( QWebPage action ) : void
TriggerPageAction ( QWebPage action, bool arg2 ) : void

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
QGraphicsWebView ( Type dummy ) : System

비공개 메소드들

메소드 설명
Back ( ) : void
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
Event ( Qyoto.QEvent arg1 ) : bool
FocusInEvent ( Qyoto.QFocusEvent arg1 ) : void
FocusNextPrevChild ( bool next ) : bool
FocusOutEvent ( Qyoto.QFocusEvent arg1 ) : void
Forward ( ) : void
HoverLeaveEvent ( Qyoto.QGraphicsSceneHoverEvent arg1 ) : void
HoverMoveEvent ( Qyoto.QGraphicsSceneHoverEvent arg1 ) : void
InputMethodEvent ( QInputMethodEvent arg1 ) : void
InputMethodQuery ( Qt query ) : QVariant
ItemChange ( QGraphicsItem change, QVariant value ) : QVariant
KeyPressEvent ( QKeyEvent arg1 ) : void
KeyReleaseEvent ( QKeyEvent arg1 ) : void
MouseDoubleClickEvent ( QGraphicsSceneMouseEvent arg1 ) : void
MouseMoveEvent ( QGraphicsSceneMouseEvent arg1 ) : void
MousePressEvent ( QGraphicsSceneMouseEvent arg1 ) : void
MouseReleaseEvent ( QGraphicsSceneMouseEvent arg1 ) : void
Paint ( QPainter arg1, QStyleOptionGraphicsItem options ) : void
Paint ( QPainter arg1, QStyleOptionGraphicsItem options, QWidget widget ) : void
QGraphicsWebView ( ) : System
Reload ( ) : void
SceneEvent ( QEvent arg1 ) : bool
SetGeometry ( QRectF rect ) : void
SizeHint ( Qt which, QSizeF constraint ) : QSizeF
Stop ( ) : void
UpdateGeometry ( ) : void
WheelEvent ( QGraphicsSceneWheelEvent arg1 ) : void

메소드 상세

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FindText() 공개 메소드

public FindText ( string subString ) : bool
subString string
리턴 bool

FindText() 공개 메소드

public FindText ( string subString, uint options ) : bool
subString string
options uint
리턴 bool

History() 공개 메소드

public History ( ) : Qyoto.QWebHistory
리턴 Qyoto.QWebHistory

Load() 공개 메소드

public Load ( QNetworkRequest request ) : void
request QNetworkRequest
리턴 void

Load() 공개 메소드

public Load ( QNetworkRequest request, QNetworkAccessManager operation ) : void
request QNetworkRequest
operation QNetworkAccessManager
리턴 void

Load() 공개 메소드

public Load ( QNetworkRequest request, QNetworkAccessManager operation, QByteArray body ) : void
request QNetworkRequest
operation QNetworkAccessManager
body QByteArray
리턴 void

Load() 공개 메소드

public Load ( QUrl url ) : void
url QUrl
리턴 void

Page() 공개 메소드

public Page ( ) : QWebPage
리턴 QWebPage

PageAction() 공개 메소드

public PageAction ( QWebPage action ) : QAction
action QWebPage
리턴 QAction

QGraphicsWebView() 공개 메소드

public QGraphicsWebView ( IQGraphicsItem parent ) : System
parent IQGraphicsItem
리턴 System

QGraphicsWebView() 보호된 메소드

protected QGraphicsWebView ( Type dummy ) : System
dummy Type
리턴 System

SetContent() 공개 메소드

public SetContent ( QByteArray data ) : void
data QByteArray
리턴 void

SetContent() 공개 메소드

public SetContent ( QByteArray data, string mimeType ) : void
data QByteArray
mimeType string
리턴 void

SetContent() 공개 메소드

public SetContent ( QByteArray data, string mimeType, QUrl baseUrl ) : void
data QByteArray
mimeType string
baseUrl QUrl
리턴 void

SetHtml() 공개 메소드

public SetHtml ( string html ) : void
html string
리턴 void

SetHtml() 공개 메소드

public SetHtml ( string html, QUrl baseUrl ) : void
html string
baseUrl QUrl
리턴 void

SetPage() 공개 메소드

public SetPage ( QWebPage arg1 ) : void
arg1 QWebPage
리턴 void

Settings() 공개 메소드

public Settings ( ) : QWebSettings
리턴 QWebSettings

Tr() 공개 정적인 메소드

public static Tr ( string s ) : string
s string
리턴 string

Tr() 공개 정적인 메소드

public static Tr ( string s, string c ) : string
s string
c string
리턴 string

TriggerPageAction() 공개 메소드

public TriggerPageAction ( QWebPage action ) : void
action QWebPage
리턴 void

TriggerPageAction() 공개 메소드

public TriggerPageAction ( QWebPage action, bool arg2 ) : void
action QWebPage
arg2 bool
리턴 void