C# 클래스 Valve.Steamworks.ISteamHTMLSurface

파일 보기 프로젝트 열기: kronosaur/Transcendence

공개 메소드들

메소드 설명
AddHeader ( uint unBrowserHandle, string pchKey, string pchValue ) : void
AllowStartRequest ( uint unBrowserHandle, bool bAllowed ) : void
CopyToClipboard ( uint unBrowserHandle ) : void
CreateBrowser ( string pchUserAgent, string pchUserCSS ) : ulong
DestructISteamHTMLSurface ( ) : void
ExecuteJavascript ( uint unBrowserHandle, string pchScript ) : void
Find ( uint unBrowserHandle, string pchSearchStr, bool bCurrentlyInFind, bool bReverse ) : void
GetIntPtr ( ) : IntPtr
GetLinkAtPosition ( uint unBrowserHandle, int x, int y ) : void
GoBack ( uint unBrowserHandle ) : void
GoForward ( uint unBrowserHandle ) : void
Init ( ) : bool
JSDialogResponse ( uint unBrowserHandle, bool bResult ) : void
KeyChar ( uint unBrowserHandle, uint cUnicodeChar, uint eHTMLKeyModifiers ) : void
KeyDown ( uint unBrowserHandle, uint nNativeKeyCode, uint eHTMLKeyModifiers ) : void
KeyUp ( uint unBrowserHandle, uint nNativeKeyCode, uint eHTMLKeyModifiers ) : void
LoadURL ( uint unBrowserHandle, string pchURL, string pchPostData ) : void
MouseDoubleClick ( uint unBrowserHandle, uint eMouseButton ) : void
MouseDown ( uint unBrowserHandle, uint eMouseButton ) : void
MouseMove ( uint unBrowserHandle, int x, int y ) : void
MouseUp ( uint unBrowserHandle, uint eMouseButton ) : void
MouseWheel ( uint unBrowserHandle, int nDelta ) : void
PasteFromClipboard ( uint unBrowserHandle ) : void
Reload ( uint unBrowserHandle ) : void
RemoveBrowser ( uint unBrowserHandle ) : void
SetBackgroundMode ( uint unBrowserHandle, bool bBackgroundMode ) : void
SetCookie ( string pchHostname, string pchKey, string pchValue, string pchPath, ulong nExpires, bool bSecure, bool bHTTPOnly ) : void
SetHorizontalScroll ( uint unBrowserHandle, uint nAbsolutePixelScroll ) : void
SetKeyFocus ( uint unBrowserHandle, bool bHasKeyFocus ) : void
SetPageScaleFactor ( uint unBrowserHandle, float flZoom, int nPointX, int nPointY ) : void
SetSize ( uint unBrowserHandle, uint unWidth, uint unHeight ) : void
SetVerticalScroll ( uint unBrowserHandle, uint nAbsolutePixelScroll ) : void
Shutdown ( ) : bool
StopFind ( uint unBrowserHandle ) : void
StopLoad ( uint unBrowserHandle ) : void
ViewSource ( uint unBrowserHandle ) : void

메소드 상세

AddHeader() 공개 추상적인 메소드

public abstract AddHeader ( uint unBrowserHandle, string pchKey, string pchValue ) : void
unBrowserHandle uint
pchKey string
pchValue string
리턴 void

AllowStartRequest() 공개 추상적인 메소드

public abstract AllowStartRequest ( uint unBrowserHandle, bool bAllowed ) : void
unBrowserHandle uint
bAllowed bool
리턴 void

CopyToClipboard() 공개 추상적인 메소드

public abstract CopyToClipboard ( uint unBrowserHandle ) : void
unBrowserHandle uint
리턴 void

CreateBrowser() 공개 추상적인 메소드

public abstract CreateBrowser ( string pchUserAgent, string pchUserCSS ) : ulong
pchUserAgent string
pchUserCSS string
리턴 ulong

DestructISteamHTMLSurface() 공개 추상적인 메소드

public abstract DestructISteamHTMLSurface ( ) : void
리턴 void

ExecuteJavascript() 공개 추상적인 메소드

public abstract ExecuteJavascript ( uint unBrowserHandle, string pchScript ) : void
unBrowserHandle uint
pchScript string
리턴 void

Find() 공개 추상적인 메소드

public abstract Find ( uint unBrowserHandle, string pchSearchStr, bool bCurrentlyInFind, bool bReverse ) : void
unBrowserHandle uint
pchSearchStr string
bCurrentlyInFind bool
bReverse bool
리턴 void

GetIntPtr() 공개 추상적인 메소드

public abstract GetIntPtr ( ) : IntPtr
리턴 System.IntPtr

GetLinkAtPosition() 공개 추상적인 메소드

public abstract GetLinkAtPosition ( uint unBrowserHandle, int x, int y ) : void
unBrowserHandle uint
x int
y int
리턴 void

GoBack() 공개 추상적인 메소드

public abstract GoBack ( uint unBrowserHandle ) : void
unBrowserHandle uint
리턴 void

GoForward() 공개 추상적인 메소드

public abstract GoForward ( uint unBrowserHandle ) : void
unBrowserHandle uint
리턴 void

Init() 공개 추상적인 메소드

