C# 클래스 csPresenterPlugin.Utils.PlaylistManager

파일 보기 프로젝트 열기: TNOCS/csTouch 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ScriptRunning bool

공개 메소드들

메소드 설명
AddItem ( ItemClass item ) : void
ClearList ( ) : void
Current_Exit ( object sender, System.Windows.ExitEventArgs e ) : void
Next ( ) : void
Pause ( ) : void
Play ( ) : void
Play ( ItemClass itm ) : void
PlaylistManager ( DemoScript ds ) : System
Previous ( ) : void
StartThread ( string script ) : void
Stop ( ) : void
_demoScript_ScriptFinished ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
StopThread ( ) : void

메소드 상세

AddItem() 공개 메소드

public AddItem ( ItemClass item ) : void
item nl.tno.cs.presenter.ItemClass
리턴 void

ClearList() 공개 메소드

public ClearList ( ) : void
리턴 void

Current_Exit() 공개 메소드

public Current_Exit ( object sender, System.Windows.ExitEventArgs e ) : void
sender object
e System.Windows.ExitEventArgs
리턴 void

Next() 공개 메소드

public Next ( ) : void
리턴 void

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Play() 공개 메소드

public Play ( ) : void
리턴 void

Play() 공개 메소드

public Play ( ItemClass itm ) : void
itm nl.tno.cs.presenter.ItemClass
리턴 void

PlaylistManager() 공개 메소드

public PlaylistManager ( DemoScript ds ) : System
ds csGeoLayers.Plugins.DemoScript.DemoScript
리턴 System

Previous() 공개 메소드

public Previous ( ) : void
리턴 void

StartThread() 공개 메소드

public StartThread ( string script ) : void
script string
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

_demoScript_ScriptFinished() 공개 메소드

public _demoScript_ScriptFinished ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

ScriptRunning 공개적으로 프로퍼티

public bool ScriptRunning
리턴 bool