C# Class Valve.Steamworks.CSteamHTMLSurface

Inheritance: ISteamHTMLSurface
Afficher le fichier Open project: kronosaur/Transcendence

Méthodes publiques

Méthode Description
AddHeader ( uint unBrowserHandle, string pchKey, string pchValue ) : void
AllowStartRequest ( uint unBrowserHandle, bool bAllowed ) : void
CSteamHTMLSurface ( IntPtr SteamHTMLSurface )
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

Private Methods

Méthode Description
CheckIfUsable ( ) : void

Method Details

AddHeader() public méthode

public AddHeader ( uint unBrowserHandle, string pchKey, string pchValue ) : void
unBrowserHandle uint
pchKey string
pchValue string
Résultat void

AllowStartRequest() public méthode

public AllowStartRequest ( uint unBrowserHandle, bool bAllowed ) : void
unBrowserHandle uint
bAllowed bool
Résultat void

CSteamHTMLSurface() public méthode

public CSteamHTMLSurface ( IntPtr SteamHTMLSurface )
SteamHTMLSurface System.IntPtr

CopyToClipboard() public méthode

public CopyToClipboard ( uint unBrowserHandle ) : void
unBrowserHandle uint
Résultat void

CreateBrowser() public méthode

public CreateBrowser ( string pchUserAgent, string pchUserCSS ) : ulong
pchUserAgent string
pchUserCSS string
Résultat ulong

DestructISteamHTMLSurface() public méthode

public DestructISteamHTMLSurface ( ) : void
Résultat void

ExecuteJavascript() public méthode

public ExecuteJavascript ( uint unBrowserHandle, string pchScript ) : void
unBrowserHandle uint
pchScript string
Résultat void

Find() public méthode

public Find ( uint unBrowserHandle, string pchSearchStr, bool bCurrentlyInFind, bool bReverse ) : void
unBrowserHandle uint
pchSearchStr string
bCurrentlyInFind bool
bReverse bool
Résultat void

GetIntPtr() public méthode

public GetIntPtr ( ) : IntPtr
Résultat System.IntPtr

GetLinkAtPosition() public méthode

public GetLinkAtPosition ( uint unBrowserHandle, int x, int y ) : void
unBrowserHandle uint
x int
y int
Résultat void

GoBack() public méthode

public GoBack ( uint unBrowserHandle ) : void
unBrowserHandle uint
Résultat void

GoForward() public méthode

public GoForward ( uint unBrowserHandle ) : void
unBrowserHandle uint
Résultat void

Init() public méthode

public Init ( ) : bool
Résultat bool

JSDialogResponse() public méthode

public JSDialogResponse ( uint unBrowserHandle, bool bResult ) : void
unBrowserHandle uint
bResult bool
Résultat void

KeyChar() public méthode

public KeyChar ( uint unBrowserHandle, uint cUnicodeChar, uint eHTMLKeyModifiers ) : void
unBrowserHandle uint
cUnicodeChar uint
eHTMLKeyModifiers uint
Résultat void

KeyDown() public méthode

public KeyDown ( uint unBrowserHandle, uint nNativeKeyCode, uint eHTMLKeyModifiers ) : void
unBrowserHandle uint
nNativeKeyCode uint
eHTMLKeyModifiers uint
Résultat void

KeyUp() public méthode

public KeyUp ( uint unBrowserHandle, uint nNativeKeyCode, uint eHTMLKeyModifiers ) : void
unBrowserHandle uint
nNativeKeyCode uint
eHTMLKeyModifiers uint
Résultat void

LoadURL() public méthode

public LoadURL ( uint unBrowserHandle, string pchURL, string pchPostData ) : void
unBrowserHandle uint
pchURL string
pchPostData string
Résultat void

MouseDoubleClick() public méthode

public MouseDoubleClick ( uint unBrowserHandle, uint eMouseButton ) : void
unBrowserHandle uint
eMouseButton uint
Résultat void

MouseDown() public méthode

public MouseDown ( uint unBrowserHandle, uint eMouseButton ) : void
unBrowserHandle uint
eMouseButton uint
Résultat void

MouseMove() public méthode

public MouseMove ( uint unBrowserHandle, int x, int y ) : void
unBrowserHandle uint
x int
y int
Résultat void

MouseUp() public méthode

public MouseUp ( uint unBrowserHandle, uint eMouseButton ) : void
unBrowserHandle uint
eMouseButton uint
Résultat void

MouseWheel() public méthode

public MouseWheel ( uint unBrowserHandle, int nDelta ) : void
unBrowserHandle uint
nDelta int
Résultat void

PasteFromClipboard() public méthode

public PasteFromClipboard ( uint unBrowserHandle ) : void
unBrowserHandle uint
Résultat void

Reload() public méthode

public Reload ( uint unBrowserHandle ) : void
unBrowserHandle uint
Résultat void

RemoveBrowser() public méthode

public RemoveBrowser ( uint unBrowserHandle ) : void
unBrowserHandle uint
Résultat void

SetBackgroundMode() public méthode

public SetBackgroundMode ( uint unBrowserHandle, bool bBackgroundMode ) : void
unBrowserHandle uint
bBackgroundMode bool
Résultat void

SetCookie() public méthode

public 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
Résultat void

SetHorizontalScroll() public méthode

public SetHorizontalScroll ( uint unBrowserHandle, uint nAbsolutePixelScroll ) : void
unBrowserHandle uint
nAbsolutePixelScroll uint
Résultat void

SetKeyFocus() public méthode

public SetKeyFocus ( uint unBrowserHandle, bool bHasKeyFocus ) : void
unBrowserHandle uint
bHasKeyFocus bool
Résultat void

SetPageScaleFactor() public méthode

public SetPageScaleFactor ( uint unBrowserHandle, float flZoom, int nPointX, int nPointY ) : void
unBrowserHandle uint
flZoom float
nPointX int
nPointY int
Résultat void

SetSize() public méthode

public SetSize ( uint unBrowserHandle, uint unWidth, uint unHeight ) : void
unBrowserHandle uint
unWidth uint
unHeight uint
Résultat void

SetVerticalScroll() public méthode

public SetVerticalScroll ( uint unBrowserHandle, uint nAbsolutePixelScroll ) : void
unBrowserHandle uint
nAbsolutePixelScroll uint
Résultat void

Shutdown() public méthode

public Shutdown ( ) : bool
Résultat bool

StopFind() public méthode

public StopFind ( uint unBrowserHandle ) : void
unBrowserHandle uint
Résultat void

StopLoad() public méthode

public StopLoad ( uint unBrowserHandle ) : void
unBrowserHandle uint
Résultat void

ViewSource() public méthode

public ViewSource ( uint unBrowserHandle ) : void
unBrowserHandle uint
Résultat void