C# 클래스 DataStore.ActionLibrary

상속: ISerializable
파일 보기 프로젝트 열기: omanamos/kinect-nao 1 사용 예제들

공개 메소드들

메소드 설명
ActionLibrary ( ) : System
ActionLibrary ( SerializationInfo info, StreamingContext ctxt ) : System
GetObjectData ( SerializationInfo info, StreamingContext ctxt ) : void
appendToCache ( ActionSequence action ) : void
clearCache ( ) : void
getActionNames ( ) : ActionSequence>.KeyCollection.Dictionary
getCachedName ( ) : String
getSequence ( string name ) : ActionSequence
load ( String path ) : ActionLibrary
mapAction ( string name, ActionSequence seq ) : void
save ( String path ) : void
saveCache ( ) : bool
setCachedName ( String name ) : void

메소드 상세

ActionLibrary() 공개 메소드

public ActionLibrary ( ) : System
리턴 System

ActionLibrary() 공개 메소드

public ActionLibrary ( SerializationInfo info, StreamingContext ctxt ) : System
info System.Runtime.Serialization.SerializationInfo
ctxt System.Runtime.Serialization.StreamingContext
리턴 System

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext ctxt ) : void
info System.Runtime.Serialization.SerializationInfo
ctxt System.Runtime.Serialization.StreamingContext
리턴 void

appendToCache() 공개 메소드

public appendToCache ( ActionSequence action ) : void
action ActionSequence
리턴 void

clearCache() 공개 메소드

public clearCache ( ) : void
리턴 void

getActionNames() 공개 메소드

public getActionNames ( ) : ActionSequence>.KeyCollection.Dictionary
리턴 ActionSequence>.KeyCollection.Dictionary

getCachedName() 공개 메소드

public getCachedName ( ) : String
리턴 String

getSequence() 공개 메소드

public getSequence ( string name ) : ActionSequence
name string
리턴 ActionSequence

load() 공개 정적인 메소드

public static load ( String path ) : ActionLibrary
path String
리턴 ActionLibrary

mapAction() 공개 메소드

public mapAction ( string name, ActionSequence seq ) : void
name string
seq ActionSequence
리턴 void

save() 공개 메소드

public save ( String path ) : void
path String
리턴 void

saveCache() 공개 메소드

public saveCache ( ) : bool
리턴 bool

setCachedName() 공개 메소드

public setCachedName ( String name ) : void
name String
리턴 void