C# 클래스 RockSmithTabExplorer.Services.CurrentSongService

상속: GalaSoft.MvvmLight.ObservableObject
파일 보기 프로젝트 열기: Jamedjo/RSTabExplorer 1 사용 예제들

공개 메소드들

메소드 설명
ChangeSong ( RSSongInfo newSong ) : void
CurrentSongService ( SongCollection songCollection ) : System
GetAlphaTabTrack ( ) : AlphaTab.Model.Track
PickFirstSong ( ) : void
SetGuitarPath ( string name ) : void

비공개 메소드들

메소드 설명
GenerateScore ( ) : void
setTrackFromPath ( ) : void

메소드 상세

ChangeSong() 공개 메소드

public ChangeSong ( RSSongInfo newSong ) : void
newSong RSSongInfo
리턴 void

CurrentSongService() 공개 메소드

public CurrentSongService ( SongCollection songCollection ) : System
songCollection SongCollection
리턴 System

GetAlphaTabTrack() 공개 메소드

public GetAlphaTabTrack ( ) : AlphaTab.Model.Track
리턴 AlphaTab.Model.Track

PickFirstSong() 공개 메소드

public PickFirstSong ( ) : void
리턴 void

SetGuitarPath() 공개 메소드

public SetGuitarPath ( string name ) : void
name string
리턴 void