C# Class DataStore.ActionLibrary

Inheritance: ISerializable
Afficher le fichier Open project: omanamos/kinect-nao Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

ActionLibrary() public méthode

public ActionLibrary ( ) : System
Résultat System

ActionLibrary() public méthode

public ActionLibrary ( SerializationInfo info, StreamingContext ctxt ) : System
info System.Runtime.Serialization.SerializationInfo
ctxt System.Runtime.Serialization.StreamingContext
Résultat System

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext ctxt ) : void
info System.Runtime.Serialization.SerializationInfo
ctxt System.Runtime.Serialization.StreamingContext
Résultat void

appendToCache() public méthode

public appendToCache ( ActionSequence action ) : void
action ActionSequence
Résultat void

clearCache() public méthode

public clearCache ( ) : void
Résultat void

getActionNames() public méthode

public getActionNames ( ) : ActionSequence>.KeyCollection.Dictionary
Résultat ActionSequence>.KeyCollection.Dictionary

getCachedName() public méthode

public getCachedName ( ) : String
Résultat String

getSequence() public méthode

public getSequence ( string name ) : ActionSequence
name string
Résultat ActionSequence

load() public static méthode

public static load ( String path ) : ActionLibrary
path String
Résultat ActionLibrary

mapAction() public méthode

public mapAction ( string name, ActionSequence seq ) : void
name string
seq ActionSequence
Résultat void

save() public méthode

public save ( String path ) : void
path String
Résultat void

saveCache() public méthode

public saveCache ( ) : bool
Résultat bool

setCachedName() public méthode

public setCachedName ( String name ) : void
name String
Résultat void