C# 클래스 WpfMpdClient.MiniPlayerWindow

상속: System.Windows.Window
파일 보기 프로젝트 열기: sakya/wpfmpdclient 1 사용 예제들

공개 메소드들

메소드 설명
MiniPlayerWindow ( Mpc mpc, Settings settings ) : System
Update ( MpdStatus status, MpdFile currentSong ) : void

보호된 메소드들

메소드 설명
OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void

비공개 메소드들

메소드 설명
Window_LocationChanged ( object sender, EventArgs e ) : void

메소드 상세

MiniPlayerWindow() 공개 메소드

public MiniPlayerWindow ( Mpc mpc, Settings settings ) : System
mpc Libmpc.Mpc
settings Settings
리턴 System

OnMouseLeftButtonDown() 보호된 메소드

protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
리턴 void

Update() 공개 메소드

public Update ( MpdStatus status, MpdFile currentSong ) : void
status Libmpc.MpdStatus
currentSong Libmpc.MpdFile
리턴 void