C# 클래스 Qyoto.QWebView

상속: QWidget, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Back void
ChangeEvent void
ContextMenuEvent void
CreateWindow QWebView
DragEnterEvent void
DragLeaveEvent void
DragMoveEvent void
DropEvent void
Event bool
FocusInEvent void
FocusNextPrevChild bool
FocusOutEvent void
Forward void
InputMethodEvent void
InputMethodQuery Qyoto.QVariant
KeyPressEvent void
KeyReleaseEvent void
MouseDoubleClickEvent void
MouseMoveEvent void
MousePressEvent void
MouseReleaseEvent void
PaintEvent void
Print void
QWebView System
Reload void
ResizeEvent void
SizeHint Qyoto.QSize
Stop 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, Qyoto.QByteArray body ) : void
Load ( QUrl url ) : void
Page ( ) : QWebPage
PageAction ( QWebPage action ) : Qyoto.QAction
QWebView ( QWidget parent ) : System
SetContent ( Qyoto.QByteArray data ) : void
SetContent ( Qyoto.QByteArray data, string mimeType ) : void
SetContent ( Qyoto.QByteArray data, string mimeType, QUrl baseUrl ) : void
SetHtml ( string html ) : void
SetHtml ( string html, QUrl baseUrl ) : void
SetPage ( QWebPage page ) : void
SetRenderHint ( QPainter hint ) : void
SetRenderHint ( QPainter hint, bool enabled ) : 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
QWebView ( Type dummy ) : System

비공개 메소드들

메소드 설명
Back ( ) : void
ChangeEvent ( Qyoto.QEvent arg1 ) : void
ContextMenuEvent ( Qyoto.QContextMenuEvent arg1 ) : void
CreateWindow ( QWebPage type ) : QWebView
DragEnterEvent ( Qyoto.QDragEnterEvent arg1 ) : void
DragLeaveEvent ( Qyoto.QDragLeaveEvent arg1 ) : void
DragMoveEvent ( Qyoto.QDragMoveEvent arg1 ) : void
DropEvent ( Qyoto.QDropEvent arg1 ) : void
Event ( Qyoto.QEvent arg1 ) : bool
FocusInEvent ( Qyoto.QFocusEvent arg1 ) : void
FocusNextPrevChild ( bool next ) : bool
FocusOutEvent ( Qyoto.QFocusEvent arg1 ) : void
Forward ( ) : void
InputMethodEvent ( QInputMethodEvent arg1 ) : void
InputMethodQuery ( Qt property ) : Qyoto.QVariant
KeyPressEvent ( Qyoto.QKeyEvent arg1 ) : void
KeyReleaseEvent ( Qyoto.QKeyEvent arg1 ) : void
MouseDoubleClickEvent ( Qyoto.QMouseEvent arg1 ) : void
MouseMoveEvent ( Qyoto.QMouseEvent arg1 ) : void
MousePressEvent ( Qyoto.QMouseEvent arg1 ) : void
MouseReleaseEvent ( Qyoto.QMouseEvent arg1 ) : void
PaintEvent ( Qyoto.QPaintEvent arg1 ) : void
Print ( QPrinter arg1 ) : void
QWebView ( ) : System
Reload ( ) : void
ResizeEvent ( Qyoto.QResizeEvent arg1 ) : void
SizeHint ( ) : Qyoto.QSize
Stop ( ) : void
WheelEvent ( Qyoto.QWheelEvent 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, Qyoto.QByteArray body ) : void
request QNetworkRequest
operation QNetworkAccessManager
body Qyoto.QByteArray
리턴 void

Load() 공개 메소드

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

Page() 공개 메소드

public Page ( ) : QWebPage
리턴 QWebPage

PageAction() 공개 메소드

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

QWebView() 공개 메소드

public QWebView ( QWidget parent ) : System
parent QWidget
리턴 System

QWebView() 보호된 메소드

protected QWebView ( Type dummy ) : System
dummy System.Type
리턴 System

SetContent() 공개 메소드

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

SetContent() 공개 메소드

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

SetContent() 공개 메소드

public SetContent ( Qyoto.QByteArray data, string mimeType, QUrl baseUrl ) : void
data Qyoto.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 page ) : void
page QWebPage
리턴 void

SetRenderHint() 공개 메소드

public SetRenderHint ( QPainter hint ) : void
hint QPainter
리턴 void

SetRenderHint() 공개 메소드

public SetRenderHint ( QPainter hint, bool enabled ) : void
hint QPainter
enabled bool
리턴 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