C# Class Choreoh.DanceRoutine

Afficher le fichier Open project: bhaviksingh/CS160-Choreoh Class Usage Examples

Méthodes publiques

Свойство Type Description
comments String>.Dictionary
guid System.Guid
name String
saveDestinationFolder String
segments DanceSegment>.Dictionary

Méthodes publiques

Méthode Description
DanceRoutine ( String filename ) : System
addComment ( Choreoh.DanceSegment segment, String comment ) : String
addDanceSegment ( int startFrame ) : Choreoh.DanceSegment
deleteDanceSegment ( Choreoh.DanceSegment segment ) : void
deleteDanceSegmentAt ( int frame ) : void
getSaveDestinationFolder ( String songFilename ) : string
getSaveDestinationName ( String songFilename ) : String
load ( String saveFilename ) : DanceRoutine
save ( ) : System.Boolean
saveAlreadyExists ( String songFilename ) : System.Boolean

Method Details

DanceRoutine() public méthode

public DanceRoutine ( String filename ) : System
filename String
Résultat System

addComment() public méthode

public addComment ( Choreoh.DanceSegment segment, String comment ) : String
segment Choreoh.DanceSegment
comment String
Résultat String

addDanceSegment() public méthode

public addDanceSegment ( int startFrame ) : Choreoh.DanceSegment
startFrame int
Résultat Choreoh.DanceSegment

deleteDanceSegment() public méthode

public deleteDanceSegment ( Choreoh.DanceSegment segment ) : void
segment Choreoh.DanceSegment
Résultat void

deleteDanceSegmentAt() public méthode

public deleteDanceSegmentAt ( int frame ) : void
frame int
Résultat void

getSaveDestinationFolder() public static méthode

public static getSaveDestinationFolder ( String songFilename ) : string
songFilename String
Résultat string

getSaveDestinationName() public static méthode

public static getSaveDestinationName ( String songFilename ) : String
songFilename String
Résultat String

load() public static méthode

public static load ( String saveFilename ) : DanceRoutine
saveFilename String
Résultat DanceRoutine

save() public méthode

public save ( ) : System.Boolean
Résultat System.Boolean

saveAlreadyExists() public static méthode

public static saveAlreadyExists ( String songFilename ) : System.Boolean
songFilename String
Résultat System.Boolean

Property Details

comments public_oe property

public Dictionary comments
Résultat String>.Dictionary

guid public_oe property

public Guid,System guid
Résultat System.Guid

name public_oe property

public String name
Résultat String

saveDestinationFolder public_oe property

public String saveDestinationFolder
Résultat String

segments public_oe property

public Dictionary segments
Résultat DanceSegment>.Dictionary