C# Class Vocaluxe.Lib.Song.CLines

Show file Open project: stsundermann/Vocaluxe Class Usage Examples

Public Methods

Method 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 method

public AddLine ( CLine Line ) : void
Line CLine
return void

AddLine() public method

public AddLine ( CLine Line, bool updateTimings ) : void
Line CLine
updateTimings bool
return void

AddNote() public method

public AddNote ( CNote Note, int LineIndex ) : bool
Note CNote
LineIndex int
return bool

AddNote() public method

public AddNote ( CNote Note, int LineIndex, bool updateTimings ) : bool
Note CNote
LineIndex int
updateTimings bool
return bool

CLines() public method

public CLines ( ) : System
return System

DeleteAllLines() public method

public DeleteAllLines ( ) : void
return void

DeleteLine() public method

public DeleteLine ( int Index ) : bool
Index int
return bool

InsertLine() public method

public InsertLine ( CLine Line, int Index ) : bool
Line CLine
Index int
return bool

InsertNote() public method

public InsertNote ( CNote Note, int LineIndex, int NoteIndex ) : bool
Note CNote
LineIndex int
NoteIndex int
return bool

UpdateTimings() public method

public UpdateTimings ( ) : void
return void