C# 클래스 Baka_MPlayer.Controls.PlaylistControl

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: godly-devotion/Baka-MPlayer-old

공개 메소드들

메소드 설명
Init ( MainForm mainForm, IMPlayer mp ) : void
PlayFile ( int index ) : void
PlayNext ( ) : void
PlayPrevious ( ) : void
PlaylistControl ( ) : System
RefreshPlaylist ( bool forceAll ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
DeleteFile ( int index ) : void

Deletes the playlist file permanently

FillPlaylist ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OpenFile ( string url ) : void
RandomizeItems ( ) : void
RemoveAt ( int index ) : void
UpdateUI ( bool selectCurrentFile ) : void
currentFileButton_Click ( object sender, EventArgs e ) : void
currentFileLabel_MouseDown ( object sender, MouseEventArgs e ) : void
fileContextMenu_Popup ( object sender, EventArgs e ) : void
menuItem1_Click ( object sender, EventArgs e ) : void
menuItem2_Click ( object sender, EventArgs e ) : void
menuItem3_Click ( object sender, EventArgs e ) : void
playlistList_DoubleClick ( object sender, EventArgs e ) : void
playlistList_DragDrop ( object sender, DragEventArgs e ) : void
playlistList_DragEnter ( object sender, DragEventArgs e ) : void
playlistList_DragOver ( object sender, DragEventArgs e ) : void
playlistList_ItemDrag ( object sender, ItemDragEventArgs e ) : void
playlistList_KeyDown ( object sender, KeyEventArgs e ) : void
playlistList_KeyPress ( object sender, KeyPressEventArgs e ) : void
playlistList_SelectedIndexChanged ( object sender, EventArgs e ) : void
refreshPlaylistToolStripMenuItem_Click ( object sender, EventArgs e ) : void
searchTextBox_KeyDown ( object sender, KeyEventArgs e ) : void
searchTextBox_TextChanged ( object sender, EventArgs e ) : void
showAllFilesToolStripMenuItem_Click ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

Init() 공개 메소드

public Init ( MainForm mainForm, IMPlayer mp ) : void
mainForm Baka_MPlayer.Forms.MainForm
mp IMPlayer
리턴 void

PlayFile() 공개 메소드

public PlayFile ( int index ) : void
index int
리턴 void

PlayNext() 공개 메소드

public PlayNext ( ) : void
리턴 void

PlayPrevious() 공개 메소드

public PlayPrevious ( ) : void
리턴 void

PlaylistControl() 공개 메소드

public PlaylistControl ( ) : System
리턴 System

RefreshPlaylist() 공개 메소드

public RefreshPlaylist ( bool forceAll ) : void
forceAll bool
리턴 void