C# Class CodeImp.Gluon.PlaylistsDisplayPanel

Afficher le fichier Open project: DieterKoblenz/LCARS

Méthodes publiques

Méthode Description
OnHide ( ) : void
OnShow ( ) : void
PlaylistsDisplayPanel ( ) : System
SetupColors ( ColorPalette c ) : void
SetupNormal ( ) : void
SetupSaveAs ( List playlist ) : void
UpdateButtons ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnShowFinished ( ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

SetupRename ( ) : void
UpdateFilesList ( ) : void
cancelbutton_Click ( object sender, EventArgs e ) : void
deletebutton_Click ( object sender, EventArgs e ) : void
inputname_TextChanged ( object sender, EventArgs e ) : void
listitem_Click ( object sender, EventArgs e ) : void
okbutton_Click ( object sender, EventArgs e ) : void
openbutton_Click ( object sender, EventArgs e ) : void
overviewbutton_Click ( object sender, EventArgs e ) : void
playerbutton_Click ( object sender, EventArgs e ) : void
quickscrolldown_MouseDown ( object sender, MouseEventArgs e ) : void
quickscrollup_MouseDown ( object sender, MouseEventArgs e ) : void
renamebutton_Click ( object sender, EventArgs e ) : void
scrollbutton_MouseUp ( object sender, MouseEventArgs e ) : void
scrolltimer_Tick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

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

OnHide() public méthode

public OnHide ( ) : void
Résultat void

OnShow() public méthode

public OnShow ( ) : void
Résultat void

OnShowFinished() protected méthode

protected OnShowFinished ( ) : void
Résultat void

PlaylistsDisplayPanel() public méthode

public PlaylistsDisplayPanel ( ) : System
Résultat System

SetupColors() public méthode

public SetupColors ( ColorPalette c ) : void
c ColorPalette
Résultat void

SetupNormal() public méthode

public SetupNormal ( ) : void
Résultat void

SetupSaveAs() public méthode

public SetupSaveAs ( List playlist ) : void
playlist List
Résultat void

UpdateButtons() public méthode

public UpdateButtons ( ) : void
Résultat void