C# Class Vocaluxe.Lib.Song.CLines

Afficher le fichier Open project: stsundermann/Vocaluxe Class Usage Examples

Méthodes publiques

Méthode Description
AddLine ( CLine Line ) : void
AddLine ( CLine Line, bool updateTimings ) : void
AddNote ( CNote Note, int LineIndex ) : bool
AddNote ( CNote Note, int LineIndex, bool updateTimings ) : bool
CLines ( ) : System
DeleteAllLines ( ) : void
DeleteLine ( int Index ) : bool
InsertLine ( CLine Line, int Index ) : bool
InsertNote ( CNote Note, int LineIndex, int NoteIndex ) : bool
UpdateTimings ( ) : void

Method Details

AddLine() public méthode

public AddLine ( CLine Line ) : void
Line CLine
Résultat void

AddLine() public méthode

public AddLine ( CLine Line, bool updateTimings ) : void
Line CLine
updateTimings bool
Résultat void

AddNote() public méthode

public AddNote ( CNote Note, int LineIndex ) : bool
Note CNote
LineIndex int
Résultat bool

AddNote() public méthode

public AddNote ( CNote Note, int LineIndex, bool updateTimings ) : bool
Note CNote
LineIndex int
updateTimings bool
Résultat bool

CLines() public méthode

public CLines ( ) : System
Résultat System

DeleteAllLines() public méthode

public DeleteAllLines ( ) : void
Résultat void

DeleteLine() public méthode

public DeleteLine ( int Index ) : bool
Index int
Résultat bool

InsertLine() public méthode

public InsertLine ( CLine Line, int Index ) : bool
Line CLine
Index int
Résultat bool

InsertNote() public méthode

public InsertNote ( CNote Note, int LineIndex, int NoteIndex ) : bool
Note CNote
LineIndex int
NoteIndex int
Résultat bool

UpdateTimings() public méthode

public UpdateTimings ( ) : void
Résultat void