C# 클래스 Qyoto.QWebPage

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

Private Properties

프로퍼티 타입 설명
AcceptNavigationRequest bool
ChooseFile string
CreatePlugin QObject
CreateWindow QWebPage
Event bool
JavaScriptAlert void
JavaScriptConfirm bool
JavaScriptConsoleMessage void
JavaScriptPrompt bool
QWebPage System
ShouldInterruptJavaScript bool
SupportsExtension bool
TriggerAction void
TriggerAction void
UserAgentForUrl string
extension bool

공개 메소드들

메소드 설명
Action ( QWebPage action ) : Qyoto.QAction
BytesReceived ( ) : ulong
CreateStandardContextMenu ( ) : Qyoto.QMenu
CurrentFrame ( ) : QWebFrame
Dispose ( ) : void
FindText ( string subString ) : bool
FindText ( string subString, uint options ) : bool
FocusNextPrevChild ( bool next ) : bool
FrameAt ( Qyoto.QPoint pos ) : QWebFrame
History ( ) : Qyoto.QWebHistory
InputMethodQuery ( Qt property ) : Qyoto.QVariant
MainFrame ( ) : QWebFrame
NetworkAccessManager ( ) : QNetworkAccessManager
PluginFactory ( ) : QWebPluginFactory
QWebPage ( QObject parent ) : System
SetNetworkAccessManager ( QNetworkAccessManager manager ) : void
SetPluginFactory ( QWebPluginFactory factory ) : void
SetView ( QWidget view ) : void
Settings ( ) : QWebSettings
SwallowContextMenuEvent ( Qyoto.QContextMenuEvent arg1 ) : bool
TotalBytes ( ) : ulong
Tr ( string s ) : string
Tr ( string s, string c ) : string
UndoStack ( ) : Qyoto.QUndoStack
UpdatePositionDependentActions ( Qyoto.QPoint pos ) : void
View ( ) : QWidget

보호된 메소드들

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

비공개 메소드들

메소드 설명
AcceptNavigationRequest ( QWebFrame frame, QNetworkRequest request, QWebPage type ) : bool
ChooseFile ( QWebFrame originatingFrame, string oldFile ) : string
CreatePlugin ( string classid, QUrl url, List paramNames, List paramValues ) : QObject
CreateWindow ( QWebPage type ) : QWebPage
Event ( Qyoto.QEvent arg1 ) : bool
JavaScriptAlert ( QWebFrame originatingFrame, string msg ) : void
JavaScriptConfirm ( QWebFrame originatingFrame, string msg ) : bool
JavaScriptConsoleMessage ( string message, int lineNumber, string sourceID ) : void
JavaScriptPrompt ( QWebFrame originatingFrame, string msg, string defaultValue, StringBuilder result ) : bool
QWebPage ( ) : System
ShouldInterruptJavaScript ( ) : bool
SupportsExtension ( QWebPage extension ) : bool
TriggerAction ( QWebPage action ) : void
TriggerAction ( QWebPage action, bool arg2 ) : void
UserAgentForUrl ( QUrl url ) : string
extension ( QWebPage extension ) : bool

메소드 상세

Action() 공개 메소드

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

BytesReceived() 공개 메소드

public BytesReceived ( ) : ulong
리턴 ulong

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

CreateStandardContextMenu() 공개 메소드

public CreateStandardContextMenu ( ) : Qyoto.QMenu
리턴 Qyoto.QMenu

CurrentFrame() 공개 메소드

public CurrentFrame ( ) : QWebFrame
리턴 QWebFrame

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

FocusNextPrevChild() 공개 메소드

public FocusNextPrevChild ( bool next ) : bool
next bool
리턴 bool

FrameAt() 공개 메소드

public FrameAt ( Qyoto.QPoint pos ) : QWebFrame
pos Qyoto.QPoint
리턴 QWebFrame

History() 공개 메소드

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

InputMethodQuery() 공개 메소드

public InputMethodQuery ( Qt property ) : Qyoto.QVariant
property Qt
리턴 Qyoto.QVariant

MainFrame() 공개 메소드

public MainFrame ( ) : QWebFrame
리턴 QWebFrame

NetworkAccessManager() 공개 메소드

public NetworkAccessManager ( ) : QNetworkAccessManager
리턴 QNetworkAccessManager

PluginFactory() 공개 메소드

public PluginFactory ( ) : QWebPluginFactory
리턴 QWebPluginFactory

QWebPage() 공개 메소드

public QWebPage ( QObject parent ) : System
parent QObject
리턴 System

QWebPage() 보호된 메소드

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

SetNetworkAccessManager() 공개 메소드

public SetNetworkAccessManager ( QNetworkAccessManager manager ) : void
manager QNetworkAccessManager
리턴 void

SetPluginFactory() 공개 메소드

public SetPluginFactory ( QWebPluginFactory factory ) : void
factory QWebPluginFactory
리턴 void

SetView() 공개 메소드

public SetView ( QWidget view ) : void
view QWidget
리턴 void

Settings() 공개 메소드

public Settings ( ) : QWebSettings
리턴 QWebSettings

SwallowContextMenuEvent() 공개 메소드

public SwallowContextMenuEvent ( Qyoto.QContextMenuEvent arg1 ) : bool
arg1 Qyoto.QContextMenuEvent
리턴 bool

TotalBytes() 공개 메소드

public TotalBytes ( ) : ulong
리턴 ulong

Tr() 공개 정적인 메소드

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

Tr() 공개 정적인 메소드

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

UndoStack() 공개 메소드

public UndoStack ( ) : Qyoto.QUndoStack
리턴 Qyoto.QUndoStack

UpdatePositionDependentActions() 공개 메소드

public UpdatePositionDependentActions ( Qyoto.QPoint pos ) : void
pos Qyoto.QPoint
리턴 void

View() 공개 메소드

public View ( ) : QWidget
리턴 QWidget