public abstract Init ( ) : bool
리턴 bool

JSDialogResponse() 공개 추상적인 메소드

public abstract JSDialogResponse ( uint unBrowserHandle, bool bResult ) : void
unBrowserHandle uint
bResult bool
리턴 void

KeyChar() 공개 추상적인 메소드

public abstract KeyChar ( uint unBrowserHandle, uint cUnicodeChar, uint eHTMLKeyModifiers ) : void
unBrowserHandle uint
cUnicodeChar uint
eHTMLKeyModifiers uint
리턴 void

KeyDown() 공개 추상적인 메소드

public abstract KeyDown ( uint unBrowserHandle, uint nNativeKeyCode, uint eHTMLKeyModifiers ) : void
unBrowserHandle uint
nNativeKeyCode uint
eHTMLKeyModifiers uint
리턴 void

KeyUp() 공개 추상적인 메소드

public abstract KeyUp ( uint unBrowserHandle, uint nNativeKeyCode, uint eHTMLKeyModifiers ) : void
unBrowserHandle uint
nNativeKeyCode uint
eHTMLKeyModifiers uint
리턴 void

LoadURL() 공개 추상적인 메소드

public abstract LoadURL ( uint unBrowserHandle, string pchURL, string pchPostData ) : void
unBrowserHandle uint
pchURL string
pchPostData string
리턴 void

MouseDoubleClick() 공개 추상적인 메소드

public abstract MouseDoubleClick ( uint unBrowserHandle, uint eMouseButton ) : void
unBrowserHandle uint
eMouseButton uint
리턴 void

MouseDown() 공개 추상적인 메소드

public abstract MouseDown ( uint unBrowserHandle, uint eMouseButton ) : void
unBrowserHandle uint
eMouseButton uint
리턴 void

MouseMove() 공개 추상적인 메소드

public abstract MouseMove ( uint unBrowserHandle, int x, int y ) : void
unBrowserHandle uint
x int
y int
리턴 void

MouseUp() 공개 추상적인 메소드

public abstract MouseUp ( uint unBrowserHandle, uint eMouseButton ) : void
unBrowserHandle uint
eMouseButton uint
리턴 void

MouseWheel() 공개 추상적인 메소드

public abstract MouseWheel ( uint unBrowserHandle, int nDelta ) : void
unBrowserHandle uint
nDelta int
리턴 void

PasteFromClipboard() 공개 추상적인 메소드

public abstract PasteFromClipboard ( uint unBrowserHandle ) : void
unBrowserHandle uint
리턴 void

Reload() 공개 추상적인 메소드

public abstract Reload ( uint unBrowserHandle ) : void
unBrowserHandle uint
리턴 void

RemoveBrowser() 공개 추상적인 메소드

public abstract RemoveBrowser ( uint unBrowserHandle ) : void
unBrowserHandle uint
리턴 void

SetBackgroundMode() 공개 추상적인 메소드

public abstract SetBackgroundMode ( uint unBrowserHandle, bool bBackgroundMode ) : void
unBrowserHandle uint
bBackgroundMode bool
리턴 void

SetCookie() 공개 추상적인 메소드

public abstract SetCookie ( string pchHostname, string pchKey, string pchValue, string pchPath, ulong nExpires, bool bSecure, bool bHTTPOnly ) : void
pchHostname string
pchKey string
pchValue string
pchPath string
nExpires ulong
bSecure bool
bHTTPOnly bool
리턴 void

SetHorizontalScroll() 공개 추상적인 메소드

public abstract SetHorizontalScroll ( uint unBrowserHandle, uint nAbsolutePixelScroll ) : void
unBrowserHandle uint
nAbsolutePixelScroll uint
리턴 void

SetKeyFocus() 공개 추상적인 메소드

public abstract SetKeyFocus ( uint unBrowserHandle, bool bHasKeyFocus ) : void
unBrowserHandle uint
bHasKeyFocus bool
리턴 void

SetPageScaleFactor() 공개 추상적인 메소드

public abstract SetPageScaleFactor ( uint unBrowserHandle, float flZoom, int nPointX, int nPointY ) : void
unBrowserHandle uint
flZoom float
nPointX int
nPointY int
리턴 void

SetSize() 공개 추상적인 메소드

public abstract SetSize ( uint unBrowserHandle, uint unWidth, uint unHeight ) : void
unBrowserHandle uint
unWidth uint
unHeight uint
리턴 void

SetVerticalScroll() 공개 추상적인 메소드

public abstract SetVerticalScroll ( uint unBrowserHandle, uint nAbsolutePixelScroll ) : void
unBrowserHandle uint
nAbsolutePixelScroll uint
리턴 void

Shutdown() 공개 추상적인 메소드

public abstract Shutdown ( ) : bool
리턴 bool

StopFind() 공개 추상적인 메소드

public abstract StopFind ( uint unBrowserHandle ) : void
unBrowserHandle uint
리턴 void

StopLoad() 공개 추상적인 메소드

public abstract StopLoad ( uint unBrowserHandle ) : void
unBrowserHandle uint
리턴 void

ViewSource() 공개 추상적인 메소드

public abstract ViewSource ( uint unBrowserHandle ) : void
unBrowserHandle uint
리턴 void