C# 클래스 SharpVectors.Scripting.ScriptableSvgWindow

Implementation wrapper for IScriptableSvgWindow
상속: ScriptableObject, IScriptableSvgWindow
파일 보기 프로젝트 열기: codebutler/savagesvg

공개 프로퍼티들

프로퍼티 타입 설명
Engine ScriptEngine

공개 메소드들

메소드 설명
ScriptableSvgWindow ( object baseObject, ScriptEngine engine ) : System
alert ( string message ) : void
clearInterval ( string token ) : void
clearTimeout ( string token ) : void
getSrc ( ) : string
parseXML ( string xml, IScriptableDocument owner ) : IScriptableNode
printNode ( IScriptableNode node ) : string
registerEval ( object scriptFunction ) : void
setInterval ( object scriptOrClosure, ulong delay ) : string
setSrc ( string newURL ) : void
setTimeout ( object scriptOrClosure, ulong delay ) : string

메소드 상세

ScriptableSvgWindow() 공개 메소드

public ScriptableSvgWindow ( object baseObject, ScriptEngine engine ) : System
baseObject object
engine ScriptEngine
리턴 System

alert() 공개 메소드

public alert ( string message ) : void
message string
리턴 void

clearInterval() 공개 메소드

public clearInterval ( string token ) : void
token string
리턴 void

clearTimeout() 공개 메소드

public clearTimeout ( string token ) : void
token string
리턴 void

getSrc() 공개 메소드

public getSrc ( ) : string
리턴 string

parseXML() 공개 메소드

public parseXML ( string xml, IScriptableDocument owner ) : IScriptableNode
xml string
owner IScriptableDocument
리턴 IScriptableNode

printNode() 공개 메소드

public printNode ( IScriptableNode node ) : string
node IScriptableNode
리턴 string

registerEval() 공개 메소드

public registerEval ( object scriptFunction ) : void
scriptFunction object
리턴 void

setInterval() 공개 메소드

public setInterval ( object scriptOrClosure, ulong delay ) : string
scriptOrClosure object
delay ulong
리턴 string

setSrc() 공개 메소드

public setSrc ( string newURL ) : void
newURL string
리턴 void

setTimeout() 공개 메소드

public setTimeout ( object scriptOrClosure, ulong delay ) : string
scriptOrClosure object
delay ulong
리턴 string

프로퍼티 상세

Engine 공개적으로 프로퍼티

public ScriptEngine,SharpVectors.Scripting Engine
리턴 ScriptEngine