C# 클래스 Vocaluxe.Lib.Song.CLines

파일 보기 프로젝트 열기: stsundermann/Vocaluxe 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddLine() 공개 메소드

public AddLine ( CLine Line ) : void
Line CLine
리턴 void

AddLine() 공개 메소드

public AddLine ( CLine Line, bool updateTimings ) : void
Line CLine
updateTimings bool
리턴 void

AddNote() 공개 메소드

public AddNote ( CNote Note, int LineIndex ) : bool
Note CNote
LineIndex int
리턴 bool

AddNote() 공개 메소드

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

CLines() 공개 메소드

public CLines ( ) : System
리턴 System

DeleteAllLines() 공개 메소드

public DeleteAllLines ( ) : void
리턴 void

DeleteLine() 공개 메소드

public DeleteLine ( int Index ) : bool
Index int
리턴 bool

InsertLine() 공개 메소드

public InsertLine ( CLine Line, int Index ) : bool
Line CLine
Index int
리턴 bool

InsertNote() 공개 메소드

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

UpdateTimings() 공개 메소드

public UpdateTimings ( ) : void
리턴 void