C# Class D16.VideoCommander.Main

Afficher le fichier Open project: feg-giessen/videocommander Class Usage Examples

Méthodes publiques

Méthode Description
AddPlaylistItem ( string file, string startTime = "", string endTime = "", string duration = "" ) : void
LoadPlaylist ( string filename ) : void
Main ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddPlaylistItem ( ) : void
AddToJumplist ( string fileName ) : void
DisplayMousePosition ( object state ) : void
EditPlaylistItem ( ListViewItem item ) : void
ExecutePlaylist ( IEnumerable items ) : void
GetActiveDisplay ( ) : DisplaySetting
GetSetting1 ( ) : DisplaySetting
GetSetting2 ( ) : DisplaySetting
InitializeComponent ( ) : void

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

InitializeFormPosition ( ) : void
MainDragDrop ( object sender, DragEventArgs e ) : void
MainDragEnter ( object sender, DragEventArgs e ) : void
Main_Disposed ( object sender, EventArgs e ) : void
Main_FormClosing ( object sender, FormClosingEventArgs e ) : void
Main_Load ( object sender, EventArgs e ) : void
Main_Shown ( object sender, EventArgs e ) : void
PlaySingleAction ( object sender, ListViewColumnMouseEventArgs e ) : void
SetDisplayBindings ( DisplaySetting setting ) : void
TryGetVlcPath ( string &path ) : bool
btnAdd_Click ( object sender, EventArgs e ) : void
btnClear_Click ( object sender, EventArgs e ) : void
btnLoad_Click ( object sender, EventArgs e ) : void
btnPlay_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
btnSettings_Click ( object sender, EventArgs e ) : void
cbMousePosition_CheckedChanged ( object sender, EventArgs e ) : void
menuPlaylist_Opening ( object sender, System e ) : void
playlist_DoubleClick ( object sender, EventArgs e ) : void
playlist_KeyUp ( object sender, KeyEventArgs e ) : void
rbnDisplay1_CheckedChanged ( object sender, EventArgs e ) : void
tsmiAdd_Click ( object sender, EventArgs e ) : void
tsmiDelete_Click ( object sender, EventArgs e ) : void
tsmiEdit_Click ( object sender, EventArgs e ) : void

Method Details

AddPlaylistItem() public méthode

public AddPlaylistItem ( string file, string startTime = "", string endTime = "", string duration = "" ) : void
file string
startTime string
endTime string
duration string
Résultat void

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

LoadPlaylist() public méthode

public LoadPlaylist ( string filename ) : void
filename string
Résultat void

Main() public méthode

public Main ( ) : System
Résultat System